Uses of Class
com.saperion.ws.wrapper.exception.SaWsDBException
Packages that use SaWsDBException
Package
Description
Root package for SAPERION ws classes and packages.
Package for ws document loading strategy.
-
Uses of SaWsDBException in com.saperion.ws
Methods in com.saperion.ws that throw SaWsDBExceptionModifier 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.SaWsContentService.getAnnotations
(String token, String xhdoc, int elementNumber) Returns the annotations by the specified document in its current revision.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.SaWsContentService.getFilename
(String token, String xhdoc, int elementNumber) Loads the filename for a document from the backend system.SaWsVersionService.getMetadata
(String token, String xhdoc) Reads the version metadata of the document with the given ID.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
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 SaWsDBException in com.saperion.ws.strategy
Methods in com.saperion.ws.strategy that throw SaWsDBExceptionModifier and TypeMethodDescriptionNormalLoader.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.