void |
TagService.addDocumentTags(String sid,
long docId,
String[] tags) |
Adds tags to a document
|
void |
TagService.addDocumentTags(String sid,
long docId,
String[] tags) |
Adds tags to a document
|
void |
TagService.addFolderTags(String sid,
long folderId,
String[] tags) |
Adds tags to a folder
|
WSNote |
DocumentService.addNote(String sid,
long docId,
String note) |
Adds a new note for the given document
|
WSNote |
DocumentService.addNote(String sid,
long docId,
String note) |
Adds a new note for the given document
|
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 2
|
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.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.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.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.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.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.
|
void |
DocumentService.checkout(String sid,
long docId) |
Checks out an existing document with the given identifier.
|
void |
FolderService.copy(String sid,
long folderId,
long targetId,
int foldersOnly,
int inheritSecurity) |
Copies an existing folder with the given identifier.
|
void |
FolderService.copy(String sid,
long folderId,
long targetId,
int foldersOnly,
int inheritSecurity) |
Copies an existing folder with the given identifier.
|
void |
FolderService.copy(String sid,
long folderId,
long targetId,
int foldersOnly,
int inheritSecurity) |
Copies an existing folder with the given identifier.
|
void |
FolderService.copy(String sid,
long folderId,
long targetId,
int foldersOnly,
int inheritSecurity) |
Copies an existing folder with the given identifier.
|
WSDocument |
DocumentService.create(String sid,
WSDocument document,
javax.activation.DataHandler content) |
Create a new document.
|
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.
|
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
folder
|
WSDocument |
DocumentService.createAlias(String sid,
long docId,
long folderId,
String type) |
Creates a new document alias for the given document inside a specified
folder
|
WSDocument |
DocumentService.createAlias(String sid,
long docId,
long folderId,
String type) |
Creates a new document alias for the given document inside a specified
folder
|
WSFolder |
FolderService.createAlias(String sid,
long parentId,
long foldRef) |
Creates a new folder alias
|
WSFolder |
FolderService.createAlias(String sid,
long parentId,
long foldRef) |
Creates a new folder alias
|
WSFolder |
FolderService.createAlias(String sid,
long parentId,
long foldRef) |
Creates a new folder alias
|
String |
DocumentService.createDownloadTicket(String sid,
long docId,
String suffix,
Integer expireHours,
String expireDate,
Integer maxDownloads) |
Creates a new download ticket
|
String |
DocumentService.createDownloadTicket(String sid,
long docId,
String suffix,
Integer expireHours,
String expireDate,
Integer maxDownloads) |
Creates a new download ticket
|
String |
DocumentService.createDownloadTicket(String sid,
long docId,
String suffix,
Integer expireHours,
String expireDate,
Integer maxDownloads) |
Creates a new download ticket
|
String |
DocumentService.createDownloadTicket(String sid,
long docId,
String suffix,
Integer expireHours,
String expireDate,
Integer maxDownloads) |
Creates a new download ticket
|
String |
DocumentService.createDownloadTicket(String sid,
long docId,
String suffix,
Integer expireHours,
String expireDate,
Integer maxDownloads) |
Creates a new download ticket
|
String |
DocumentService.createDownloadTicket(String sid,
long docId,
String suffix,
Integer expireHours,
String expireDate,
Integer maxDownloads) |
Creates a new download ticket
|
long |
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.
|
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.createPdf(String sid,
long docId,
String fileVersion) |
Creates the PDF conversion of the given document.
|
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) |
Creates the thumbnail of the given document.
|
void |
DocumentService.createThumbnail(String sid,
long docId,
String fileVersion) |
Creates the thumbnail of the given document.
|
void |
DocumentService.createThumbnail(String sid,
long docId,
String fileVersion) |
Creates the thumbnail of the given document.
|
void |
DocumentService.delete(String sid,
long docId) |
Deletes an existing document with the given identifier.
|
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 |
SecurityService.deleteGroup(String sid,
long groupId) |
Deletes an existing group with the given identifier
|
void |
DocumentService.deleteLink(String sid,
long id) |
Removes an existing link
|
void |
DocumentService.deleteLink(String sid,
long id) |
Removes an existing link
|
void |
DocumentService.deleteNote(String sid,
long noteId) |
Adds a new note for the given document
|
void |
SecurityService.deleteUser(String sid,
long userId) |
Deletes an existing user with the given identifier
|
String |
DocumentService.deleteVersion(String sid,
long docId,
String version) |
Deletes a version of a document with the given identifiers.
|
String |
DocumentService.deleteVersion(String sid,
long docId,
String version) |
Deletes a version of a document with the given identifiers.
|
String |
DocumentService.deleteVersion(String sid,
long docId,
String version) |
Deletes a version of a document with the given identifiers.
|
WSSearchResult |
SearchService.find(String sid,
WSSearchOptions options) |
Performs a search by the search options.
|
WSDocument[] |
SearchService.findByFilename(String sid,
String filename) |
Finds authorized documents for the current user the given filename (like
operator is used)
|
WSFolder |
FolderService.findByPath(String sid,
String path) |
Finds the folder at the specified path
|
WSFolder |
FolderService.findByPath(String sid,
String path) |
Finds the folder at the specified path
|
WSDocument[] |
TagService.findDocumentsByTag(String sid,
String tag) |
Finds authorized documents for the current user having a specified tag
|
WSFolder[] |
SearchService.findFolders(String sid,
String name) |
Finds authorized folders for the current user containing the given name
(like operator is used)
|
WSFolder[] |
TagService.findFoldersByTag(String sid,
String tag) |
Finds authorized folders for the current user having a specified tag
|
WSDocument[] |
DocumentService.getAliases(String sid,
long docId) |
Gets the aliases of the given document
|
WSDocument[] |
DocumentService.getAliases(String sid,
long docId) |
Gets the aliases of the given document
|
javax.activation.DataHandler |
DocumentService.getContent(String sid,
long docId) |
Gets the content of an existing document with the given identifier
|
javax.activation.DataHandler |
DocumentService.getContent(String sid,
long docId) |
Gets the content of an existing document with the given identifier
|
WSFolder |
FolderService.getDefaultWorkspace(String sid) |
Gets the Default workspace
|
WSDocument |
DocumentService.getDocument(String sid,
long docId) |
Gets the metadata of an existing document with the given identifier
|
WSDocument |
DocumentService.getDocument(String sid,
long docId) |
Gets the metadata of an existing document with the given identifier
|
WSDocument |
DocumentService.getDocumentByCustomId(String sid,
String customId) |
Gets document metadata of an existing document with the given custom
identifier
|
WSDocument[] |
DocumentService.getDocuments(String sid,
Long[] docIds) |
Gets document metadata of a collection of existing documents with the
given identifiers
|
String[] |
TagService.getDocumentTags(String sid,
long docId) |
Retrieves all the tags of a document.
|
String[] |
TagService.getDocumentTags(String sid,
long docId) |
Retrieves all the tags of a document.
|
String |
DocumentService.getExtractedText(String sid,
long docId) |
Gets the document's text stored in the full-text index
|
String |
DocumentService.getExtractedText(String sid,
long docId) |
Gets the document's text stored in the full-text index
|
WSFolder |
FolderService.getFolder(String sid,
long folderId) |
Gets an existing folder
|
String[] |
TagService.getFolderTags(String sid,
long folderId) |
Retrieves all the tags of a folder
|
WSRight[] |
FolderService.getGrantedGroups(String sid,
long folderId) |
Retrieves the list of granted groups for the given folder
|
WSRight[] |
FolderService.getGrantedUsers(String sid,
long folderId) |
Retrieves the list of granted users for the given folder.
|
WSGroup |
SecurityService.getGroup(String sid,
long groupId) |
Gets group metadata of an existing group with the given identifier
|
String[] |
SystemService.getLanguages(String tenantOrSid) |
Retrieves the languages enabled in the server.
|
WSLink[] |
DocumentService.getLinks(String sid,
long docId) |
Gets all the links of a specific document
|
WSLink[] |
DocumentService.getLinks(String sid,
long docId) |
Gets all the links of a specific document
|
WSNote[] |
DocumentService.getNotes(String sid,
long docId) |
Gets the notes for the given document
|
WSNote[] |
DocumentService.getNotes(String sid,
long docId) |
Gets the notes for the given document
|
WSFolder[] |
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 document
|
WSRating[] |
DocumentService.getRatings(String sid,
long docId) |
Gets all the ratings of the given document
|
WSDocument[] |
DocumentService.getRecentDocuments(String sid,
Integer maxHits) |
Lists of last modified documents of the current session.
|
WSDocument[] |
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.
|
javax.activation.DataHandler |
DocumentService.getResource(String sid,
long docId,
String fileVersion,
String suffix) |
Gets the content of a resource associated to the given document.
|
javax.activation.DataHandler |
DocumentService.getResource(String sid,
long docId,
String fileVersion,
String suffix) |
Gets the content of a resource associated to the given document.
|
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 metadata
|
WSTagCloud[] |
TagService.getTagCloud(String sid) |
Retrieves all tag clouds in the repository.
|
String[] |
TagService.getTags(String sid) |
Retrieves all the tags in the repository
|
String[] |
TagService.getTagsPreset(String sid) |
Retrieves all the tags in the preset(if the input mode is preset).
|
WSUser |
SecurityService.getUser(String sid,
long userId) |
Gets user metadata of an existing user with the given identifier
|
WSUser |
SecurityService.getUserByUsername(String sid,
String username) |
Gets user metadata of an existing user with the given username
|
javax.activation.DataHandler |
DocumentService.getVersionContent(String sid,
long docId,
String version) |
Gets the content of a specific version of a document
|
javax.activation.DataHandler |
DocumentService.getVersionContent(String sid,
long docId,
String version) |
Gets the content of a specific version of a document
|
javax.activation.DataHandler |
DocumentService.getVersionContent(String sid,
long docId,
String version) |
Gets the content of a specific version of a document
|
WSDocument[] |
DocumentService.getVersions(String sid,
long docId) |
Gets the version history of an existing document with the given
identifier
|
WSDocument[] |
DocumentService.getVersions(String sid,
long docId) |
Gets the version history of an existing document with the given
identifier
|
void |
FolderService.grantGroup(String sid,
long folderId,
long groupId,
int permissions,
boolean recursive) |
Grants group permission to the folder
|
void |
FolderService.grantGroup(String sid,
long folderId,
long groupId,
int permissions,
boolean recursive) |
Grants group permission to the folder
|
void |
FolderService.grantGroup(String sid,
long folderId,
long groupId,
int permissions,
boolean recursive) |
Grants group permission to the folder
|
void |
FolderService.grantUser(String sid,
long folderId,
long userId,
int permissions,
boolean recursive) |
Grants user permission to the folder.
|
void |
FolderService.grantUser(String sid,
long folderId,
long userId,
int permissions,
boolean recursive) |
Grants user permission to the folder.
|
void |
FolderService.grantUser(String sid,
long folderId,
long userId,
int permissions,
boolean recursive) |
Grants user permission to the folder.
|
boolean |
FolderService.isGranted(String sid,
long folderId,
int permission) |
Tests if the current user has a specific permission on a folder
|
boolean |
FolderService.isGranted(String sid,
long folderId,
int permission) |
Tests if the current user has a specific permission on a folder
|
boolean |
DocumentService.isReadable(String sid,
long docId) |
Tests if a document is readable
|
boolean |
DocumentService.isReadable(String sid,
long docId) |
Tests if a document is readable
|
boolean |
FolderService.isReadable(String sid,
long folderId) |
Tests if a folder is readable.
|
boolean |
FolderService.isWritable(String sid,
long folderId) |
Tests if a folder is writable
|
WSLink |
DocumentService.link(String sid,
long doc1,
long doc2,
String type) |
Creates a new link between two documents.
|
WSLink |
DocumentService.link(String sid,
long doc1,
long doc2,
String type) |
Creates a new link between two documents.
|
WSLink |
DocumentService.link(String sid,
long doc1,
long doc2,
String type) |
Creates a new link between two documents.
|
WSLink |
DocumentService.link(String sid,
long doc1,
long doc2,
String type) |
Creates a new link between two documents.
|
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 folder
|
WSDocument[] |
DocumentService.listDocuments(String sid,
long folderId,
String fileName) |
Gets a document in a specific folder
|
WSGroup[] |
SecurityService.listGroups(String sid) |
Gets group metadata of all existing groups.
|
WSUser[] |
SecurityService.listUsers(String sid,
String group) |
Gets metadata of all existing users
|
WSUser[] |
SecurityService.listUsers(String sid,
String group) |
Gets metadata of all existing users
|
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 |
DocumentService.lock(String sid,
long docId) |
Locks an existing document with the given identifier.
|
void |
AuthService.logout(String sid) |
Closes a session.
|
void |
DocumentService.move(String sid,
long docId,
long folderId) |
Moves an existing document with the given identifier.
|
void |
DocumentService.move(String sid,
long docId,
long folderId) |
Moves an existing document with the given identifier.
|
void |
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 |
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.
|
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 document
|
WSRating |
DocumentService.rateDocument(String sid,
long docId,
int vote) |
Puts a new rating on the given document
|
void |
DocumentService.reindex(String sid,
long docId,
String content) |
Re-indexes(or indexes from scratch) a document
|
void |
DocumentService.reindex(String sid,
long docId,
String content) |
Re-indexes(or indexes from scratch) a document
|
void |
DocumentService.reindex(String sid,
long docId,
String content) |
Re-indexes(or indexes from scratch) a document
|
void |
DocumentService.rename(String sid,
long docId,
String name) |
Renames the title of an existing document with the given identifier.
|
void |
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 |
FolderService.rename(String sid,
long folderId,
String name) |
Renames an existing folder.
|
void |
AuthService.renew(String sid) |
Renews a session
|
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.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 document
|
void |
DocumentService.restore(String sid,
long docId,
long folderId) |
Restores a deleted document
|
void |
DocumentService.restore(String sid,
long docId,
long folderId) |
Restores a deleted document
|
WSNote |
DocumentService.saveNote(String sid,
long docId,
WSNote note) |
Adds a new note for the given document
|
WSNote |
DocumentService.saveNote(String sid,
long docId,
WSNote note) |
Adds a new note for the given document
|
void |
DocumentService.sendEmail(String sid,
Long[] docIds,
String recipients,
String subject,
String message) |
Sends a set of documents as mail attachments
|
void |
DocumentService.sendEmail(String sid,
Long[] docIds,
String recipients,
String subject,
String message) |
Sends a set of documents as mail attachments
|
void |
TagService.setDocumentTags(String sid,
long docId,
String[] tags) |
Sets the tags of a document
|
void |
TagService.setDocumentTags(String sid,
long docId,
String[] tags) |
Sets the tags of a document
|
void |
TagService.setFolderTags(String sid,
long folderId,
String[] tags) |
Sets the tags of a folder
|
void |
DocumentService.setPassword(String sid,
long docId,
String password) |
Puts a password protection to the document
|
void |
DocumentService.setPassword(String sid,
long docId,
String password) |
Puts a password protection to the document
|
long |
SecurityService.storeGroup(String sid,
WSGroup group) |
Creates/Updates a group.
|
long |
SecurityService.storeUser(String sid,
WSUser user) |
Creates/Updates a user.
|
void |
DocumentService.unlock(String sid,
long docId) |
Unlocks an existing document with the given identifier.
|
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.
|
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 document
|
void |
DocumentService.unsetPassword(String sid,
long docId,
String currentPassword) |
Removes the password protection from the document
|
void |
DocumentService.update(String sid,
WSDocument document) |
Updates an existing document with the value object containing the
document's metadata
|
void |
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
void |
DocumentService.uploadResource(String sid,
long docId,
String fileVersion,
String suffix,
javax.activation.DataHandler content) |
Uploads a new resource attached to the given document.
|
void |
DocumentService.uploadResource(String sid,
long docId,
String fileVersion,
String suffix,
javax.activation.DataHandler content) |
Uploads a new resource attached to the given document.
|
void |
DocumentService.uploadResource(String sid,
long docId,
String fileVersion,
String suffix,
javax.activation.DataHandler content) |
Uploads a new resource attached to the given document.
|
void |
DocumentService.uploadResource(String sid,
long docId,
String fileVersion,
String suffix,
javax.activation.DataHandler content) |
Uploads a new resource attached to the given document.
|
boolean |
AuthService.valid(String sid) |
Checks if a SID is valid
|