Uses of Class
com.saperion.ws.wrapper.exception.SaWsException
Packages that use SaWsException
Package
Description
Root package for SAPERION ws classes and packages.
Package for ws wrapper executions.
Package for ws workflow wrapper exceptions.
-
Uses of SaWsException in com.saperion.ws
Methods in com.saperion.ws that throw SaWsExceptionModifier and TypeMethodDescriptionSaWsArchiveService.create
(String token, String definition, List<SaWsProperty> metadatas, SaWsContentContainer container, String versionComment, String acls) Creates a new document on the backend system with the given metadata and content.SaWsLookupService.createEntry
(String token, String definition, List<SaWsProperty> metadatas) Creates a new lookup entry on the backend system with the given metadata and content.void
SaWsArchiveService.delete
(String token, String xhdoc, SaWsDeleteType deleteType) Deletes a document from the backend system with the given strategy.void
SaWsLookupService.deleteEntry
(String token, String definition, String sysrowid) Deletes a lookup entry from the backend system.void
SaWsWorkflowService.execute
(String token, String taskId, SaWsCommand command, String nextActor, String comment, Date escalationDate) Executes the specified task.SaWsAccessService.getAccessData
(String token, String xhdoc) Reads the access rights of the given document.SaWsArchiveService.getAccessData
(String token, String xhdoc) Reads the access rights of the given document.SaWsContentService.getAnnotations
(String token, String xhdoc, int elementNumber) Returns the annotations by the specified document in its current revision.SaWsAccessService.getAuthorizedUsers
(String token, String xhdoc, List<SaWsRight> rights, SaWsMatchKind match) Retrieves and returns a SaWsAuthorizedUsers object with the matching users.SaWsWorkflowService.getBoxDefinitions
(String token) Returns a list of box definitions of the current session user.SaWsConfigurationService.getConfiguration
(String token, String section) Reads the configuration properties from the backend system.protected com.saperion.connector.SaClassicConnector
AbstractService.getConnection
(String token) Retrieves the connection by the given token.SaWsArchiveService.getContent
(String token, String xhdoc, int elementNumber) Deprecated.This method is deprecated.SaWsContentService.getContent
(String token, String xhdoc, int elementNumber) Loads a document in its current revision from the backend system.SaWsVersionService.getContent
(String token, String xhdoc, int elementNumber) Loads a document version from the backend system.SaWsArchiveService.getContentFilename
(String token, String xhdoc, int elementNumber) Deprecated.This method is deprecated.SaWsVersionService.getContentFilename
(String token, String xhdoc, int elementNumber) Loads the filename for a document from the backend system.SaWsConfigurationService.getDefinition
(String token, String definition) Reads the DDC definition of one database with the given name.String[]
SaWsConfigurationService.getDefinitions
(String token) Reads the registered DDC names from the repository.SaWsContentService.getFilename
(String token, String xhdoc, int elementNumber) Loads the filename for a document from the backend system.SaWsArchiveService.getLockInfo
(String token, String sysRowId) Returns the locking informations for a given document.SaWsWorkflowService.getMembers
(String token, MemberOptions options) Returns the members of the current workflow of the session's user.SaWsVersionService.getMetadata
(String token, String xhdoc) Reads the version metadata of the document with the given ID.boolean
SaWsWorkflowService.getOutOfOffice
(String token) Determines if current session's user is out of office.SaWsWorkflowService.getProcessDefinitions
(String token) Returns a list of process definitions as strings of the current session user.SaWsVersionService.getReleasedDocument
(String token, String xhdoc, int elementNumber) Gets the content stream of the last released document.long
Returns the total document size in archive.SaWsContentService.getStructure
(String 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.SaWsWorkflowService.getSubstitute
(String token) Returns the substitute (username) as string.Retrieves and returns the task by the given id.Returns the filtered tasks.SaWsVersionService.getVersionIDs
(String token, String definition, String sysrowid) Reads the version IDs of the given document.boolean
Locks a document.Login to the backend system.boolean
Logoff from the backend system.SaWsAuthenticationService.logon
(String username, String password, SaWsLicenseType type, String mandant) Logon to the backend system.SaWsArchiveService.query
(String token, SaWsQueryInfo queryInfo) void
SaWsVersionService.releaseDocument
(String token, String ddcName, String xhdoc, String comment) Release the document by given xhdoc.Restores the version with the given HDOC.protected SaWsPropertyValue[][]
This method performs the search for the given SaQueryInfo.Performs a search with the given hql query (hibernate query language).SaWsArchiveService.searchWithPaging
(String token, String hql, int offset, int maxNumber) Performs a search with the given hql query (hibernate query language) with the support for paging by the given offset and max number parameters.void
SaWsContentService.setAnnotations
(String token, Annotations annotations, String xhdoc, int elementNumber) Sets the annotations of a document.void
SaWsWorkflowService.setOutOfOffice
(String token, boolean outOfOffice) Set the "out of office" state of the current session's user.void
SaWsWorkflowService.setSubstitute
(String token, String username) Sets the substitute (username) for the session's user.void
SaWsWorkflowService.start
(String token, String processName, String nextActor, String comment, String attachmentId) Starts a workflow with the specified parameters.boolean
Unlocks a document.SaWsArchiveService.update
(String token, String definition, String xhdoc, List<SaWsProperty> metadatas, SaWsContentContainer container, String versionComment, String acls) Updates a document in the backend system with the given metadata and content.void
SaWsLookupService.updateEntry
(String token, String definition, String sysrowid, List<SaWsProperty> metadatas) Updates a lookup entry in the backend system with the given metadata. -
Uses of SaWsException in com.saperion.ws.wrapper.exception
Subclasses of SaWsException in com.saperion.ws.wrapper.exceptionModifier and TypeClassDescriptionclass
The Class SaWsAuthenticationException.class
The Class SaWsDBException.class
The Class SaWsLockException.class
The Class SaWsRepositoryException. -
Uses of SaWsException in com.saperion.ws.wrapper.wf.exception
Subclasses of SaWsException in com.saperion.ws.wrapper.wf.exception