Uses of Class
com.saperion.ws.wrapper.SaWsContent
Packages that use SaWsContent
Package
Description
Root package for SAPERION ws classes and packages.
Package for ws document loading strategy.
Package for ws wrapper classes.
-
Uses of SaWsContent in com.saperion.ws
Methods in com.saperion.ws that return SaWsContentModifier and TypeMethodDescriptionSaWsArchiveService.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.SaWsVersionService.getReleasedDocument
(String token, String xhdoc, int elementNumber) Gets the content stream of the last released document. -
Uses of SaWsContent in com.saperion.ws.strategy
Methods in com.saperion.ws.strategy that return SaWsContentModifier 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. -
Uses of SaWsContent in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return types with arguments of type SaWsContentMethod parameters in com.saperion.ws.wrapper with type arguments of type SaWsContentModifier and TypeMethodDescriptionvoid
SaWsContentContainer.setContent
(List<SaWsContent> contents) Sets the webservice content.