Uses of Class
com.logicaldoc.webservice.WebserviceException
Package
Description
-
Uses of WebserviceException in com.logicaldoc.webservice.mobile
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
CommentService.addComment
(String sid, String docid, CommentVO comment) javax.ws.rs.core.Response
CommentService.addCommentForm
(String sid, String docid, String content) javax.ws.rs.core.Response
CommentService.getComments
(String sid, String docid) -
Uses of WebserviceException in com.logicaldoc.webservice.rest
Modifier and TypeMethodDescriptionvoid
DocumentMetadataService.addAttributeOption
(long setId, String attribute, WSAttributeOption option) Add a new option for the given attributevoid
TagService.addDocumentTags
(long docId, List<String> tags) Adds tags to a documentvoid
TagService.addFolderTags
(long folderId, List<String> tags) Adds tags to a folderAdds a new note for the given documentBookmarkService.bookmarkDocument
(long docId) BookmarkService.bookmarkFolder
(long folderId) void
DocumentService.checkout
(long docId) Executed the checkoutDocumentService.copy
(long docId, long folderId, boolean links, boolean notes, boolean security) Copies a document into another foldervoid
Copies an existing folder with the given identifier.DocumentService.createAlias
(long docId, long folderId, String type) Creates a new document alias for the given document inside a specified folderFolderService.createAlias
(long parentId, long foldRef) Creates a new folder aliasDocumentService.createDownloadTicket
(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) Creates a new download ticketlong
FolderService.createFolder
(long parentId, String name) FolderService.createPath
(long parentId, String path) void
Creates the PDF conversion of the given document; if the PDF conversion was already created, nothing will happenFolderService.createSimple
(String folderPath) FolderService.createSimpleForm
(String folderPath) FolderService.createSimpleJSON
(String jsonstr) void
DocumentService.createThumbnail
(long docId, String fileVersion, String type) Creates the thumbail of the given document; if the thumbnail was already created, nothing will happenDocumentService.createViewTicket
(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) Creates a new download ticketvoid
DocumentService.delete
(long docId) Deletes a documentvoid
FolderService.delete
(long folderId) void
DocumentMetadataService.deleteAttributeSet
(long setId) Deletes an existing attribute set with the given identifier.void
BookmarkService.deleteBookmark
(long bookmarkId) void
DocumentService.deleteLink
(long id) Removes an existing linkvoid
DocumentService.deleteNote
(long noteId) Deletes a new note by note identifiervoid
DocumentMetadataService.deleteTemplate
(long templateId) Deletes an existing template with the given identifierDocumentService.deleteVersion
(long docId, String version) Deletes a version by document identifier and version ID.SearchService.find
(WSSearchOptions opt) SearchService.findByFilename
(String filename) Finds authorized documents for the current user the given filename (like operator is used)FolderService.findByPath
(String path) Finds the folder at the specified pathTagService.findDocumentsByTag
(String tag) Finds authorized documents for the current user having a specified tagSearchService.findFolders
(String name) Finds authorized folders for the current user containing the given name (like operator is used)TagService.findFoldersByTag
(String tag) Finds authorized folders for the current user having a specified tag.DocumentService.getAccessControlList
(long docId) Retrieves the access control listFolderService.getAccessControlList
(long folderId) Retrieves the access control listDocumentService.getAliases
(long docId) Gets the aliases of the given documentDocumentMetadataService.getAttributeOptions
(long setId, String attribute) Retrieves the options for the given attributeDocumentMetadataService.getAttributeSet
(String name) Gets attribute set's metadataDocumentMetadataService.getAttributeSetById
(long setId) Gets attribute set's metadataBookmarkService.getBookmarks()
javax.activation.DataHandler
DocumentService.getContent
(long docId) Retrieves the file content of a document.FolderService.getDefaultWorkspace()
Gets the Default workspaceDocumentService.getDocument
(long docId) Retrieves a document from the databaseDocumentService.getDocumentByCustomId
(String customId) Gets document metadata of an existing document with the given custom identifierDocumentService.getDocuments
(List<Long> docIds) Gets document metadata of a collection of existing documents with the given identifiersTagService.getDocumentTags
(long docId) Retrieves all the tags of a documentDocumentService.getExtractedText
(long docId) Gets the document's text stored in the full-text indexFolderService.getFolder
(long folderId) TagService.getFolderTags
(long folderId) Retrieves all the tags of a folderSystemService.getInfo()
Retrieves the Installation informationsDocumentService.getLinks
(long docId) Gets all the links of a specific documentDocumentService.getNotes
(long docId) Gets the notes for the given documentFolderService.getPath
(long folderId) FolderService.getPathString
(long folderId) DocumentService.getRatings
(long docId) Gets all the ratings of the given documentDocumentService.getRecentDocuments
(Integer maxHits) Lists of last modified documents of the current sessionjavax.activation.DataHandler
DocumentService.getResource
(long docId, String fileVersion, String suffix) Gets the content of a resource associated to the given document.FolderService.getRootFolder()
Gets the root folderSystemService.getStatistics()
Retrieves the system statisticsTagService.getTagCloud()
Retrieves all tag clouds in the repositoryTagService.getTags()
Retrieves all the tags in the repositoryTagService.getTagsPreset()
Retrieves all the tags in the preset (if the input mode is preset).DocumentMetadataService.getTemplate
(String name) Gets template's metadataDocumentMetadataService.getTemplateById
(long templateId) Gets template's metadatajavax.activation.DataHandler
DocumentService.getThumbnail
(String type, String docPath, List<javax.ws.rs.core.PathSegment> docPathList) Retrieves the thumbnail imagejavax.activation.DataHandler
DocumentService.getVersionContent
(long docId, String version) Retrieves the file content of a version.DocumentService.getVersions
(long docId) Gets the version history of an existing document with the given identifierboolean
DocumentService.isDownload
(long docId) Tests if a document is downloadable.boolean
Tests if the current user has a specific permission on a documentboolean
Tests if the current user has a specific permission on a folderboolean
DocumentService.isRead
(long docId) Tests if a document is readable.boolean
FolderService.isReadable
(long folderId) Tests if a folder is readable.boolean
FolderService.isWritable
(long folderId) Tests if a folder is writableboolean
DocumentService.isWrite
(long docId) Tests if a document is writableCreates a new link between two documents.DocumentService.list
(long folderId) Lists the documents in a folderDocumentMetadataService.listAttributeSets()
Gets metadata of all existing attribute sets.FolderService.listChildren
(long folderId) DocumentService.listDocuments
(long folderId, String fileName) Lists the documents in a folderDocumentService.listPaginated
(long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderDocumentMetadataService.listTemplates()
Gets metadata of all existing templates.FolderService.listWorkspaces()
Retrieves the list of all workspaces.void
DocumentService.lock
(long docId) Locks an existing document with the given identifier.void
DocumentService.move
(long docId, long folderId) Moves an existing document with the given identifiervoid
FolderService.move
(long folderId, long parentId) Moves an existing folder with the given identifier.void
DocumentService.promoteVersion
(long docId, String version) Promotes an old version to the current default one.DocumentService.rateDocument
(long docId, int vote) Puts a new rating on the given documentvoid
Re-indexes(or indexes from scratch) a documentvoid
Renames the title of an existing document with the given identifier.void
Renames an existing folder.void
DocumentService.restore
(long docId, long folderId) Restores a deleted documentBookmarkService.saveBookmark
(WSBookmark bookmark) Adds a new note for the given documentvoid
Sends a set of documents as mail attachmentsvoid
DocumentService.setAccessControlList
(long docId, List<WSAccessControlEntry> acl) Sets the Access Control Listvoid
FolderService.setAccessControlList
(long folderId, List<WSAccessControlEntry> acl) Sets the Access Control Listvoid
DocumentMetadataService.setAttributeOptions
(long setId, String attribute, List<WSAttributeOption> options) Saves the options for the given attributevoid
DocumentMetadataService.setAttributeOptionsPOST
(Long setId, String attribute, List<WSAttributeOption> options) Saves the options for the given attribute with a POST method.void
TagService.setDocumentTags
(long docId, List<String> tags) Sets the tags of a documentvoid
TagService.setFolderTags
(long folderId, List<String> tags) Sets the tags of a foldervoid
DocumentService.setPassword
(long docId, String password) Puts a password protection to the documentlong
DocumentMetadataService.storeAttributeSet
(WSAttributeSet attributeSet) Create/Update an attribute set.long
DocumentMetadataService.storeTemplate
(WSTemplate template) Create/Update a template.void
BookmarkService.unbookmarkDocument
(long docId) void
BookmarkService.unbookmarkFolder
(long folderId) void
DocumentService.unlock
(long docId) Unlocks an existing document with the given identifier.boolean
Unprotects a document that is password protected.void
DocumentService.unsetPassword
(long docId, String currentPassword) Removes the password protection from the documentvoid
DocumentService.update
(WSDocument document) Updates an existing document with the value object containing the document's metadata.void
Updates an existing folder.void
DocumentService.uploadResource
(Integer docId, String fileVersion, String suffix, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) Uploads a new resource of the document Uploads a new resource attached to the given document. -
Uses of WebserviceException in com.logicaldoc.webservice.rest.client
Modifier and TypeMethodDescriptionvoid
RestTagClient.addDocumentTags
(long docId, List<String> tags) void
RestTagClient.addFolderTags
(long folderId, List<String> tags) RestBookmarkClient.bookmarkDocument
(long docId) RestBookmarkClient.bookmarkFolder
(long folderId) void
RestDocumentClient.checkout
(long docId) long
RestFolderClient.createFolder
(long parentId, String folderName) RestFolderClient.createPath
(long rootFolder, String path) void
void
RestDocumentClient.createThumbnail
(long docId, String fileVersion, String type) void
RestDocumentClient.delete
(long docId) void
RestFolderClient.delete
(long folderId) void
RestDocumentMetadataClient.deleteAttributeSet
(long setId) void
RestBookmarkClient.deleteBookmark
(long bookmarkId) void
RestDocumentClient.deleteNote
(long noteId) Adds a new note for the given documentvoid
RestDocumentMetadataClient.deleteTemplate
(long templateId) void
RestDocumentClient.deleteVersion
(long docId, String version) Adds a new note for the given documentRestSearchClient.find
(WSSearchOptions owd) RestFolderClient.findByPath
(String path) RestTagClient.findDocumentsByTag
(String tag) RestTagClient.findFoldersByTag
(String tag) RestDocumentMetadataClient.getAttributeOptions
(long setId, String attribute) RestDocumentMetadataClient.getAttributeSet
(String name) RestDocumentMetadataClient.getAttributeSetById
(long setId) RestBookmarkClient.getBookmarks()
Retrieves all the bookmarks of the current userjavax.activation.DataHandler
RestDocumentClient.getContent
(long docId) RestDocumentClient.getDocument
(long docId) RestTagClient.getDocumentTags
(long docId) RestFolderClient.getFolder
(long folderId) RestDocumentClient.getNotes
(long docId) Gets the notes for the given documentRestDocumentClient.getRatings
(long docId) Gets all the ratings of the given documentRestFolderClient.getRootFolder()
RestTagClient.getTags()
RestDocumentMetadataClient.getTemplate
(String name) RestDocumentMetadataClient.getTemplateById
(long templateId) javax.activation.DataHandler
RestDocumentClient.getVersionContent
(long docId, String version) RestDocumentClient.list
(long folderId) RestDocumentMetadataClient.listAttributeSets()
RestFolderClient.listChildren
(long folderId) RestDocumentClient.listDocuments
(long folderId, String fileName) RestDocumentClient.listPaginated
(long folderId, String fileName, String sort, Integer page, Integer max) RestDocumentMetadataClient.listTemplates()
RestDocumentClient.rateDocument
(long docId, int vote) Puts a new rating on the given documentRestBookmarkClient.saveBookmark
(WSBookmark bookmark) void
RestDocumentMetadataClient.setAttributeOptions
(long setId, String attribute, List<WSAttributeOption> options) void
RestDocumentMetadataClient.setAttributeOptionsPOST
(long setId, String attribute, List<WSAttributeOption> options) void
RestTagClient.setDocumentTags
(long docId, List<String> tags) void
RestTagClient.setFolderTags
(long folderId, List<String> tags) long
RestDocumentMetadataClient.storeAttributeSet
(WSAttributeSet attributeSet) long
RestDocumentMetadataClient.storeTemplate
(WSTemplate template) void
RestBookmarkClient.unbookmarkDocument
(long docId) void
RestBookmarkClient.unbookmarkFolder
(long folderId) void
RestDocumentClient.update
(WSDocument document) void
-
Uses of WebserviceException in com.logicaldoc.webservice.rest.endpoint
Modifier and TypeMethodDescriptionvoid
RestDocumentMetadataService.addAttributeOption
(long setId, String attribute, WSAttributeOption option) void
RestTagService.addDocumentTags
(long docId, List<String> tags) void
RestTagService.addFolderTags
(long folderId, List<String> tags) RestBookmarkService.bookmarkDocument
(long docId) RestBookmarkService.bookmarkFolder
(long folderId) void
RestDocumentService.checkout
(long docId) RestDocumentService.copy
(long docId, long folderId, boolean links, boolean notes, boolean security) void
RestDocumentService.createAlias
(long docId, long folderId, String type) RestFolderService.createAlias
(long parentId, long foldRef) RestDocumentService.createDownloadTicket
(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) long
RestFolderService.createFolder
(long parentId, String name) RestFolderService.createPath
(long parentId, String path) void
RestFolderService.createSimple
(String folderPath) RestFolderService.createSimpleForm
(String folderPath) RestFolderService.createSimpleJSON
(String jsonstr) void
RestDocumentService.createThumbnail
(long docId, String fileVersion, String type) RestDocumentService.createViewTicket
(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) void
RestDocumentService.delete
(long docId) void
RestFolderService.delete
(long folderId) void
RestDocumentMetadataService.deleteAttributeSet
(long setId) void
RestBookmarkService.deleteBookmark
(long bookmarkId) void
RestDocumentService.deleteLink
(long id) void
RestDocumentService.deleteNote
(long noteId) void
RestDocumentMetadataService.deleteTemplate
(long templateId) RestDocumentService.deleteVersion
(long docId, String version) RestSearchService.find
(WSSearchOptions opt) RestSearchService.findByFilename
(String filename) RestFolderService.findByPath
(String path) RestTagService.findDocumentsByTag
(String tag) RestSearchService.findFolders
(String name) RestTagService.findFoldersByTag
(String tag) RestDocumentService.getAccessControlList
(long docId) RestFolderService.getAccessControlList
(long folderId) RestDocumentService.getAliases
(long docId) RestDocumentMetadataService.getAttributeOptions
(long setId, String attribute) RestDocumentMetadataService.getAttributeSet
(String name) RestDocumentMetadataService.getAttributeSetById
(long setId) RestBookmarkService.getBookmarks()
javax.activation.DataHandler
RestDocumentService.getContent
(long docId) RestFolderService.getDefaultWorkspace()
RestDocumentService.getDocument
(long docId) RestDocumentService.getDocumentByCustomId
(String customId) RestDocumentService.getDocuments
(List<Long> docIds) RestTagService.getDocumentTags
(long docId) RestDocumentService.getExtractedText
(long docId) RestFolderService.getFolder
(long folderId) RestTagService.getFolderTags
(long folderId) RestSystemService.getInfo()
RestDocumentService.getLinks
(long docId) RestDocumentService.getNotes
(long docId) RestFolderService.getPath
(long folderId) RestFolderService.getPathString
(long folderId) RestDocumentService.getRatings
(long docId) RestDocumentService.getRecentDocuments
(Integer maxHits) javax.activation.DataHandler
RestDocumentService.getResource
(long docId, String fileVersion, String suffix) RestFolderService.getRootFolder()
RestSystemService.getStatistics()
RestTagService.getTagCloud()
RestTagService.getTags()
RestTagService.getTagsPreset()
RestDocumentMetadataService.getTemplate
(String name) RestDocumentMetadataService.getTemplateById
(long templateId) javax.activation.DataHandler
RestDocumentService.getThumbnail
(String type, String docPath, List<javax.ws.rs.core.PathSegment> docPathList) javax.activation.DataHandler
RestDocumentService.getVersionContent
(long docId, String version) RestDocumentService.getVersions
(long docId) boolean
RestDocumentService.isDownload
(long docId) boolean
boolean
boolean
RestDocumentService.isRead
(long docId) boolean
RestFolderService.isReadable
(long folderId) boolean
RestFolderService.isWritable
(long folderId) boolean
RestDocumentService.isWrite
(long docId) RestDocumentService.list
(long folderId) RestDocumentMetadataService.listAttributeSets()
RestFolderService.listChildren
(long folderId) RestDocumentService.listDocuments
(long folderId, String fileName) RestDocumentService.listPaginated
(long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderRestDocumentMetadataService.listTemplates()
RestFolderService.listWorkspaces()
void
RestDocumentService.lock
(long docId) void
RestDocumentService.move
(long docId, long folderId) void
RestFolderService.move
(long folderId, long parentId) void
RestDocumentService.promoteVersion
(long docId, String version) RestDocumentService.rateDocument
(long docId, int vote) void
void
void
void
RestDocumentService.restore
(long docId, long folderId) RestBookmarkService.saveBookmark
(WSBookmark bookmark) void
void
RestDocumentService.setAccessControlList
(long docId, List<WSAccessControlEntry> acl) void
RestFolderService.setAccessControlList
(long folderId, List<WSAccessControlEntry> acl) void
RestDocumentMetadataService.setAttributeOptions
(long setId, String attribute, List<WSAttributeOption> options) void
RestDocumentMetadataService.setAttributeOptionsPOST
(Long setId, String attribute, List<WSAttributeOption> options) void
RestTagService.setDocumentTags
(long docId, List<String> tags) void
RestTagService.setFolderTags
(long folderId, List<String> tags) void
RestDocumentService.setPassword
(long docId, String password) long
RestDocumentMetadataService.storeAttributeSet
(WSAttributeSet attributeSet) long
RestDocumentMetadataService.storeTemplate
(WSTemplate template) void
RestBookmarkService.unbookmarkDocument
(long docId) void
RestBookmarkService.unbookmarkFolder
(long folderId) void
RestDocumentService.unlock
(long docId) boolean
void
RestDocumentService.unsetPassword
(long docId, String currentPassword) void
RestDocumentService.update
(WSDocument document) void
void
RestDocumentService.uploadResource
(Integer docId, String fileVersion, String suffix, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) -
Uses of WebserviceException in com.logicaldoc.webservice.soap
Modifier and TypeMethodDescriptionvoid
DocumentMetadataService.addAttributeOption
(String sid, long setId, String attribute, WSAttributeOption option) Add a new option for the given attributevoid
TagService.addDocumentTags
(String sid, long docId, List<String> tags) Adds tags to a documentvoid
TagService.addFolderTags
(String sid, long folderId, List<String> tags) Adds tags to a folderAdds a new note for the given documentBookmarkService.bookmarkDocument
(String sid, long docId) BookmarkService.bookmarkFolder
(String sid, long folderId) int
SecurityService.changePassword
(String sid, long userId, String oldPassword, String newPassword) changes the password of a user.
0 if all is ok, 1 if the password is incorrect, 2 if the new password cannot be notified, otherwise a positive number grater than 2void
DocumentService.checkin
(String sid, long docId, String comment, String filename, boolean release, javax.activation.DataHandler content) Checks in an existing document with the given identifier to create a new version.void
DocumentService.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) Checks in an existing document with the given identifier to create a new version.void
Checks out an existing document with the given identifier.DocumentService.copy
(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) Copies a document into another folder.void
FolderService.copy
(String sid, long folderId, long targetId, int foldersOnly, String securityOption) Copies an existing folder with the given identifier.DocumentService.create
(String sid, WSDocument document, javax.activation.DataHandler content) Create a new document.Creates a new folder.DocumentService.createAlias
(String sid, long docId, long folderId, String type) Creates a new document alias for the given document inside a specified folderFolderService.createAlias
(String sid, long parentId, long foldRef) Creates a new folder aliasDocumentService.createDownloadTicket
(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) Creates a new download ticketlong
FolderService.createFolder
(String sid, long parentId, String name) Create a new folder.FolderService.createPath
(String sid, long parentId, String path) Creates the folder for the specified path.void
Creates the PDF conversion of the given document.void
DocumentService.createThumbnail
(String sid, long docId, String fileVersion, String type) Creates the thumbnail of the given document.DocumentService.createViewTicket
(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) Creates a new view ticketvoid
Deletes an existing document with the given identifier.void
Deletes an existing folder.void
DocumentMetadataService.deleteAttributeSet
(String sid, long setId) Deletes an existing attribute set with the given identifier.void
BookmarkService.deleteBookmark
(String sid, long bookmarkId) void
SecurityService.deleteGroup
(String sid, long groupId) Deletes an existing group with the given identifiervoid
DocumentService.deleteLink
(String sid, long id) Removes an existing linkvoid
DocumentService.deleteNote
(String sid, long noteId) Adds a new note for the given documentvoid
DocumentMetadataService.deleteTemplate
(String sid, long templateId) Deletes an existing template with the given identifiervoid
SecurityService.deleteUser
(String sid, long userId) Deletes an existing user with the given identifierDocumentService.deleteVersion
(String sid, long docId, String version) Deletes a version of a document with the given identifiers.SearchService.find
(String sid, WSSearchOptions options) Performs a search by the search options.SearchService.findByFilename
(String sid, String filename) Finds authorized documents for the current user the given filename (like operator is used)FolderService.findByPath
(String sid, String path) Finds the folder at the specified pathTagService.findDocumentsByTag
(String sid, String tag) Finds authorized documents for the current user having a specified tagSearchService.findFolders
(String sid, String name) Finds authorized folders for the current user containing the given name (like operator is used)TagService.findFoldersByTag
(String sid, String tag) Finds authorized folders for the current user having a specified tagDocumentMetadataService.getAccessControlList
(String sid, long templateId) Retrieves the access control listDocumentService.getAccessControlList
(String sid, long docId) Retrieves the access control listFolderService.getAccessControlList
(String sid, long folderId) Retrieves the access control listDocumentService.getAliases
(String sid, long docId) Gets the aliases of the given documentDocumentMetadataService.getAttributeOptions
(String sid, long setId, String attribute) Retrieves the options for the given attributeDocumentMetadataService.getAttributeOptionsByCategory
(String sid, long setId, String attribute, String category) Retrieves the options for the given attribute inside a given categoryDocumentMetadataService.getAttributeSet
(String sid, String name) Gets attribute set's metadataDocumentMetadataService.getAttributeSetById
(String sid, long setId) Gets attribute set's metadataBookmarkService.getBookmarks
(String sid) Retrieves all the bookmarks of the current userjavax.activation.DataHandler
DocumentService.getContent
(String sid, long docId) Gets the content of an existing document with the given identifierFolderService.getDefaultWorkspace
(String sid) Gets the Default workspaceDocumentService.getDocument
(String sid, long docId) Gets the metadata of an existing document with the given identifierDocumentService.getDocumentByCustomId
(String sid, String customId) Gets document metadata of an existing document with the given custom identifierDocumentService.getDocuments
(String sid, List<Long> docIds) Gets document metadata of a collection of existing documents with the given identifiersTagService.getDocumentTags
(String sid, long docId) Retrieves all the tags of a document.DocumentService.getExtractedText
(String sid, long docId) Gets the document's text stored in the full-text indexGets an existing folderTagService.getFolderTags
(String sid, long folderId) Retrieves all the tags of a folderGets group metadata of an existing group with the given identifierSystemService.getInfo()
Retrieves the Installation informationsGets all the links of a specific documentGets the notes for the given documentComputes the path from the root to the target folder.DocumentService.getRatings
(String sid, long docId) Gets all the ratings of the given documentDocumentService.getRecentDocuments
(String sid, Integer maxHits) Lists of last modified documents of the current session.javax.activation.DataHandler
DocumentService.getResource
(String sid, long docId, String fileVersion, String suffix) Gets the content of a resource associated to the given document.FolderService.getRootFolder
(String sid) Gets root metadataSystemService.getStatistics
(String sid) Retrieves the system statisticsTagService.getTagCloud
(String sid) Retrieves all tag clouds in the repository.Retrieves all the tags in the repositoryTagService.getTagsPreset
(String sid) Retrieves all the tags in the preset(if the input mode is preset).DocumentMetadataService.getTemplate
(String sid, String name) Gets template's metadataDocumentMetadataService.getTemplateById
(String sid, long templateId) Gets template's metadataGets user metadata of an existing user with the given identifierSecurityService.getUserByUsername
(String sid, String username) Gets user metadata of an existing user with the given usernameDocumentService.getVersion
(String sid, long docId, String version) Gets a specific versionjavax.activation.DataHandler
DocumentService.getVersionContent
(String sid, long docId, String version) Gets the content of a specific version of a documentDocumentService.getVersions
(String sid, long docId) Gets the version history of an existing document with the given identifierboolean
DocumentService.isDownload
(String sid, long docId) Tests if a document is downloadableboolean
Tests if the current user has a specific permission on a documentboolean
Tests if the current user has a specific permission on a folderboolean
Tests if a document is readable.boolean
DocumentMetadataService.isReadable
(String sid, long templateId) Tests if a template is readable.boolean
FolderService.isReadable
(String sid, long folderId) Tests if a folder is readable.boolean
DocumentMetadataService.isWritable
(String sid, long templateId) Tests if a template is writableboolean
FolderService.isWritable
(String sid, long folderId) Tests if a folder is writableboolean
Tests if a document is writableCreates a new link between two documents.DocumentService.list
(String sid, long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderLists all direct folders of a parent folder.
Attention: readable sub-folders only are returned.DocumentMetadataService.listAttributeSets
(String sid) Gets metadata of all existing attribute sets.FolderService.listChildren
(String sid, long folderId) Lists all direct folders of a parent folder.
Attention: readable only sub-folders are returned.DocumentService.listDocuments
(String sid, long folderId, String fileName) Gets the documents in a specific folderSecurityService.listGroups
(String sid) Gets group metadata of all existing groups.DocumentMetadataService.listTemplates
(String sid) Gets metadata of all existing templates.Gets metadata of all existing usersFolderService.listWorkspaces
(String sid) Retrieves the list of all workspaces.void
Locks an existing document with the given identifier.void
Merges the contents of folder into a targetvoid
Moves an existing document with the given identifier.void
Moves an existing folder with the given identifier.void
DocumentService.promoteVersion
(String sid, long docId, String version) Promotes an old version to the current default one.DocumentService.rateDocument
(String sid, long docId, int vote) Puts a new rating on the given documentvoid
Re-indexes(or indexes from scratch) a documentvoid
Renames the title of an existing document with the given identifier.void
Renames an existing folder.void
DocumentService.replaceFile
(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content) Replaces the file associated to a given version.void
Restores a deleted documentBookmarkService.saveBookmark
(String sid, WSBookmark bookmark) Adds a new note for the given documentvoid
DocumentService.sendEmail
(String sid, List<Long> docIds, String recipients, String subject, String message) Sends a set of documents as mail attachmentsvoid
DocumentMetadataService.setAccessControlList
(String sid, long templateId, List<WSAccessControlEntry> acl) Sets the Access Control Listvoid
DocumentService.setAccessControlList
(String sid, long docId, List<WSAccessControlEntry> acl) Sets the Access Control Listvoid
FolderService.setAccessControlList
(String sid, long folderId, List<WSAccessControlEntry> acl) Sets the Access Control Listvoid
DocumentMetadataService.setAttributeOptions
(String sid, long setId, String attribute, List<WSAttributeOption> options) Saves the options for the given attributevoid
TagService.setDocumentTags
(String sid, long docId, List<String> tags) Sets the tags of a documentvoid
TagService.setFolderTags
(String sid, long folderId, List<String> tags) Sets the tags of a foldervoid
DocumentService.setPassword
(String sid, long docId, String password) Puts a password protection to the documentlong
DocumentMetadataService.storeAttributeSet
(String sid, WSAttributeSet attributeSet) Create/Update an attribute set.long
SecurityService.storeGroup
(String sid, WSGroup group) Creates/Updates a group.long
DocumentMetadataService.storeTemplate
(String sid, WSTemplate template) Create/Update a template.long
Creates/Updates a user.void
BookmarkService.unbookmarkDocument
(String sid, long docId) void
BookmarkService.unbookmarkFolder
(String sid, long folderId) void
Unlocks an existing document with the given identifier.boolean
Unprotects a document that is password protected.void
DocumentService.unsetPassword
(String sid, long docId, String currentPassword) Removes the password protection from the documentvoid
DocumentService.update
(String sid, WSDocument document) Updates an existing document with the value object containing the document's metadatavoid
Updates an existing folder.long
DocumentService.upload
(String sid, Long docId, Long folderId, boolean release, String filename, String language, javax.activation.DataHandler content) Creates a new document or updates an existing one.void
DocumentService.uploadResource
(String sid, long docId, String fileVersion, String suffix, javax.activation.DataHandler content) Uploads a new resource attached to the given document. -
Uses of WebserviceException in com.logicaldoc.webservice.soap.client
Modifier and TypeMethodDescriptionvoid
SoapDocumentMetadataClient.addAttributeOption
(String sid, long setId, String attribute, WSAttributeOption wsoption) void
SoapTagClient.addDocumentTags
(String sid, long docId, List<String> tags) void
SoapTagClient.addFolderTags
(String sid, long folderId, List<String> tags) SoapBookmarkClient.bookmarkDocument
(String sid, long docId) SoapBookmarkClient.bookmarkFolder
(String sid, long folderId) int
SoapSecurityClient.changePassword
(String sid, long userId, String oldPassword, String newPassword) void
SoapDocumentClient.checkin
(String sid, long docId, String comment, String filename, boolean release, File content) void
SoapDocumentClient.checkin
(String sid, long docId, String comment, String filename, boolean release, javax.activation.DataHandler content) void
SoapDocumentClient.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, File content) void
SoapDocumentClient.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) void
SoapDocumentClient.copy
(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) void
SoapFolderClient.copy
(String sid, long folderId, long parentId, int foldersOnly, String securityOption) SoapDocumentClient.create
(String sid, WSDocument document, File content) SoapDocumentClient.create
(String sid, WSDocument document, javax.activation.DataHandler content) SoapDocumentClient.createAlias
(String sid, long docId, long folderId, String type) SoapFolderClient.createAlias
(String sid, long parentId, long foldRef) SoapDocumentClient.createDownloadTicket
(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) long
SoapFolderClient.createFolder
(String sid, long parentId, String name) SoapFolderClient.createPath
(String sid, long parentId, String path) void
void
SoapDocumentClient.createThumbnail
(String sid, long docId, String fileVersion, String type) SoapDocumentClient.createViewTicket
(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) void
void
void
SoapDocumentMetadataClient.deleteAttributeSet
(String sid, long setId) void
SoapBookmarkClient.deleteBookmark
(String sid, long bookmarkId) void
SoapSecurityClient.deleteGroup
(String sid, long groupId) void
SoapDocumentClient.deleteLink
(String sid, long id) void
SoapDocumentClient.deleteNote
(String sid, long noteId) void
SoapDocumentMetadataClient.deleteTemplate
(String sid, long templateId) void
SoapSecurityClient.deleteUser
(String sid, long userId) SoapDocumentClient.deleteVersion
(String sid, long docId, String version) void
SoapDocumentClient.downloadContent
(String sid, long docId, File out) void
SoapDocumentClient.downloadResourceContent
(String sid, long docId, String fileVersion, String suffix, File out) void
SoapDocumentClient.downloadVersionContent
(String sid, long docId, String version, File out) SoapSearchClient.find
(String sid, WSSearchOptions options) SoapSearchClient.findByFilename
(String sid, String filename) SoapFolderClient.findByPath
(String sid, String path) SoapTagClient.findDocumentsByTag
(String sid, String tag) SoapSearchClient.findFolders
(String sid, String name) SoapTagClient.findFoldersByTag
(String sid, String tag) SoapDocumentClient.getAccessControlList
(String sid, long docId) SoapDocumentMetadataClient.getAccessControlList
(String sid, long templateId) SoapFolderClient.getAccessControlList
(String sid, long folderId) SoapDocumentClient.getAliases
(String sid, long docId) SoapDocumentMetadataClient.getAttributeOptions
(String sid, long setId, String attribute) SoapDocumentMetadataClient.getAttributeOptionsByCategory
(String sid, long setId, String attribute, String category) SoapDocumentMetadataClient.getAttributeSet
(String sid, String name) SoapDocumentMetadataClient.getAttributeSetById
(String sid, long setId) SoapBookmarkClient.getBookmarks
(String sid) javax.activation.DataHandler
SoapDocumentClient.getContent
(String sid, long docId) SoapFolderClient.getDefaultWorkspace
(String sid) SoapDocumentClient.getDocument
(String sid, long docId) SoapDocumentClient.getDocumentByCustomId
(String sid, String customId) SoapDocumentClient.getDocuments
(String sid, List<Long> docIds) SoapTagClient.getDocumentTags
(String sid, long docId) SoapDocumentClient.getExtractedText
(String sid, long docId) SoapTagClient.getFolderTags
(String sid, long folderId) SoapSystemClient.getInfo()
SoapDocumentClient.getRatings
(String sid, long docId) SoapDocumentClient.getRecentDocuments
(String sid, Integer max) javax.activation.DataHandler
SoapDocumentClient.getResource
(String sid, long docId, String fileVersion, String suffix) SoapFolderClient.getRootFolder
(String sid) SoapSystemClient.getStatistics
(String sid) SoapTagClient.getTagCloud
(String sid) SoapTagClient.getTagsPreset
(String sid) SoapDocumentMetadataClient.getTemplate
(String sid, String name) SoapDocumentMetadataClient.getTemplateById
(String sid, long templateId) SoapSecurityClient.getUserByUsername
(String sid, String username) SoapDocumentClient.getVersion
(String sid, long docId, String version) javax.activation.DataHandler
SoapDocumentClient.getVersionContent
(String sid, long docId, String version) SoapDocumentClient.getVersions
(String sid, long docId) boolean
SoapDocumentClient.isDownload
(String sid, long docId) boolean
boolean
boolean
boolean
SoapDocumentMetadataClient.isReadable
(String sid, long templateId) boolean
SoapFolderClient.isReadable
(String sid, long folderId) boolean
SoapDocumentMetadataClient.isWritable
(String sid, long templateId) boolean
SoapFolderClient.isWritable
(String sid, long folderId) boolean
SoapDocumentClient.list
(String sid, long folderId, String fileName, String sort, Integer page, Integer max) SoapDocumentMetadataClient.listAttributeSets
(String sid) SoapFolderClient.listChildren
(String sid, long folderId) SoapDocumentClient.listDocuments
(String sid, long folderId, String fileName) SoapSecurityClient.listGroups
(String sid) SoapDocumentMetadataClient.listTemplates
(String sid) SoapFolderClient.listWorkspaces
(String sid) void
void
void
void
void
SoapDocumentClient.promoteVersion
(String sid, long docId, String version) SoapDocumentClient.rateDocument
(String sid, long docId, int vote) void
void
void
void
SoapDocumentClient.replaceFile
(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content) void
SoapBookmarkClient.saveBookmark
(String sid, WSBookmark bookmark) void
SoapDocumentClient.sendEmail
(String sid, List<Long> docIds, String recipients, String subject, String message) void
SoapDocumentClient.setAccessControlList
(String sid, long docId, List<WSAccessControlEntry> acl) void
SoapDocumentMetadataClient.setAccessControlList
(String sid, long templateId, List<WSAccessControlEntry> acl) void
SoapFolderClient.setAccessControlList
(String sid, long folderId, List<WSAccessControlEntry> acl) void
SoapDocumentMetadataClient.setAttributeOptions
(String sid, long setId, String attribute, List<WSAttributeOption> options) void
SoapTagClient.setDocumentTags
(String sid, long docId, List<String> tags) void
SoapTagClient.setFolderTags
(String sid, long folderId, List<String> tags) void
SoapDocumentClient.setPassword
(String sid, long docId, String password) long
SoapDocumentMetadataClient.storeAttributeSet
(String sid, WSAttributeSet attributeSet) long
SoapSecurityClient.storeGroup
(String sid, WSGroup group) long
SoapDocumentMetadataClient.storeTemplate
(String sid, WSTemplate template) long
void
SoapBookmarkClient.unbookmarkDocument
(String sid, long docId) void
SoapBookmarkClient.unbookmarkFolder
(String sid, long folderId) void
boolean
void
SoapDocumentClient.unsetPassword
(String sid, long docId, String currentPassword) void
SoapDocumentClient.update
(String sid, WSDocument document) void
long
SoapDocumentClient.upload
(String sid, Long docId, Long folderId, boolean release, String filename, String language, javax.activation.DataHandler content) void
SoapDocumentClient.uploadResource
(String sid, long docId, String fileVersion, String suffix, File content) void
SoapDocumentClient.uploadResource
(String sid, long docId, String fileVersion, String suffix, javax.activation.DataHandler content) -
Uses of WebserviceException in com.logicaldoc.webservice.soap.endpoint
Modifier and TypeMethodDescriptionvoid
SoapDocumentMetadataService.addAttributeOption
(String sid, long setId, String attribute, WSAttributeOption wsoption) void
SoapTagService.addDocumentTags
(String sid, long docId, List<String> tags) void
SoapTagService.addFolderTags
(String sid, long folderId, List<String> tags) SoapBookmarkService.bookmarkDocument
(String sid, long docId) SoapBookmarkService.bookmarkFolder
(String sid, long folderId) int
SoapSecurityService.changePassword
(String sid, long userId, String oldPassword, String newPassword) void
SoapDocumentService.checkin
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) void
SoapDocumentService.checkin
(String sid, long docId, String comment, String filename, boolean release, javax.activation.DataHandler content) void
SoapDocumentService.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) void
SoapDocumentService.checkinDocument
(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) void
SoapDocumentService.copy
(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) void
SoapFolderService.copy
(String sid, long folderId, long targetId, int foldersOnly, String securityOption) SoapDocumentService.create
(String sid, WSDocument document, InputStream content) SoapDocumentService.create
(String sid, WSDocument document, javax.activation.DataHandler content) SoapDocumentService.createAlias
(String sid, long docId, long folderId, String type) SoapFolderService.createAlias
(String sid, long parentId, long foldRef) SoapDocumentService.createDownloadTicket
(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) long
SoapFolderService.createFolder
(String sid, long parentId, String name) SoapFolderService.createPath
(String sid, long parentId, String path) void
void
SoapDocumentService.createThumbnail
(String sid, long docId, String fileVersion, String type) SoapDocumentService.createViewTicket
(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) void
void
void
SoapDocumentMetadataService.deleteAttributeSet
(String sid, long setId) void
SoapBookmarkService.deleteBookmark
(String sid, long bookmarkId) void
SoapSecurityService.deleteGroup
(String sid, long groupId) void
SoapDocumentService.deleteLink
(String sid, long id) void
SoapDocumentService.deleteNote
(String sid, long noteId) void
SoapDocumentMetadataService.deleteTemplate
(String sid, long templateId) void
SoapSecurityService.deleteUser
(String sid, long userId) SoapDocumentService.deleteVersion
(String sid, long docId, String version) SoapSearchService.find
(String sid, WSSearchOptions opt) SoapSearchService.findByFilename
(String sid, String filename) SoapFolderService.findByPath
(String sid, String path) SoapTagService.findDocumentsByTag
(String sid, String tag) SoapSearchService.findFolders
(String sid, String name) SoapTagService.findFoldersByTag
(String sid, String tag) SoapDocumentMetadataService.getAccessControlList
(String sid, long templateId) SoapDocumentService.getAccessControlList
(String sid, long docId) SoapFolderService.getAccessControlList
(String sid, long folderId) SoapDocumentService.getAliases
(String sid, long docId) SoapDocumentMetadataService.getAttributeOptions
(String sid, long setId, String attribute) SoapDocumentMetadataService.getAttributeOptionsByCategory
(String sid, long setId, String attribute, String category) SoapDocumentMetadataService.getAttributeSet
(String sid, String name) SoapDocumentMetadataService.getAttributeSetById
(String sid, long setId) SoapBookmarkService.getBookmarks
(String sid) javax.activation.DataHandler
SoapDocumentService.getContent
(String sid, long docId) SoapFolderService.getDefaultWorkspace
(String sid) SoapDocumentService.getDocument
(String sid, long docId) SoapDocumentService.getDocumentByCustomId
(String sid, String customId) SoapDocumentService.getDocuments
(String sid, List<Long> docIds) SoapTagService.getDocumentTags
(String sid, long docId) SoapDocumentService.getExtractedText
(String sid, long docId) SoapTagService.getFolderTags
(String sid, long folderId) SoapSystemService.getInfo()
SoapDocumentService.getRatings
(String sid, long docId) SoapDocumentService.getRecentDocuments
(String sid, Integer max) javax.activation.DataHandler
SoapDocumentService.getResource
(String sid, long docId, String fileVersion, String suffix) SoapFolderService.getRootFolder
(String sid) SoapSystemService.getStatistics
(String sid) SoapTagService.getTagCloud
(String sid) SoapTagService.getTagsPreset
(String sid) SoapDocumentMetadataService.getTemplate
(String sid, String name) SoapDocumentMetadataService.getTemplateById
(String sid, long templateId) SoapSecurityService.getUserByUsername
(String sid, String username) SoapDocumentService.getVersion
(String sid, long docId, String version) javax.activation.DataHandler
SoapDocumentService.getVersionContent
(String sid, long docId, String version) SoapDocumentService.getVersions
(String sid, long docId) boolean
SoapDocumentService.isDownload
(String sid, long docId) boolean
boolean
boolean
boolean
SoapDocumentMetadataService.isReadable
(String sid, long templateId) boolean
SoapFolderService.isReadable
(String sid, long folderId) boolean
SoapDocumentMetadataService.isWritable
(String sid, long templateId) boolean
SoapFolderService.isWritable
(String sid, long folderId) boolean
SoapDocumentService.list
(String sid, long folderId, String fileName, String sort, Integer page, Integer max) SoapDocumentMetadataService.listAttributeSets
(String sid) SoapFolderService.listChildren
(String sid, long folderId) SoapDocumentService.listDocuments
(String sid, long folderId, String fileName) SoapSecurityService.listGroups
(String sid) SoapDocumentMetadataService.listTemplates
(String sid) SoapFolderService.listWorkspaces
(String sid) void
void
void
void
void
SoapDocumentService.promoteVersion
(String sid, long docId, String version) SoapDocumentService.rateDocument
(String sid, long docId, int vote) void
void
void
void
SoapDocumentService.replaceFile
(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content) void
SoapBookmarkService.saveBookmark
(String sid, WSBookmark bookmark) void
SoapDocumentService.sendEmail
(String sid, List<Long> docIds, String recipients, String subject, String message) void
SoapDocumentMetadataService.setAccessControlList
(String sid, long templateId, List<WSAccessControlEntry> acl) void
SoapDocumentService.setAccessControlList
(String sid, long docId, List<WSAccessControlEntry> acl) void
SoapFolderService.setAccessControlList
(String sid, long folderId, List<WSAccessControlEntry> acl) void
SoapDocumentMetadataService.setAttributeOptions
(String sid, long setId, String attribute, List<WSAttributeOption> wsOptions) void
SoapTagService.setDocumentTags
(String sid, long docId, List<String> tags) void
SoapTagService.setFolderTags
(String sid, long folderId, List<String> tags) void
SoapDocumentService.setPassword
(String sid, long docId, String password) long
SoapDocumentMetadataService.storeAttributeSet
(String sid, WSAttributeSet wsAttributeSet) long
SoapSecurityService.storeGroup
(String sid, WSGroup group) long
SoapDocumentMetadataService.storeTemplate
(String sid, WSTemplate wsTemplate) long
void
SoapBookmarkService.unbookmarkDocument
(String sid, long docId) void
SoapBookmarkService.unbookmarkFolder
(String sid, long folderId) void
boolean
void
SoapDocumentService.unsetPassword
(String sid, long docId, String currentPassword) void
SoapDocumentService.update
(String sid, WSDocument document) void
long
SoapDocumentService.upload
(String sid, Long docId, Long folderId, boolean release, String filename, String language, javax.activation.DataHandler content) void
SoapDocumentService.uploadResource
(String sid, long docId, String fileVersion, String suffix, javax.activation.DataHandler content)