A B C D E F G H I L M N P R S T U V W Y 

A

AbstractClient<T> - Class in com.logicaldoc.webservice
Parent for all clients
AbstractClient(String, Class<T>, int, boolean, int) - Constructor for class com.logicaldoc.webservice.AbstractClient
Constructor
AbstractService - Class in com.logicaldoc.webservice
Basepoint for creating webservices implementations
AbstractService() - Constructor for class com.logicaldoc.webservice.AbstractService
 
addExtendedAttribute(WSAttribute) - Method in class com.logicaldoc.webservice.document.WSDocument
 
addExtendedAttribute(WSAttribute) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
attribute(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
attribute(String) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
AuthClient - Class in com.logicaldoc.webservice.auth
Auth Web Service client.
AuthClient(String) - Constructor for class com.logicaldoc.webservice.auth.AuthClient
 
AuthService - Interface in com.logicaldoc.webservice.auth
Auth Web Service definition interface
AuthServiceImpl - Class in com.logicaldoc.webservice.auth
Auth Web Service Implementation
AuthServiceImpl() - Constructor for class com.logicaldoc.webservice.auth.AuthServiceImpl
 

B

bugs - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 

C

changePassword(String, long, String, String) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
changePassword(String, long, String, String) - Method in interface com.logicaldoc.webservice.security.SecurityService
Changes the password of a user
changePassword(String, long, String, String) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
checkAdministrator(String) - Method in class com.logicaldoc.webservice.AbstractService
Checks if the current user is an administrator (group admin).
checkDownloadEnable(User, long) - Method in class com.logicaldoc.webservice.AbstractService
 
checkGroup(String, String) - Method in class com.logicaldoc.webservice.AbstractService
Checks if the current user belongs to a group
checkin(String, long, String, String, boolean, DataHandler) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
checkin(String, long, String, String, boolean, File) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
checkin(String, long, String, String, boolean, DataHandler) - Method in interface com.logicaldoc.webservice.document.DocumentService
Checks in an existing document with the given identifier to create a new version.
checkin(String, long, String, String, boolean, DataHandler) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
checkout(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
checkout(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Checkouts an existing document with the given identifier.
checkout(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
checkPermission(Permission, User, long) - Method in class com.logicaldoc.webservice.AbstractService
 
checkPublished(User, Document) - Method in class com.logicaldoc.webservice.AbstractService
 
checkReadEnable(User, long) - Method in class com.logicaldoc.webservice.AbstractService
 
checkWriteEnable(User, long) - Method in class com.logicaldoc.webservice.AbstractService
 
client - Variable in class com.logicaldoc.webservice.AbstractClient
 
com.logicaldoc.webservice - package com.logicaldoc.webservice
 
com.logicaldoc.webservice.auth - package com.logicaldoc.webservice.auth
 
com.logicaldoc.webservice.document - package com.logicaldoc.webservice.document
 
com.logicaldoc.webservice.folder - package com.logicaldoc.webservice.folder
 
com.logicaldoc.webservice.search - package com.logicaldoc.webservice.search
 
com.logicaldoc.webservice.security - package com.logicaldoc.webservice.security
 
com.logicaldoc.webservice.system - package com.logicaldoc.webservice.system
 
compareTo(WSSearchOptions) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
configureSSL() - Method in class com.logicaldoc.webservice.AbstractClient
Configures the SSL environment.
configureTimeout(int) - Method in class com.logicaldoc.webservice.AbstractClient
Configures the timeout (in seconds)
Content - Class in com.logicaldoc.webservice
Value object containing metadata about an element contained in the folder
Content() - Constructor for class com.logicaldoc.webservice.Content
 
context - Variable in class com.logicaldoc.webservice.AbstractService
 
convertDateToString(Date) - Static method in class com.logicaldoc.webservice.AbstractService
 
convertStringToDate(String) - Static method in class com.logicaldoc.webservice.AbstractService
 
create(String, WSDocument, DataHandler) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
create(String, WSDocument, File) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
create(String, WSDocument, DataHandler) - Method in interface com.logicaldoc.webservice.document.DocumentService
Create a new document.
create(String, WSDocument, DataHandler) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
create(String, WSFolder) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
create(String, WSFolder) - Method in interface com.logicaldoc.webservice.folder.FolderService
Create a new folder.
create(String, WSFolder) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
createAlias(String, long, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
createAlias(String, long, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Create a new document alias for the given document id and inside the given folder id.
createAlias(String, long, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
createPath(String, long, String) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
createPath(String, long, String) - Method in interface com.logicaldoc.webservice.folder.FolderService
Creates the folder for the specified path.
createPath(String, long, String) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 

D

date - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
delete(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
delete(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Deletes an existing document with the given identifier.
delete(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
delete(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
delete(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Deletes an existing folder with the given identifier.
delete(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
deleteGroup(String, long) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
deleteGroup(String, long) - Method in interface com.logicaldoc.webservice.security.SecurityService
Deletes an existing group with the given identifier.
deleteGroup(String, long) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
deleteUser(String, long) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
deleteUser(String, long) - Method in interface com.logicaldoc.webservice.security.SecurityService
Deletes an existing user with the given identifier.
deleteUser(String, long) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
description - Variable in class com.logicaldoc.webservice.search.WSSearchOptions
 
DOC_CHECKED_OUT - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
DOC_LOCKED - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
DOC_UNLOCKED - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
DocumentClient - Class in com.logicaldoc.webservice.document
Document Web Service client.
DocumentClient(String, int, boolean, int) - Constructor for class com.logicaldoc.webservice.document.DocumentClient
 
DocumentClient(String) - Constructor for class com.logicaldoc.webservice.document.DocumentClient
 
DocumentService - Interface in com.logicaldoc.webservice.document
Document Web Service definition interface
DocumentServiceImpl - Class in com.logicaldoc.webservice.document
Document Web Service Implementation
DocumentServiceImpl() - Constructor for class com.logicaldoc.webservice.document.DocumentServiceImpl
 

E

endpoint - Variable in class com.logicaldoc.webservice.AbstractClient
 
equals(Object) - Method in class com.logicaldoc.webservice.security.WSGroup
 
EXPORT_LOCKED - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
EXPORT_UNLOCKED - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
expression - Variable in class com.logicaldoc.webservice.search.WSSearchOptions
 

F

features - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
find(String, WSSearchOptions) - Method in class com.logicaldoc.webservice.search.SearchClient
 
find(String, WSSearchOptions) - Method in interface com.logicaldoc.webservice.search.SearchService
Performs a search by the search options.
find(String, WSSearchOptions) - Method in class com.logicaldoc.webservice.search.SearchServiceImpl
 
findByFilename(String, String) - Method in class com.logicaldoc.webservice.search.SearchClient
 
findByFilename(String, String) - Method in interface com.logicaldoc.webservice.search.SearchService
Finds authorized documents for the current user the given filename (like operator is used).
findByFilename(String, String) - Method in class com.logicaldoc.webservice.search.SearchServiceImpl
 
findByPath(String, String) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
findByPath(String, String) - Method in interface com.logicaldoc.webservice.folder.FolderService
Finds the folder at the specified path
findByPath(String, String) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
findByTag(String, String) - Method in class com.logicaldoc.webservice.search.SearchClient
 
findByTag(String, String) - Method in interface com.logicaldoc.webservice.search.SearchService
Finds authorized documents for the current user having a specified tag.
findByTag(String, String) - Method in class com.logicaldoc.webservice.search.SearchServiceImpl
 
findFolders(String, String) - Method in class com.logicaldoc.webservice.search.SearchClient
 
findFolders(String, String) - Method in interface com.logicaldoc.webservice.search.SearchService
Finds authorized folders for the current user containing the given name (like operator is used).
findFolders(String, String) - Method in class com.logicaldoc.webservice.search.SearchServiceImpl
 
FolderClient - Class in com.logicaldoc.webservice.folder
Folder Web Service client.
FolderClient(String, int, boolean, int) - Constructor for class com.logicaldoc.webservice.folder.FolderClient
 
FolderClient(String) - Constructor for class com.logicaldoc.webservice.folder.FolderClient
 
FolderService - Interface in com.logicaldoc.webservice.folder
Folder Web Service definition interface
FolderServiceImpl - Class in com.logicaldoc.webservice.folder
Folder Web Service Implementation
FolderServiceImpl() - Constructor for class com.logicaldoc.webservice.folder.FolderServiceImpl
 
forum - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
fromDocument(AbstractDocument) - Static method in class com.logicaldoc.webservice.document.WSDocument
 
fromFolder(Folder) - Static method in class com.logicaldoc.webservice.folder.WSFolder
 
fromGroup(Group) - Static method in class com.logicaldoc.webservice.security.WSGroup
 
fromSearchOptions(SearchOptions) - Static method in class com.logicaldoc.webservice.search.WSSearchOptions
 
fromTagCloud(TagCloud) - Static method in class com.logicaldoc.webservice.search.WSTagCloud
 
fromUser(User) - Static method in class com.logicaldoc.webservice.security.WSUser
 

G

getAliases(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getAliases(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets the aliases of the given document
getAliases(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getBugs() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getCaseSensitive() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getCity() - Method in class com.logicaldoc.webservice.security.WSUser
 
getComment() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getContent(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getContent(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets the document content of an existing document with the given identifier.
getContent(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getCount() - Method in class com.logicaldoc.webservice.search.WSTagCloud
 
getCountry() - Method in class com.logicaldoc.webservice.security.WSUser
 
getCoverage() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getCreation() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getCreation() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getCreationFrom() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getCreationTo() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getCreator() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getCreator() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getCreatorId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getCustomId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getDate() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getDate() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getDateFrom() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getDateTo() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getDateValue() - Method in class com.logicaldoc.webservice.WSAttribute
 
getDefaultWorkspace(String) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
getDefaultWorkspace(String) - Method in interface com.logicaldoc.webservice.folder.FolderService
Gets the Default workspace
getDefaultWorkspace(String) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
getDeleteUserId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getDescription() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getDescription() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getDescription() - Method in class com.logicaldoc.webservice.security.WSGroup
 
getDigest() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getDocRef() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getDocument(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getDocument(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets document metadata of an existing document with the given identifier.
getDocument(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getDocumentByCustomId(String, String) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getDocumentByCustomId(String, String) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets document metadata of an existing document with the given custom identifier.
getDocumentByCustomId(String, String) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getDocuments(String, Long[]) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getDocuments(String, Long[]) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets document metadata of a collection of existing documents with the given identifiers.
getDocuments(String, Long[]) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getDoubleValue() - Method in class com.logicaldoc.webservice.WSAttribute
 
getEditor() - Method in class com.logicaldoc.webservice.WSAttribute
 
getEmail() - Method in class com.logicaldoc.webservice.security.WSUser
 
getEnabled() - Method in class com.logicaldoc.webservice.security.WSUser
 
getEstimatedHitsNumber() - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
getExportId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getExportName() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getExportStatus() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getExportVersion() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getExpression() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getExpressionLanguage() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getExtendedAttributes() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getExtendedAttributes() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getFeatures() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getFields() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getFileName() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getFileSize() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getFileVersion() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getFilterIds() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getFirstName() - Method in class com.logicaldoc.webservice.security.WSUser
 
getFolder(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
getFolder(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Gets folder metadata of an existing folder with the given identifier.
getFolder(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
getFolderId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getFolderId() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getFormat() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getForum() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getFullName() - Method in class com.logicaldoc.webservice.security.WSUser
 
getGrantedGroups(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
getGrantedGroups(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Retrieves the list of granted groups for the given folder.
getGrantedGroups(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
getGrantedUsers(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
getGrantedUsers(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Retrieves the list of granted users for the given folder.
getGrantedUsers(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
getGroup(String, long) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
getGroup(String, long) - Method in interface com.logicaldoc.webservice.security.SecurityService
Gets group metadata of an existing group with the given identifier.
getGroup(String, long) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
getGroupIds() - Method in class com.logicaldoc.webservice.security.WSUser
 
getHelp() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getHits() - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
getIcon() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getId() - Method in class com.logicaldoc.webservice.auth.Right
 
getId() - Method in class com.logicaldoc.webservice.Content
 
getId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getId() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getId() - Method in class com.logicaldoc.webservice.security.WSGroup
 
getId() - Method in class com.logicaldoc.webservice.security.WSUser
 
getImmutable() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getIndexed() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getInfo() - Method in class com.logicaldoc.webservice.system.SystemClient
 
getInfo() - Method in interface com.logicaldoc.webservice.system.SystemService
Retrieves the Installation informations.
getInfo() - Method in class com.logicaldoc.webservice.system.SystemServiceImpl
 
getInheritGroupId() - Method in class com.logicaldoc.webservice.security.WSGroup
 
getInstallationId() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getIntValue() - Method in class com.logicaldoc.webservice.WSAttribute
 
getLabel() - Method in class com.logicaldoc.webservice.WSAttribute
 
getLanguage() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getLanguage() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getLanguage() - Method in class com.logicaldoc.webservice.security.WSUser
 
getLanguages() - Method in class com.logicaldoc.webservice.system.SystemClient
 
getLanguages() - Method in interface com.logicaldoc.webservice.system.SystemService
Retrieves the languages enabled in the server.
getLanguages() - Method in class com.logicaldoc.webservice.system.SystemServiceImpl
 
getLastModified() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getLastModified() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getLastModified() - Method in class com.logicaldoc.webservice.security.WSGroup
 
getLastModified() - Method in class com.logicaldoc.webservice.security.WSUser
 
getLicensee() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getLockUserId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getMandatory() - Method in class com.logicaldoc.webservice.WSAttribute
 
getMaxHits() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getMoreHits() - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
getName() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getName() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getName() - Method in class com.logicaldoc.webservice.security.WSGroup
 
getName() - Method in class com.logicaldoc.webservice.security.WSUser
 
getName() - Method in class com.logicaldoc.webservice.WSAttribute
 
getName() - Method in class com.logicaldoc.webservice.WSParameter
 
getObject() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getParentId() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getPassword() - Method in class com.logicaldoc.webservice.security.WSUser
 
getPasswordChanged() - Method in class com.logicaldoc.webservice.security.WSUser
When the password was modified
getPasswordExpires() - Method in class com.logicaldoc.webservice.security.WSUser
If the password expires or not
getPasswordmd4() - Method in class com.logicaldoc.webservice.security.WSUser
 
getPath() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getPath(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
getPath(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Computes the path from the root to the target folder.
getPath(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
getPermissions() - Method in class com.logicaldoc.webservice.auth.Right
 
getPosition() - Method in class com.logicaldoc.webservice.WSAttribute
 
getPostalcode() - Method in class com.logicaldoc.webservice.security.WSUser
 
getProduct() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getProductName() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getPublished() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getPublisher() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getPublisherId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getQuota() - Method in class com.logicaldoc.webservice.security.WSUser
 
getQuotaCount() - Method in class com.logicaldoc.webservice.security.WSUser
 
getRating() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getRecentDocuments(String, Integer) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getRecentDocuments(String, Integer) - Method in interface com.logicaldoc.webservice.document.DocumentService
Lists of last modified documents of the current session's user.
getRecentDocuments(String, Integer) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getRecipient() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getRelease() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getRetrieveAliases() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getRootFolder(String) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
getRootFolder(String) - Method in interface com.logicaldoc.webservice.folder.FolderService
Gets root metadata
getRootFolder(String) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
getRunLevel() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getScale() - Method in class com.logicaldoc.webservice.search.WSTagCloud
 
getScore() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getSettings() - Method in class com.logicaldoc.webservice.AbstractService
 
getSettings() - Method in class com.logicaldoc.webservice.WebserviceServlet
 
getSigned() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getSizeMax() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getSizeMin() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getSource() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getSource() - Method in class com.logicaldoc.webservice.security.WSUser
The source from which the user has been created
getSourceAuthor() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getSourceDate() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getSourceDateFrom() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getSourceDateTo() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getSourceId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getSourceType() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getStartPublishing() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getState() - Method in class com.logicaldoc.webservice.security.WSUser
 
getStatistics(String) - Method in class com.logicaldoc.webservice.system.SystemClient
 
getStatistics(String) - Method in interface com.logicaldoc.webservice.system.SystemService
Retrieves the system statistics.
getStatistics(String) - Method in class com.logicaldoc.webservice.system.SystemServiceImpl
 
getStatus() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getStopPublishing() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getStreet() - Method in class com.logicaldoc.webservice.security.WSUser
 
getStringValue() - Method in class com.logicaldoc.webservice.WSAttribute
 
getSummary() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getSupport() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getTag() - Method in class com.logicaldoc.webservice.search.WSTagCloud
 
getTagCloud(String) - Method in class com.logicaldoc.webservice.search.SearchClient
 
getTagCloud(String) - Method in interface com.logicaldoc.webservice.search.SearchService
Retrieves all tag clouds in the repository.
getTagCloud(String) - Method in class com.logicaldoc.webservice.search.SearchServiceImpl
 
getTags() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getTags(String) - Method in class com.logicaldoc.webservice.search.SearchClient
 
getTags(String) - Method in interface com.logicaldoc.webservice.search.SearchService
Retrieves all tags in the repository.
getTags(String) - Method in class com.logicaldoc.webservice.search.SearchServiceImpl
 
getTelephone() - Method in class com.logicaldoc.webservice.security.WSUser
 
getTelephone2() - Method in class com.logicaldoc.webservice.security.WSUser
 
getTemplate() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getTemplateId() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getTemplateId() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getTime() - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
getTitle() - Method in class com.logicaldoc.webservice.Content
 
getTitle() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getTopOperator() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getTotalHits() - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
getType() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getType() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
getType() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
getType() - Method in class com.logicaldoc.webservice.security.WSGroup
 
getType() - Method in class com.logicaldoc.webservice.security.WSUser
 
getType() - Method in class com.logicaldoc.webservice.WSAttribute
 
getUrl() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getUser(String, long) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
getUser(String, long) - Method in interface com.logicaldoc.webservice.security.SecurityService
Gets user metadata of an existing user with the given identifier.
getUser(String, long) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
getUserByUsername(String, String) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
getUserByUsername(String, String) - Method in interface com.logicaldoc.webservice.security.SecurityService
Gets user metadata of an existing user with the given username.
getUserByUsername(String, String) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
getUserGroupName() - Method in class com.logicaldoc.webservice.security.WSUser
The name of the group associated to this user, that is '_user_'+id
getUserIds() - Method in class com.logicaldoc.webservice.security.WSGroup
 
getUserName() - Method in class com.logicaldoc.webservice.security.WSUser
 
getValue() - Method in class com.logicaldoc.webservice.WSAttribute
Gets the attribute value.
getValue() - Method in class com.logicaldoc.webservice.WSParameter
 
getVendor() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getVendorAddress() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getVendorCap() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getVendorCity() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getVendorCountry() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
getVersion() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getVersionContent(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getVersionContent(String, long, String) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets the document content of an existing document with the given identifier.
getVersionContent(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getVersions(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
getVersions(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets the version history of an existing document with the given identifier.
getVersions(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
getWorkflowStatus() - Method in class com.logicaldoc.webservice.document.WSDocument
 
getWriteable() - Method in class com.logicaldoc.webservice.Content
 
getYear() - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
grantGroup(String, long, long, int, boolean) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
grantGroup(String, long, long, int, boolean) - Method in interface com.logicaldoc.webservice.folder.FolderService
Grant group permission to the folder.
grantGroup(String, long, long, int, boolean) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
grantUser(String, long, long, int, boolean) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
grantUser(String, long, long, int, boolean) - Method in interface com.logicaldoc.webservice.folder.FolderService
Grant user permission to the folder.
grantUser(String, long, long, int, boolean) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
GROUPID_ADMIN - Static variable in class com.logicaldoc.webservice.security.WSGroup
 
GZIPOutInterceptor - Class in com.logicaldoc.webservice
 
GZIPOutInterceptor() - Constructor for class com.logicaldoc.webservice.GZIPOutInterceptor
 

H

hashCode() - Method in class com.logicaldoc.webservice.security.WSGroup
 
help - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 

I

INDEX_INDEXED - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
INDEX_SKIP - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
INDEX_TO_INDEX - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
initClient(Class<T>, int, boolean) - Method in class com.logicaldoc.webservice.AbstractClient
Standard service initialization.
install() - Method in class com.logicaldoc.webservice.WebservicePlugin
 
installationId - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
isGranted(String, long, int) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
isGranted(String, long, int) - Method in interface com.logicaldoc.webservice.folder.FolderService
Test if the current user has a specific permission.
isGranted(String, long, int) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
isReadable(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
isReadable(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Test if a document identifier is valid.
isReadable(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
isReadable(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
isReadable(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Test if a folder identifier is readable.
isReadable(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
isSearchInSubPath() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
isWebserviceEnabled() - Method in class com.logicaldoc.webservice.AbstractService
 
isWriteable(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
isWriteable(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Test if a folder identifier is writeable.
isWriteable(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 

L

licensee - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
list(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
Deprecated.
list(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Deprecated.
list(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
listAttributeNames() - Method in class com.logicaldoc.webservice.document.WSDocument
 
listAttributeNames() - Method in class com.logicaldoc.webservice.folder.WSFolder
 
listChildren(String, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
listChildren(String, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Lists all direct folders of a parent folder.
listChildren(String, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
listDocuments(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
listDocuments(String, long, String) - Method in interface com.logicaldoc.webservice.document.DocumentService
Gets a document in a specific folder
listDocuments(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
listGroups(String) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
listGroups(String) - Method in interface com.logicaldoc.webservice.security.SecurityService
Gets group metadata of all existing groups.
listGroups(String) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
listUsers(String) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
listUsers(String) - Method in interface com.logicaldoc.webservice.security.SecurityService
Gets metadata of all existing users.
listUsers(String) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
listWorkspaces(String) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
listWorkspaces(String) - Method in interface com.logicaldoc.webservice.folder.FolderService
Retrieves the list of all workspaces.
listWorkspaces(String) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
lock(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
lock(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Locks an existing document with the given identifier.
lock(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
log - Static variable in class com.logicaldoc.webservice.AbstractService
 
log - Static variable in class com.logicaldoc.webservice.auth.AuthServiceImpl
 
log - Static variable in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
log - Static variable in class com.logicaldoc.webservice.document.WSDocument
 
log - Static variable in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
log - Static variable in class com.logicaldoc.webservice.folder.WSFolder
 
log - Static variable in class com.logicaldoc.webservice.search.SearchServiceImpl
 
log - Static variable in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
log - Static variable in class com.logicaldoc.webservice.system.SystemServiceImpl
 
log - Static variable in class com.logicaldoc.webservice.WebservicePlugin
 
login(String, String) - Method in class com.logicaldoc.webservice.auth.AuthClient
 
login(String, String) - Method in interface com.logicaldoc.webservice.auth.AuthService
Starts a new user session.
login(String, String) - Method in class com.logicaldoc.webservice.auth.AuthServiceImpl
 
logout(String) - Method in class com.logicaldoc.webservice.auth.AuthClient
 
logout(String) - Method in interface com.logicaldoc.webservice.auth.AuthService
Closes a user session.
logout(String) - Method in class com.logicaldoc.webservice.auth.AuthServiceImpl
 

M

maxHits - Variable in class com.logicaldoc.webservice.search.WSSearchOptions
 
move(String, long, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
move(String, long, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Moves an existing document with the given identifier.
move(String, long, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
move(String, long, long) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
move(String, long, long) - Method in interface com.logicaldoc.webservice.folder.FolderService
Moves an existing folder with the given identifier.
move(String, long, long) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 

N

name - Variable in class com.logicaldoc.webservice.search.WSSearchOptions
 

P

product - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
productName - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 

R

reindex(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
reindex(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Reindexes(or indexes) a document
reindex(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
release - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
rename(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
rename(String, long, String) - Method in interface com.logicaldoc.webservice.document.DocumentService
Renames the title of an existing document with the given identifier.
rename(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
rename(String, long, String) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
rename(String, long, String) - Method in interface com.logicaldoc.webservice.folder.FolderService
Renames an existing folder with the given identifier.
rename(String, long, String) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
renameFile(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
renameFile(String, long, String) - Method in interface com.logicaldoc.webservice.document.DocumentService
Renames the filename of an existing document with the given identifier.
renameFile(String, long, String) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
renew(String) - Method in class com.logicaldoc.webservice.auth.AuthClient
 
renew(String) - Method in interface com.logicaldoc.webservice.auth.AuthService
Renews a session
renew(String) - Method in class com.logicaldoc.webservice.auth.AuthServiceImpl
 
restore(String, long, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
restore(String, long, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Restores an existing document with the given identifier.
restore(String, long, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
Right - Class in com.logicaldoc.webservice.auth
Useful class to associate a user or a group to a permission integer representation.
Right() - Constructor for class com.logicaldoc.webservice.auth.Right
 
Right(long, int) - Constructor for class com.logicaldoc.webservice.auth.Right
 
runLevel - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 

S

SearchClient - Class in com.logicaldoc.webservice.search
Search Web Service client.
SearchClient(String, int, boolean, int) - Constructor for class com.logicaldoc.webservice.search.SearchClient
 
SearchClient(String) - Constructor for class com.logicaldoc.webservice.search.SearchClient
 
SearchService - Interface in com.logicaldoc.webservice.search
Search Web Service definition interface
SearchServiceImpl - Class in com.logicaldoc.webservice.search
Search Web Service Implementation
SearchServiceImpl() - Constructor for class com.logicaldoc.webservice.search.SearchServiceImpl
 
SecurityClient - Class in com.logicaldoc.webservice.security
Security Web Service client.
SecurityClient(String) - Constructor for class com.logicaldoc.webservice.security.SecurityClient
 
SecurityService - Interface in com.logicaldoc.webservice.security
Security Web Service definition interface
SecurityServiceImpl - Class in com.logicaldoc.webservice.security
Security Web Service Implementation
SecurityServiceImpl() - Constructor for class com.logicaldoc.webservice.security.SecurityServiceImpl
 
sendEmail(String, Long[], String, String, String) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
sendEmail(String, Long[], String, String, String) - Method in interface com.logicaldoc.webservice.document.DocumentService
Sends a set of documents as mail attachments
sendEmail(String, Long[], String, String, String) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
serialVersionUID - Static variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.webservice.WebserviceServlet
 
setBugs(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setCaseSensitive(int) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setCity(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setComment(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setCount(int) - Method in class com.logicaldoc.webservice.search.WSTagCloud
 
setCountry(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setCoverage(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setCreation(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setCreation(String) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setCreationFrom(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setCreationTo(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setCreator(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setCreator(String) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setCreatorId(long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setCustomId(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setDate(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setDate(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setDateFrom(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setDateTo(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setDateValue(String) - Method in class com.logicaldoc.webservice.WSAttribute
 
setDeleteUserId(Long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setDescription(String) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setDescription(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setDescription(String) - Method in class com.logicaldoc.webservice.security.WSGroup
 
setDigest(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setDocRef(Long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setDoubleValue(Double) - Method in class com.logicaldoc.webservice.WSAttribute
 
setEditor(int) - Method in class com.logicaldoc.webservice.WSAttribute
 
setEmail(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setEnabled(int) - Method in class com.logicaldoc.webservice.security.WSUser
 
setEstimatedHitsNumber(long) - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
setExportId(Long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setExportName(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setExportStatus(int) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setExportVersion(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setExpression(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setExpressionLanguage(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setExtendedAttributes(WSAttribute[]) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setExtendedAttributes(WSAttribute[]) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setFeatures(String[]) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setFields(String[]) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setFileName(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setFileSize(long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setFileVersion(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setFilterIds(Long[]) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setFirstName(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setFolderId(Long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setFolderId(Long) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setFormat(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setForum(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setGroupIds(long[]) - Method in class com.logicaldoc.webservice.security.WSUser
 
setHelp(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setHits(WSDocument[]) - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
setIcon(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setId(long) - Method in class com.logicaldoc.webservice.auth.Right
 
setId(long) - Method in class com.logicaldoc.webservice.Content
 
setId(long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setId(long) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setId(long) - Method in class com.logicaldoc.webservice.security.WSGroup
 
setId(long) - Method in class com.logicaldoc.webservice.security.WSUser
 
setImmutable(int) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setIndexed(int) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setInheritGroupId(Long) - Method in class com.logicaldoc.webservice.security.WSGroup
 
setInstallationId(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setIntValue(Long) - Method in class com.logicaldoc.webservice.WSAttribute
 
setLabel(String) - Method in class com.logicaldoc.webservice.WSAttribute
 
setLanguage(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setLanguage(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setLanguage(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setLastModified(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setLastModified(String) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setLastModified(String) - Method in class com.logicaldoc.webservice.security.WSGroup
 
setLastModified(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setLicensee(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setLockUserId(Long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setMandatory(int) - Method in class com.logicaldoc.webservice.WSAttribute
 
setMaxHits(int) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setMoreHits(int) - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
setName(String) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setName(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setName(String) - Method in class com.logicaldoc.webservice.security.WSGroup
 
setName(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setName(String) - Method in class com.logicaldoc.webservice.WSAttribute
 
setName(String) - Method in class com.logicaldoc.webservice.WSParameter
 
setObject(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setParentId(long) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setPassword(String) - Method in class com.logicaldoc.webservice.security.WSUser
Sets the password and encode it
setPasswordChanged(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setPasswordExpires(int) - Method in class com.logicaldoc.webservice.security.WSUser
 
setPasswordmd4(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setPath(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setPermissions(int) - Method in class com.logicaldoc.webservice.auth.Right
 
setPosition(int) - Method in class com.logicaldoc.webservice.WSAttribute
 
setPostalcode(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setProduct(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setProductName(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setPublished(int) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setPublisher(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setPublisherId(long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setQuota(long) - Method in class com.logicaldoc.webservice.security.WSUser
 
setQuotaCount(long) - Method in class com.logicaldoc.webservice.security.WSUser
 
setRating(Integer) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setRecipient(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setRelease(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setRetrieveAliases(int) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setRunLevel(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setScale(int) - Method in class com.logicaldoc.webservice.search.WSTagCloud
 
setScore(Integer) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setSearchInSubPath(int) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setSigned(int) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setSizeMax(Long) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setSizeMin(Long) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setSource(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setSource(int) - Method in class com.logicaldoc.webservice.security.WSUser
 
setSourceAuthor(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setSourceDate(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setSourceDateFrom(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setSourceDateTo(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setSourceId(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setSourceType(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setStartPublishing(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setState(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setStatus(int) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setStopPublishing(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setStreet(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setStringValue(String) - Method in class com.logicaldoc.webservice.WSAttribute
 
setSummary(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setSupport(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setTag(String) - Method in class com.logicaldoc.webservice.search.WSTagCloud
 
setTags(String[]) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setTelephone(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setTelephone2(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setTemplate(Long) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setTemplateId(Long) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setTemplateId(Long) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setThreshold(int) - Method in class com.logicaldoc.webservice.GZIPOutInterceptor
 
setTime(long) - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
setTitle(String) - Method in class com.logicaldoc.webservice.Content
 
setTitle(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setTopOperator(String) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setTotalHits(int) - Method in class com.logicaldoc.webservice.search.WSSearchResult
 
setType(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setType(int) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
setType(int) - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
setType(int) - Method in class com.logicaldoc.webservice.security.WSGroup
 
setType(int) - Method in class com.logicaldoc.webservice.security.WSUser
 
setType(int) - Method in class com.logicaldoc.webservice.WSAttribute
 
setUrl(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setUserIds(long[]) - Method in class com.logicaldoc.webservice.security.WSGroup
 
setUserName(String) - Method in class com.logicaldoc.webservice.security.WSUser
 
setValidateSession(boolean) - Method in class com.logicaldoc.webservice.AbstractService
 
setValue(Object) - Method in class com.logicaldoc.webservice.WSAttribute
Sets the attribute value.
setValue(String) - Method in class com.logicaldoc.webservice.WSParameter
 
setVendor(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setVendorAddress(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setVendorCap(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setVendorCity(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setVendorCountry(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
setVersion(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setWorkflowStatus(String) - Method in class com.logicaldoc.webservice.document.WSDocument
 
setWriteable(int) - Method in class com.logicaldoc.webservice.Content
 
setYear(String) - Method in class com.logicaldoc.webservice.system.WSSystemInfo
 
SOURCE_ACTIVE_DIRECTORY - Static variable in class com.logicaldoc.webservice.security.WSUser
 
SOURCE_DEFAULT - Static variable in class com.logicaldoc.webservice.security.WSUser
 
SOURCE_LDAP - Static variable in class com.logicaldoc.webservice.security.WSUser
 
storeGroup(String, WSGroup) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
storeGroup(String, WSGroup) - Method in interface com.logicaldoc.webservice.security.SecurityService
Create/Update a group.
storeGroup(String, WSGroup) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
storeUser(String, WSUser) - Method in class com.logicaldoc.webservice.security.SecurityClient
 
storeUser(String, WSUser) - Method in interface com.logicaldoc.webservice.security.SecurityService
Create/Update a user.
storeUser(String, WSUser) - Method in class com.logicaldoc.webservice.security.SecurityServiceImpl
 
support - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
SystemClient - Class in com.logicaldoc.webservice.system
System Web Service client.
SystemClient(String) - Constructor for class com.logicaldoc.webservice.system.SystemClient
 
SystemService - Interface in com.logicaldoc.webservice.system
System Web Service definition interface
SystemServiceImpl - Class in com.logicaldoc.webservice.system
System Web Service Implementation
SystemServiceImpl() - Constructor for class com.logicaldoc.webservice.system.SystemServiceImpl
 

T

toDocument() - Method in class com.logicaldoc.webservice.document.WSDocument
 
toGroup() - Method in class com.logicaldoc.webservice.security.WSGroup
 
toSearchOptions() - Method in class com.logicaldoc.webservice.search.WSSearchOptions
 
toString() - Method in class com.logicaldoc.webservice.security.WSUser
 
toString() - Method in class com.logicaldoc.webservice.WSAttribute
 
toString() - Method in class com.logicaldoc.webservice.WSParameter
 
toTagCloud() - Method in class com.logicaldoc.webservice.search.WSTagCloud
 
toUser() - Method in class com.logicaldoc.webservice.security.WSUser
 
TYPE_BOOLEAN - Static variable in class com.logicaldoc.webservice.WSAttribute
 
TYPE_DATE - Static variable in class com.logicaldoc.webservice.WSAttribute
 
TYPE_DEFAULT - Static variable in class com.logicaldoc.webservice.security.WSGroup
 
TYPE_DEFAULT - Static variable in class com.logicaldoc.webservice.security.WSUser
 
TYPE_DOUBLE - Static variable in class com.logicaldoc.webservice.WSAttribute
 
TYPE_INT - Static variable in class com.logicaldoc.webservice.WSAttribute
 
TYPE_STRING - Static variable in class com.logicaldoc.webservice.WSAttribute
 
TYPE_SYSTEM - Static variable in class com.logicaldoc.webservice.security.WSUser
 
TYPE_USER - Static variable in class com.logicaldoc.webservice.security.WSGroup
 
TYPE_USER - Static variable in class com.logicaldoc.webservice.WSAttribute
 

U

unlock(String, long) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
unlock(String, long) - Method in interface com.logicaldoc.webservice.document.DocumentService
Unlocks an existing document with the given identifier.
unlock(String, long) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
update(String, WSDocument) - Method in class com.logicaldoc.webservice.document.DocumentClient
 
update(String, WSDocument) - Method in interface com.logicaldoc.webservice.document.DocumentService
Updates an existing document with the value object containing the document's metadata.
update(String, WSDocument) - Method in class com.logicaldoc.webservice.document.DocumentServiceImpl
 
update(String, WSFolder) - Method in class com.logicaldoc.webservice.folder.FolderClient
 
update(String, WSFolder) - Method in interface com.logicaldoc.webservice.folder.FolderService
Updates an existing folder.
update(String, WSFolder) - Method in class com.logicaldoc.webservice.folder.FolderServiceImpl
 
updateExtendedAttributes(Folder) - Method in class com.logicaldoc.webservice.folder.WSFolder
 
url - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
USERID_ADMIN - Static variable in class com.logicaldoc.webservice.security.WSUser
 

V

valid(String) - Method in class com.logicaldoc.webservice.auth.AuthClient
 
valid(String) - Method in interface com.logicaldoc.webservice.auth.AuthService
Checks if a SID is valid
valid(String) - Method in class com.logicaldoc.webservice.auth.AuthServiceImpl
 
validateSession(String) - Method in class com.logicaldoc.webservice.AbstractService
Utility method that validates the session and retrieve the associated user
vendor - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
vendorAddress - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
vendorCap - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
vendorCity - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
vendorCountry - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 

W

WebservicePlugin - Class in com.logicaldoc.webservice
This class provides initializations needed by this plug-in
WebservicePlugin() - Constructor for class com.logicaldoc.webservice.WebservicePlugin
 
WebserviceServlet - Class in com.logicaldoc.webservice
Extension of the standard CXF servlet that checks the enabled flag
WebserviceServlet() - Constructor for class com.logicaldoc.webservice.WebserviceServlet
 
WSAttribute - Class in com.logicaldoc.webservice
Extended attribute of a document
WSAttribute() - Constructor for class com.logicaldoc.webservice.WSAttribute
 
WSDocument - Class in com.logicaldoc.webservice.document
Web Service Document.
WSDocument() - Constructor for class com.logicaldoc.webservice.document.WSDocument
 
WSFolder - Class in com.logicaldoc.webservice.folder
Web Service Folder.
WSFolder() - Constructor for class com.logicaldoc.webservice.folder.WSFolder
 
WSGroup - Class in com.logicaldoc.webservice.security
Web Service Group.
WSGroup() - Constructor for class com.logicaldoc.webservice.security.WSGroup
 
WSParameter - Class in com.logicaldoc.webservice
Useful class that contains a correspondence between a name and a value.
WSParameter() - Constructor for class com.logicaldoc.webservice.WSParameter
 
WSSearchOptions - Class in com.logicaldoc.webservice.search
Search options through Web Services.
WSSearchOptions() - Constructor for class com.logicaldoc.webservice.search.WSSearchOptions
Necessary constructor for the Search Web Service
WSSearchResult - Class in com.logicaldoc.webservice.search
Represents a web service search result
WSSearchResult() - Constructor for class com.logicaldoc.webservice.search.WSSearchResult
 
WSSystemInfo - Class in com.logicaldoc.webservice.system
 
WSSystemInfo() - Constructor for class com.logicaldoc.webservice.system.WSSystemInfo
 
WSTagCloud - Class in com.logicaldoc.webservice.search
This class is a TagCloud for WebServices API
WSTagCloud(String) - Constructor for class com.logicaldoc.webservice.search.WSTagCloud
 
WSTagCloud(String, int) - Constructor for class com.logicaldoc.webservice.search.WSTagCloud
 
WSTagCloud() - Constructor for class com.logicaldoc.webservice.search.WSTagCloud
 
WSUser - Class in com.logicaldoc.webservice.security
Web Service User.
WSUser() - Constructor for class com.logicaldoc.webservice.security.WSUser
 

Y

year - Variable in class com.logicaldoc.webservice.system.WSSystemInfo
 
A B C D E F G H I L M N P R S T U V W Y 

Copyright © 2008-2014 Logical Objects. All Rights Reserved.