java.lang.String |
SaWsLookupService.createEntry(java.lang.String token,
java.lang.String definition,
java.util.List<SaWsProperty> metadatas) |
Creates a new lookup entry on the backend system with the given metadata
and content.
|
void |
SaWsLookupService.deleteEntry(java.lang.String token,
java.lang.String definition,
java.lang.String sysrowid) |
Deletes a lookup entry from the backend system.
|
void |
SaWsWorkflowService.execute(java.lang.String token,
java.lang.String taskId,
SaWsCommand command,
java.lang.String nextActor,
java.lang.String comment,
java.util.Date escalationDate) |
Executes the specified task.
|
SaWsAccessData |
SaWsAccessService.getAccessData(java.lang.String token,
java.lang.String xhdoc) |
Reads the access rights of the given document.
|
Annotations |
SaWsContentService.getAnnotations(java.lang.String token,
java.lang.String xhdoc,
int elementNumber) |
Returns the annotations by the specified document in its current revision.
|
SaWsAuthorizedUsers |
SaWsAccessService.getAuthorizedUsers(java.lang.String token,
java.lang.String xhdoc,
java.util.List<SaWsRight> rights,
SaWsMatchKind match) |
Retrieves and returns a SaWsAuthorizedUsers object with the matching users.
|
java.util.List<SaWsBoxDefinition> |
SaWsWorkflowService.getBoxDefinitions(java.lang.String token) |
Returns a list of box definitions of the current session user.
|
java.util.List<SaWsProperty> |
SaWsConfigurationService.getConfiguration(java.lang.String token,
java.lang.String section) |
Reads the configuration properties from the backend system.
|
SaWsContent |
SaWsContentService.getContent(java.lang.String token,
java.lang.String xhdoc,
int elementNumber) |
Loads a document in its current revision from the backend system.
|
SaWsContent |
SaWsVersionService.getContent(java.lang.String token,
java.lang.String xhdoc,
int elementNumber) |
Loads a document version from the backend system.
|
java.lang.String |
SaWsVersionService.getContentFilename(java.lang.String token,
java.lang.String xhdoc,
int elementNumber) |
Loads the filename for a document from the backend system.
|
java.util.List<SaWsFieldDescription> |
SaWsConfigurationService.getDefinition(java.lang.String token,
java.lang.String definition) |
Reads the DDC definition of one database with the given name.
|
java.lang.String[] |
SaWsConfigurationService.getDefinitions(java.lang.String token) |
Reads the registered DDC names from the repository.
|
java.lang.String |
SaWsContentService.getFilename(java.lang.String token,
java.lang.String xhdoc,
int elementNumber) |
Loads the filename for a document from the backend system.
|
SaWsLockInfo |
SaWsArchiveService.getLockInfo(java.lang.String token,
java.lang.String sysRowId) |
Returns the locking informations for a given document.
|
java.util.List<SaWsUser> |
SaWsWorkflowService.getMembers(java.lang.String token,
MemberOptions options) |
Returns the members of the current workflow of the session's user.
|
SaWsVersionData |
SaWsVersionService.getMetadata(java.lang.String token,
java.lang.String xhdoc) |
Reads the version metadata of the document with the given ID.
|
boolean |
SaWsWorkflowService.getOutOfOffice(java.lang.String token) |
Determines if current session's user is out of office.
|
java.util.List<java.lang.String> |
SaWsWorkflowService.getProcessDefinitions(java.lang.String token) |
Returns a list of process definitions as strings of the current session user.
|
long |
SaWsContentService.getSize(java.lang.String token,
java.lang.String xhdoc,
int elementNumber) |
Returns the total document size in archive.
|
SaWsContentStructure |
SaWsContentService.getStructure(java.lang.String token,
java.lang.String xhdoc) |
With the help of getStructure you are able to receive all informations about the
documents
content structure of the actual document version.
|
java.lang.String |
SaWsWorkflowService.getSubstitute(java.lang.String token) |
Returns the substitute (username) as string.
|
SaWsTask |
SaWsWorkflowService.getTask(java.lang.String token,
java.lang.String taskId) |
Retrieves and returns the task by the given id.
|
java.util.List<SaWsTask> |
SaWsWorkflowService.getTasks(java.lang.String token,
int[] boxIds,
java.lang.String filter) |
Returns the filtered tasks.
|
java.util.List<java.lang.String> |
SaWsVersionService.getVersionIDs(java.lang.String token,
java.lang.String definition,
java.lang.String sysrowid) |
Reads the version IDs of the given document.
|
boolean |
SaWsAuthenticationService.isAlive(java.lang.String token) |
Determines if the session identified by the given token is alive.
|
SaWsSaveInfo |
SaWsVersionService.restore(java.lang.String token,
java.lang.String xhdoc) |
Restores the version with the given HDOC.
|
void |
SaWsContentService.setAnnotations(java.lang.String token,
Annotations annotations,
java.lang.String xhdoc,
int elementNumber) |
Sets the annotations of a document.
|
void |
SaWsWorkflowService.setOutOfOffice(java.lang.String token,
boolean outOfOffice) |
Set the "out of office" state of the current session's user.
|
void |
SaWsWorkflowService.setSubstitute(java.lang.String token,
java.lang.String username) |
Sets the substitute (username) for the session's user.
|
void |
SaWsWorkflowService.start(java.lang.String token,
java.lang.String processName,
java.lang.String nextActor,
java.lang.String comment,
java.lang.String attachmentId) |
Starts a workflow with the specified parameters.
|
void |
SaWsLookupService.updateEntry(java.lang.String token,
java.lang.String definition,
java.lang.String sysrowid,
java.util.List<SaWsProperty> metadatas) |
Updates a lookup entry in the backend system with the given metadata.
|