Uses of Class
com.saperion.ws.wrapper.exception.SaWsRepositoryException
Packages that use SaWsRepositoryException
Package
Description
Root package for SAPERION ws classes and packages.
Package for ws document loading strategy.
-
Uses of SaWsRepositoryException in com.saperion.ws
Methods in com.saperion.ws that throw SaWsRepositoryExceptionModifier and TypeMethodDescriptionSaWsLookupService.createEntry
(String token, String definition, List<SaWsProperty> metadatas) Creates a new lookup entry on the backend system with the given metadata and content.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.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.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.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.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
Determines if the session identified by the given token is alive.Restores the version with the given HDOC.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.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 SaWsRepositoryException in com.saperion.ws.strategy
Methods in com.saperion.ws.strategy that throw SaWsRepositoryExceptionModifier and TypeMethodDescriptionInMemoryLoader.read
(String xhdoc, int element, CloseablePooledSession session, boolean currentRevision) Reads the content of the specified document into an SaWsContent object.NormalLoader.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.StreamOnlyLoader.read
(String xhdoc, int element, CloseablePooledSession session, boolean currentRevision) Reads the content of the specified document into an SaWsContent object.