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