Uses of Class
com.logicaldoc.webservice.WebserviceException
-
-
Uses of WebserviceException in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that throw WebserviceException Modifier and Type Method Description WSNote
DocumentService. addNote(long docId, String note)
Adds a new note for the given documentvoid
DocumentService. checkout(long docId)
Executed the checkoutWSDocument
DocumentService. copy(long docId, long folderId)
Copies a document into another foldervoid
FolderService. copy(long folderId, long targetId, int foldersOnly, String securityOption)
Copies an existing folder with the given identifier.WSFolder
FolderService. create(WSFolder folder)
WSDocument
DocumentService. createAlias(long docId, long folderId, String type)
Creates a new document alias for the given document inside a specified folderWSFolder
FolderService. createAlias(long parentId, long foldRef)
Creates a new folder aliasString
DocumentService. createDownloadTicket(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads)
Creates a new download ticketlong
FolderService. createFolder(long parentId, String name)
WSFolder
FolderService. createPath(long parentId, String path)
void
DocumentService. createPdf(long docId, String fileVersion)
Creates the PDF conversion of the given document; if the PDF conversion was already created, nothing will happenWSFolder
FolderService. createSimple(String folderPath)
WSFolder
FolderService. createSimpleForm(String folderPath)
WSFolder
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 happenvoid
DocumentService. delete(long docId)
Deletes a documentvoid
FolderService. delete(long folderId)
void
DocumentService. deleteLink(long id)
Removes an existing linkvoid
DocumentService. deleteNote(long noteId)
Deletes a new note by note identifierString
DocumentService. deleteVersion(long docId, String version)
Deletes a version by document identifier and version ID.WSFolder
FolderService. findByPath(String path)
Finds the folder at the specified pathWSDocument[]
DocumentService. getAliases(long docId)
Gets the aliases of the given documentjavax.activation.DataHandler
DocumentService. getContent(long docId)
Retrieves the file content of a document.WSFolder
FolderService. getDefaultWorkspace()
Gets the Default workspaceWSDocument
DocumentService. getDocument(long docId)
Retrieves a document from the databaseWSDocument
DocumentService. getDocumentByCustomId(String customId)
Gets document metadata of an existing document with the given custom identifierWSDocument[]
DocumentService. getDocuments(Long[] docIds)
Gets document metadata of a collection of existing documents with the given identifiersString
DocumentService. getExtractedText(long docId)
Gets the document's text stored in the full-text indexWSFolder
FolderService. getFolder(long folderId)
WSRight[]
FolderService. getGrantedGroups(long folderId)
Retrieves the list of granted groups for the given folderWSRight[]
FolderService. getGrantedUsers(long folderId)
Retrieves the list of granted users for the given folder.WSLink[]
DocumentService. getLinks(long docId)
Gets all the links of a specific documentWSNote[]
DocumentService. getNotes(long docId)
Gets the notes for the given documentWSFolder[]
FolderService. getPath(long folderId)
String
FolderService. getPathString(long folderId)
WSRating[]
DocumentService. getRatings(long docId)
Gets all the ratings of the given documentWSDocument[]
DocumentService. 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.WSFolder
FolderService. getRootFolder()
Gets the root folderjavax.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.WSDocument[]
DocumentService. getVersions(long docId)
Gets the version history of an existing document with the given identifiervoid
FolderService. grantGroup(long folderId, long groupId, int permissions, boolean recursive)
Grants group permission to the foldervoid
FolderService. grantUser(long folderId, long userId, int permissions, boolean recursive)
Grants user permission to the folder.boolean
FolderService. isGranted(long folderId, int permission)
Tests if the current user has a specific permission on a folderboolean
DocumentService. isReadable(long docId)
Tests if a document is readableboolean
FolderService. isReadable(long folderId)
Tests if a folder is readable.boolean
FolderService. isWritable(long folderId)
Tests if a folder is writableWSLink
DocumentService. link(long doc1, long doc2, String type)
Creates a new link between two documents.WSDocument[]
DocumentService. list(long folderId)
Lists the documents in a folderWSFolder[]
FolderService. listChildren(long folderId)
WSDocument[]
DocumentService. listDocuments(long folderId, String fileName)
Lists the documents in a folderWSFolder[]
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.WSRating
DocumentService. rateDocument(long docId, int vote)
Puts a new rating on the given documentvoid
DocumentService. reindex(long docId, String content)
Re-indexes(or indexes from scratch) a documentvoid
DocumentService. rename(long docId, String name)
Renames the title of an existing document with the given identifier.void
FolderService. rename(long folderId, String name)
Renames an existing folder.void
DocumentService. restore(long docId, long folderId)
Restores a deleted documentWSNote
DocumentService. saveNote(long docId, WSNote note)
Adds a new note for the given documentvoid
DocumentService. sendEmail(Long[] docIds, String recipients, String subject, String message)
Sends a set of documents as mail attachmentsvoid
DocumentService. setPassword(long docId, String password)
Puts a password protection to the documentvoid
DocumentService. unlock(long docId)
Unlocks an existing document with the given identifier.boolean
DocumentService. unprotect(long docId, String password)
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
FolderService. update(WSFolder folder)
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.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that throw WebserviceException Modifier and Type Method Description WSNote
RestDocumentService. addNote(long docId, String note)
void
RestDocumentService. checkout(long docId)
WSDocument
RestDocumentService. copy(long docId, long folderId)
void
RestFolderService. copy(long folderId, long targetId, int foldersOnly, String securityOption)
WSFolder
RestFolderService. create(WSFolder folder)
WSDocument
RestDocumentService. createAlias(long docId, long folderId, String type)
WSFolder
RestFolderService. createAlias(long parentId, long foldRef)
String
RestDocumentService. createDownloadTicket(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads)
long
RestFolderService. createFolder(long parentId, String name)
WSFolder
RestFolderService. createPath(long parentId, String path)
void
RestDocumentService. createPdf(long docId, String fileVersion)
WSFolder
RestFolderService. createSimple(String folderPath)
WSFolder
RestFolderService. createSimpleForm(String folderPath)
WSFolder
RestFolderService. createSimpleJSON(String jsonstr)
void
RestDocumentService. createThumbnail(long docId, String fileVersion, String type)
void
RestDocumentService. delete(long docId)
void
RestFolderService. delete(long folderId)
void
RestDocumentService. deleteLink(long id)
void
RestDocumentService. deleteNote(long noteId)
String
RestDocumentService. deleteVersion(long docId, String version)
WSFolder
RestFolderService. findByPath(String path)
WSDocument[]
RestDocumentService. getAliases(long docId)
javax.activation.DataHandler
RestDocumentService. getContent(long docId)
WSFolder
RestFolderService. getDefaultWorkspace()
WSDocument
RestDocumentService. getDocument(long docId)
WSDocument
RestDocumentService. getDocumentByCustomId(String customId)
WSDocument[]
RestDocumentService. getDocuments(Long[] docIds)
String
RestDocumentService. getExtractedText(long docId)
WSFolder
RestFolderService. getFolder(long folderId)
WSRight[]
RestFolderService. getGrantedGroups(long folderId)
WSRight[]
RestFolderService. getGrantedUsers(long folderId)
WSLink[]
RestDocumentService. getLinks(long docId)
WSNote[]
RestDocumentService. getNotes(long docId)
WSFolder[]
RestFolderService. getPath(long folderId)
String
RestFolderService. getPathString(long folderId)
WSRating[]
RestDocumentService. getRatings(long docId)
WSDocument[]
RestDocumentService. getRecentDocuments(Integer maxHits)
javax.activation.DataHandler
RestDocumentService. getResource(long docId, String fileVersion, String suffix)
WSFolder
RestFolderService. getRootFolder()
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)
WSDocument[]
RestDocumentService. getVersions(long docId)
void
RestFolderService. grantGroup(long folderId, long groupId, int permissions, boolean recursive)
void
RestFolderService. grantUser(long folderId, long userId, int permissions, boolean recursive)
boolean
RestFolderService. isGranted(long folderId, int permission)
boolean
RestDocumentService. isReadable(long docId)
boolean
RestFolderService. isReadable(long folderId)
boolean
RestFolderService. isWritable(long folderId)
WSLink
RestDocumentService. link(long doc1, long doc2, String type)
WSDocument[]
RestDocumentService. list(long folderId)
WSFolder[]
RestFolderService. listChildren(long folderId)
WSDocument[]
RestDocumentService. listDocuments(long folderId, String fileName)
WSFolder[]
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)
WSRating
RestDocumentService. rateDocument(long docId, int vote)
void
RestDocumentService. reindex(long docId, String content)
void
RestDocumentService. rename(long docId, String name)
void
RestFolderService. rename(long folderId, String name)
void
RestDocumentService. restore(long docId, long folderId)
WSNote
RestDocumentService. saveNote(long docId, WSNote note)
void
RestDocumentService. sendEmail(Long[] docIds, String recipients, String subject, String message)
void
RestDocumentService. setPassword(long docId, String password)
void
RestDocumentService. unlock(long docId)
boolean
RestDocumentService. unprotect(long docId, String password)
void
RestDocumentService. unsetPassword(long docId, String currentPassword)
void
RestDocumentService. update(WSDocument document)
void
RestFolderService. update(WSFolder folder)
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
Methods in com.logicaldoc.webservice.soap that throw WebserviceException Modifier and Type Method Description void
DocumentMetadataService. addAttributeOption(String sid, long setId, String attribute, WSAttributeOption option)
Add a new option for the given attributeWSNote
DocumentService. addNote(String sid, long docId, String note)
Adds a new note for the given documentWSBookmark
BookmarkService. bookmarkDocument(String sid, long docId)
WSBookmark
BookmarkService. bookmarkFolder(String sid, long folderId)
void
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
DocumentService. checkout(String sid, long docId)
Checks out an existing document with the given identifier.WSDocument
DocumentService. copy(String sid, long docId, long folderId)
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.WSDocument
DocumentService. create(String sid, WSDocument document, javax.activation.DataHandler content)
Create a new document.WSFolder
FolderService. create(String sid, WSFolder folder)
Creates a new folder.WSDocument
DocumentService. createAlias(String sid, long docId, long folderId, String type)
Creates a new document alias for the given document inside a specified folderWSFolder
FolderService. createAlias(String sid, long parentId, long foldRef)
Creates a new folder aliasString
DocumentService. 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.WSFolder
FolderService. createPath(String sid, long parentId, String path)
Creates the folder for the specified path.void
DocumentService. createPdf(String sid, long docId, String fileVersion)
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.void
DocumentService. delete(String sid, long docId)
Deletes an existing document with the given identifier.void
FolderService. delete(String sid, long folderId)
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
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 identifierString
DocumentService. deleteVersion(String sid, long docId, String version)
Deletes a version of a document with the given identifiers.WSFolder
FolderService. findByPath(String sid, String path)
Finds the folder at the specified pathWSDocument[]
DocumentService. getAliases(String sid, long docId)
Gets the aliases of the given documentString[]
DocumentMetadataService. getAttributeOptions(String sid, long setId, String attribute)
Retrieves the options for the given attributeWSAttributeOption[]
DocumentMetadataService. getAttributeOptionsByCategory(String sid, long setId, String attribute, String category)
Retrieves the options for the given attribute inside a given categoryWSAttributeSet
DocumentMetadataService. getAttributeSet(String sid, String name)
Gets attribute set's metadataWSAttributeSet
DocumentMetadataService. getAttributeSetById(String sid, long setId)
Gets attribute set's metadataWSBookmark[]
BookmarkService. 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 identifierWSFolder
FolderService. getDefaultWorkspace(String sid)
Gets the Default workspaceWSDocument
DocumentService. getDocument(String sid, long docId)
Gets the metadata of an existing document with the given identifierWSDocument
DocumentService. getDocumentByCustomId(String sid, String customId)
Gets document metadata of an existing document with the given custom identifierWSDocument[]
DocumentService. getDocuments(String sid, Long[] docIds)
Gets document metadata of a collection of existing documents with the given identifiersString
DocumentService. getExtractedText(String sid, long docId)
Gets the document's text stored in the full-text indexWSFolder
FolderService. getFolder(String sid, long folderId)
Gets an existing folderWSRight[]
DocumentMetadataService. getGrantedGroups(String sid, long templateId)
Retrieves the list of granted groups for the given templateWSRight[]
FolderService. getGrantedGroups(String sid, long folderId)
Retrieves the list of granted groups for the given folderWSRight[]
DocumentMetadataService. getGrantedUsers(String sid, long templateId)
Retrieves the list of granted users for the given template.WSRight[]
FolderService. getGrantedUsers(String sid, long folderId)
Retrieves the list of granted users for the given folder.WSLink[]
DocumentService. getLinks(String sid, long docId)
Gets all the links of a specific documentWSNote[]
DocumentService. getNotes(String sid, long docId)
Gets the notes for the given documentWSFolder[]
FolderService. getPath(String sid, long folderId)
Computes the path from the root to the target folder.WSRating[]
DocumentService. getRatings(String sid, long docId)
Gets all the ratings of the given documentWSDocument[]
DocumentService. 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.WSFolder
FolderService. getRootFolder(String sid)
Gets root metadataWSTemplate
DocumentMetadataService. getTemplate(String sid, String name)
Gets template's metadataWSTemplate
DocumentMetadataService. getTemplateById(String sid, long templateId)
Gets template's metadataWSDocument
DocumentService. 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 documentWSDocument[]
DocumentService. getVersions(String sid, long docId)
Gets the version history of an existing document with the given identifiervoid
FolderService. grantGroup(String sid, long folderId, long groupId, int permissions, boolean recursive)
Grants group permission to the foldervoid
DocumentMetadataService. grantGroupToTemplate(String sid, long templateId, long groupId, int permissions)
Grants group permission to the template.void
FolderService. grantUser(String sid, long folderId, long userId, int permissions, boolean recursive)
Grants user permission to the folder.void
DocumentMetadataService. grantUserToTemplate(String sid, long templateId, long userId, int permissions)
Grants user permission to the template.boolean
FolderService. isGranted(String sid, long folderId, int permission)
Tests if the current user has a specific permission on a folderboolean
DocumentService. isReadable(String sid, long docId)
Tests if a document is readableboolean
FolderService. isReadable(String sid, long folderId)
Tests if a folder is readable.boolean
DocumentMetadataService. isTemplateReadable(String sid, long templateId)
Tests if a template is readable.boolean
DocumentMetadataService. isTemplateWritable(String sid, long templateId)
Tests if a template is writableboolean
FolderService. isWritable(String sid, long folderId)
Tests if a folder is writableWSLink
DocumentService. link(String sid, long doc1, long doc2, String type)
Creates a new link between two documents.WSAttributeSet[]
DocumentMetadataService. listAttributeSets(String sid)
Gets metadata of all existing attribute sets.WSFolder[]
FolderService. listChildren(String sid, long folderId)
Lists all direct folders of a parent folder.
Attention: readable only sub-folders are returned.WSDocument[]
DocumentService. listDocuments(String sid, long folderId, String fileName)
Gets a document in a specific folderWSTemplate[]
DocumentMetadataService. listTemplates(String sid)
Gets metadata of all existing templates.WSFolder[]
FolderService. listWorkspaces(String sid)
Retrieves the list of all workspaces.void
DocumentService. lock(String sid, long docId)
Locks an existing document with the given identifier.void
FolderService. merge(String sid, long sourceId, long targetId)
Merges the contents of folder into a targetvoid
DocumentService. move(String sid, long docId, long folderId)
Moves an existing document with the given identifier.void
FolderService. move(String sid, long folderId, long parentId)
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.WSRating
DocumentService. rateDocument(String sid, long docId, int vote)
Puts a new rating on the given documentvoid
DocumentService. reindex(String sid, long docId, String content)
Re-indexes(or indexes from scratch) a documentvoid
DocumentService. rename(String sid, long docId, String name)
Renames the title of an existing document with the given identifier.void
FolderService. rename(String sid, long folderId, String name)
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
DocumentService. restore(String sid, long docId, long folderId)
Restores a deleted documentWSBookmark
BookmarkService. saveBookmark(String sid, WSBookmark bookmark)
WSNote
DocumentService. saveNote(String sid, long docId, WSNote note)
Adds a new note for the given documentvoid
DocumentService. sendEmail(String sid, Long[] docIds, String recipients, String subject, String message)
Sends a set of documents as mail attachmentsvoid
DocumentMetadataService. setAttributeOptions(String sid, long setId, String attribute, WSAttributeOption[] options)
Saves the options for the given attributevoid
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
DocumentMetadataService. storeTemplate(String sid, WSTemplate template)
Create/Update a template.void
BookmarkService. unbookmarkDocument(String sid, long docId)
void
BookmarkService. unbookmarkFolder(String sid, long folderId)
void
DocumentService. unlock(String sid, long docId)
Unlocks an existing document with the given identifier.boolean
DocumentService. unprotect(String sid, long docId, String password)
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
FolderService. update(String sid, WSFolder folder)
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
Methods in com.logicaldoc.webservice.soap.client that throw WebserviceException Modifier and Type Method Description void
SoapDocumentMetadataClient. addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption)
WSNote
SoapDocumentClient. addNote(String sid, long docId, String note)
WSBookmark
SoapBookmarkClient. bookmarkDocument(String sid, long docId)
WSBookmark
SoapBookmarkClient. bookmarkFolder(String sid, long folderId)
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. checkout(String sid, long docId)
WSDocument
SoapDocumentClient. copy(String sid, long docId, long folderId)
void
SoapFolderClient. copy(String sid, long folderId, long parentId, int foldersOnly, String securityOption)
WSDocument
SoapDocumentClient. create(String sid, WSDocument document, File content)
WSDocument
SoapDocumentClient. create(String sid, WSDocument document, javax.activation.DataHandler content)
WSFolder
SoapFolderClient. create(String sid, WSFolder folder)
WSDocument
SoapDocumentClient. createAlias(String sid, long docId, long folderId, String type)
WSFolder
SoapFolderClient. createAlias(String sid, long parentId, long foldRef)
String
SoapDocumentClient. createDownloadTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads)
long
SoapFolderClient. createFolder(String sid, long parentId, String name)
WSFolder
SoapFolderClient. createPath(String sid, long parentId, String path)
void
SoapDocumentClient. createPdf(String sid, long docId, String fileVersion)
void
SoapDocumentClient. createThumbnail(String sid, long docId, String fileVersion, String type)
void
SoapDocumentClient. delete(String sid, long docId)
void
SoapFolderClient. delete(String sid, long folderId)
void
SoapDocumentMetadataClient. deleteAttributeSet(String sid, long setId)
void
SoapBookmarkClient. deleteBookmark(String sid, long bookmarkId)
void
SoapDocumentClient. deleteLink(String sid, long id)
void
SoapDocumentClient. deleteNote(String sid, long noteId)
void
SoapDocumentMetadataClient. deleteTemplate(String sid, long templateId)
String
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)
WSFolder
SoapFolderClient. findByPath(String sid, String path)
WSDocument[]
SoapDocumentClient. getAliases(String sid, long docId)
String[]
SoapDocumentMetadataClient. getAttributeOptions(String sid, long setId, String attribute)
WSAttributeOption[]
SoapDocumentMetadataClient. getAttributeOptionsByCategory(String sid, long setId, String attribute, String category)
WSAttributeSet
SoapDocumentMetadataClient. getAttributeSet(String sid, String name)
WSAttributeSet
SoapDocumentMetadataClient. getAttributeSetById(String sid, long setId)
WSBookmark[]
SoapBookmarkClient. getBookmarks(String sid)
javax.activation.DataHandler
SoapDocumentClient. getContent(String sid, long docId)
WSFolder
SoapFolderClient. getDefaultWorkspace(String sid)
WSDocument
SoapDocumentClient. getDocument(String sid, long docId)
WSDocument
SoapDocumentClient. getDocumentByCustomId(String sid, String customId)
WSDocument[]
SoapDocumentClient. getDocuments(String sid, Long[] docIds)
String
SoapDocumentClient. getExtractedText(String sid, long docId)
WSFolder
SoapFolderClient. getFolder(String sid, long folderId)
WSRight[]
SoapDocumentMetadataClient. getGrantedGroups(String sid, long groupId)
WSRight[]
SoapFolderClient. getGrantedGroups(String sid, long folderId)
WSRight[]
SoapDocumentMetadataClient. getGrantedUsers(String sid, long groupId)
WSRight[]
SoapFolderClient. getGrantedUsers(String sid, long folderId)
WSLink[]
SoapDocumentClient. getLinks(String sid, long docId)
WSNote[]
SoapDocumentClient. getNotes(String sid, long docId)
WSFolder[]
SoapFolderClient. getPath(String sid, long folderId)
WSRating[]
SoapDocumentClient. getRatings(String sid, long docId)
WSDocument[]
SoapDocumentClient. getRecentDocuments(String sid, Integer max)
javax.activation.DataHandler
SoapDocumentClient. getResource(String sid, long docId, String fileVersion, String suffix)
WSFolder
SoapFolderClient. getRootFolder(String sid)
WSTemplate
SoapDocumentMetadataClient. getTemplate(String sid, String name)
WSTemplate
SoapDocumentMetadataClient. getTemplateById(String sid, long templateId)
WSDocument
SoapDocumentClient. getVersion(String sid, long docId, String version)
javax.activation.DataHandler
SoapDocumentClient. getVersionContent(String sid, long docId, String version)
WSDocument[]
SoapDocumentClient. getVersions(String sid, long docId)
void
SoapFolderClient. grantGroup(String sid, long folderId, long groupId, int permissions, boolean recursive)
void
SoapDocumentMetadataClient. grantGroupToTemplate(String sid, long templateId, long groupId, int permissions)
void
SoapFolderClient. grantUser(String sid, long folderId, long userId, int permissions, boolean recursive)
void
SoapDocumentMetadataClient. grantUserToTemplate(String sid, long templateId, long userId, int permissions)
boolean
SoapFolderClient. isGranted(String sid, long folderId, int permission)
boolean
SoapDocumentClient. isReadable(String sid, long docId)
boolean
SoapFolderClient. isReadable(String sid, long folderId)
boolean
SoapDocumentMetadataClient. isTemplateReadable(String sid, long templateId)
boolean
SoapDocumentMetadataClient. isTemplateWritable(String sid, long templateId)
boolean
SoapFolderClient. isWritable(String sid, long folderId)
WSLink
SoapDocumentClient. link(String sid, long doc1, long doc2, String type)
WSAttributeSet[]
SoapDocumentMetadataClient. listAttributeSets(String sid)
WSFolder[]
SoapFolderClient. listChildren(String sid, long folderId)
WSDocument[]
SoapDocumentClient. listDocuments(String sid, long folderId, String fileName)
WSTemplate[]
SoapDocumentMetadataClient. listTemplates(String sid)
WSFolder[]
SoapFolderClient. listWorkspaces(String sid)
void
SoapDocumentClient. lock(String sid, long docId)
void
SoapFolderClient. merge(String sid, long sourceId, long targetId)
void
SoapDocumentClient. move(String sid, long docId, long folderId)
void
SoapFolderClient. move(String sid, long folderId, long parentId)
void
SoapDocumentClient. promoteVersion(String sid, long docId, String version)
WSRating
SoapDocumentClient. rateDocument(String sid, long docId, int vote)
void
SoapDocumentClient. reindex(String sid, long docId, String content)
void
SoapDocumentClient. rename(String sid, long docId, String name)
void
SoapFolderClient. rename(String sid, long folderId, String name)
void
SoapDocumentClient. replaceFile(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content)
void
SoapDocumentClient. restore(String sid, long docId, long folderId)
WSBookmark
SoapBookmarkClient. saveBookmark(String sid, WSBookmark bookmark)
WSNote
SoapDocumentClient. saveNote(String sid, long docId, WSNote note)
void
SoapDocumentClient. sendEmail(String sid, Long[] docIds, String recipients, String subject, String message)
void
SoapDocumentMetadataClient. setAttributeOptions(String sid, long setId, String attribute, WSAttributeOption[] options)
void
SoapDocumentClient. setPassword(String sid, long docId, String password)
long
SoapDocumentMetadataClient. storeAttributeSet(String sid, WSAttributeSet attributeSet)
long
SoapDocumentMetadataClient. storeTemplate(String sid, WSTemplate template)
void
SoapBookmarkClient. unbookmarkDocument(String sid, long docId)
void
SoapBookmarkClient. unbookmarkFolder(String sid, long folderId)
void
SoapDocumentClient. unlock(String sid, long docId)
boolean
SoapDocumentClient. unprotect(String sid, long docId, String password)
void
SoapDocumentClient. unsetPassword(String sid, long docId, String currentPassword)
void
SoapDocumentClient. update(String sid, WSDocument document)
void
SoapFolderClient. update(String sid, WSFolder folder)
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
Methods in com.logicaldoc.webservice.soap.endpoint that throw WebserviceException Modifier and Type Method Description void
SoapDocumentMetadataService. addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption)
WSNote
SoapDocumentService. addNote(String sid, long docId, String note)
WSBookmark
SoapBookmarkService. bookmarkDocument(String sid, long docId)
WSBookmark
SoapBookmarkService. bookmarkFolder(String sid, long folderId)
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. checkout(String sid, long docId)
WSDocument
SoapDocumentService. copy(String sid, long docId, long folderId)
void
SoapFolderService. copy(String sid, long folderId, long targetId, int foldersOnly, String securityOption)
WSDocument
SoapDocumentService. create(String sid, WSDocument document, InputStream content)
WSDocument
SoapDocumentService. create(String sid, WSDocument document, javax.activation.DataHandler content)
WSFolder
SoapFolderService. create(String sid, WSFolder wsFolder)
WSDocument
SoapDocumentService. createAlias(String sid, long docId, long folderId, String type)
WSFolder
SoapFolderService. createAlias(String sid, long parentId, long foldRef)
String
SoapDocumentService. createDownloadTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads)
long
SoapFolderService. createFolder(String sid, long parentId, String name)
WSFolder
SoapFolderService. createPath(String sid, long parentId, String path)
void
SoapDocumentService. createPdf(String sid, long docId, String fileVersion)
void
SoapDocumentService. createThumbnail(String sid, long docId, String fileVersion, String type)
void
SoapDocumentService. delete(String sid, long docId)
void
SoapFolderService. delete(String sid, long folderId)
void
SoapDocumentMetadataService. deleteAttributeSet(String sid, long setId)
void
SoapBookmarkService. deleteBookmark(String sid, long bookmarkId)
void
SoapDocumentService. deleteLink(String sid, long id)
void
SoapDocumentService. deleteNote(String sid, long noteId)
void
SoapDocumentMetadataService. deleteTemplate(String sid, long templateId)
String
SoapDocumentService. deleteVersion(String sid, long docId, String version)
WSFolder
SoapFolderService. findByPath(String sid, String path)
WSDocument[]
SoapDocumentService. getAliases(String sid, long docId)
String[]
SoapDocumentMetadataService. getAttributeOptions(String sid, long setId, String attribute)
WSAttributeOption[]
SoapDocumentMetadataService. getAttributeOptionsByCategory(String sid, long setId, String attribute, String category)
WSAttributeSet
SoapDocumentMetadataService. getAttributeSet(String sid, String name)
WSAttributeSet
SoapDocumentMetadataService. getAttributeSetById(String sid, long setId)
WSBookmark[]
SoapBookmarkService. getBookmarks(String sid)
javax.activation.DataHandler
SoapDocumentService. getContent(String sid, long docId)
WSFolder
SoapFolderService. getDefaultWorkspace(String sid)
WSDocument
SoapDocumentService. getDocument(String sid, long docId)
WSDocument
SoapDocumentService. getDocumentByCustomId(String sid, String customId)
WSDocument[]
SoapDocumentService. getDocuments(String sid, Long[] docIds)
String
SoapDocumentService. getExtractedText(String sid, long docId)
WSFolder
SoapFolderService. getFolder(String sid, long folderId)
WSRight[]
SoapDocumentMetadataService. getGrantedGroups(String sid, long templateId)
WSRight[]
SoapFolderService. getGrantedGroups(String sid, long folderId)
WSRight[]
SoapDocumentMetadataService. getGrantedUsers(String sid, long templateId)
WSRight[]
SoapFolderService. getGrantedUsers(String sid, long folderId)
WSLink[]
SoapDocumentService. getLinks(String sid, long docId)
WSNote[]
SoapDocumentService. getNotes(String sid, long docId)
WSFolder[]
SoapFolderService. getPath(String sid, long folderId)
WSRating[]
SoapDocumentService. getRatings(String sid, long docId)
WSDocument[]
SoapDocumentService. getRecentDocuments(String sid, Integer max)
javax.activation.DataHandler
SoapDocumentService. getResource(String sid, long docId, String fileVersion, String suffix)
WSFolder
SoapFolderService. getRootFolder(String sid)
WSTemplate
SoapDocumentMetadataService. getTemplate(String sid, String name)
WSTemplate
SoapDocumentMetadataService. getTemplateById(String sid, long templateId)
WSDocument
SoapDocumentService. getVersion(String sid, long docId, String version)
javax.activation.DataHandler
SoapDocumentService. getVersionContent(String sid, long docId, String version)
WSDocument[]
SoapDocumentService. getVersions(String sid, long docId)
void
SoapFolderService. grantGroup(String sid, long folderId, long groupId, int permissions, boolean recursive)
void
SoapDocumentMetadataService. grantGroupToTemplate(String sid, long templateId, long groupId, int permissions)
void
SoapFolderService. grantUser(String sid, long folderId, long userId, int permissions, boolean recursive)
void
SoapDocumentMetadataService. grantUserToTemplate(String sid, long templateId, long userId, int permissions)
boolean
SoapFolderService. isGranted(String sid, long folderId, int permission)
boolean
SoapDocumentService. isReadable(String sid, long docId)
boolean
SoapFolderService. isReadable(String sid, long folderId)
boolean
SoapDocumentMetadataService. isTemplateReadable(String sid, long templateId)
boolean
SoapDocumentMetadataService. isTemplateWritable(String sid, long templateId)
boolean
SoapFolderService. isWritable(String sid, long folderId)
WSLink
SoapDocumentService. link(String sid, long doc1, long doc2, String type)
WSAttributeSet[]
SoapDocumentMetadataService. listAttributeSets(String sid)
WSFolder[]
SoapFolderService. listChildren(String sid, long folderId)
WSDocument[]
SoapDocumentService. listDocuments(String sid, long folderId, String fileName)
WSTemplate[]
SoapDocumentMetadataService. listTemplates(String sid)
WSFolder[]
SoapFolderService. listWorkspaces(String sid)
void
SoapDocumentService. lock(String sid, long docId)
void
SoapFolderService. merge(String sid, long sourceId, long targetId)
void
SoapDocumentService. move(String sid, long docId, long folderId)
void
SoapFolderService. move(String sid, long folderId, long parentId)
void
SoapDocumentService. promoteVersion(String sid, long docId, String version)
WSRating
SoapDocumentService. rateDocument(String sid, long docId, int vote)
void
SoapDocumentService. reindex(String sid, long docId, String content)
void
SoapDocumentService. rename(String sid, long docId, String name)
void
SoapFolderService. rename(String sid, long folderId, String name)
void
SoapDocumentService. replaceFile(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content)
void
SoapDocumentService. restore(String sid, long docId, long folderId)
WSBookmark
SoapBookmarkService. saveBookmark(String sid, WSBookmark bookmark)
WSNote
SoapDocumentService. saveNote(String sid, long docId, WSNote wsNote)
void
SoapDocumentService. sendEmail(String sid, Long[] docIds, String recipients, String subject, String message)
void
SoapDocumentMetadataService. setAttributeOptions(String sid, long setId, String attribute, WSAttributeOption[] wsOptions)
void
SoapDocumentService. setPassword(String sid, long docId, String password)
long
SoapDocumentMetadataService. storeAttributeSet(String sid, WSAttributeSet attributeSet)
long
SoapDocumentMetadataService. storeTemplate(String sid, WSTemplate wsTemplate)
void
SoapBookmarkService. unbookmarkDocument(String sid, long docId)
void
SoapBookmarkService. unbookmarkFolder(String sid, long folderId)
void
SoapDocumentService. unlock(String sid, long docId)
boolean
SoapDocumentService. unprotect(String sid, long docId, String password)
void
SoapDocumentService. unsetPassword(String sid, long docId, String currentPassword)
void
SoapDocumentService. update(String sid, WSDocument document)
void
SoapFolderService. update(String sid, WSFolder wsFolder)
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)
-