Uses of Class
com.saperion.ws.wrapper.SaWsContent
-
Packages that use SaWsContent Package Description com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.jaxws com.saperion.ws.strategy Package for ws document loading strategy.com.saperion.ws.wrapper Package for ws wrapper classes. -
-
Uses of SaWsContent in com.saperion.ws
Methods in com.saperion.ws that return SaWsContent Modifier and Type Method Description SaWsContentSaWsArchiveService. getContent(java.lang.String token, java.lang.String xhdoc, int elementNumber)Deprecated.This method is deprecated.SaWsContentSaWsContentService. getContent(java.lang.String token, java.lang.String xhdoc, int elementNumber)Loads a document in its current revision from the backend system.SaWsContentSaWsVersionService. getContent(java.lang.String token, java.lang.String xhdoc, int elementNumber)Loads a document version from the backend system.SaWsContentSaWsVersionService. getReleasedDocument(java.lang.String token, java.lang.String xhdoc, int elementNumber)Gets the content stream of the last released document. -
Uses of SaWsContent in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return SaWsContent Modifier and Type Method Description SaWsContentGetContentResponse. getReturn()SaWsContentGetReleasedDocumentResponse. getReturn()Methods in com.saperion.ws.jaxws with parameters of type SaWsContent Modifier and Type Method Description voidGetContentResponse. setReturn(SaWsContent _return)voidGetReleasedDocumentResponse. setReturn(SaWsContent _return) -
Uses of SaWsContent in com.saperion.ws.strategy
Methods in com.saperion.ws.strategy that return SaWsContent Modifier and Type Method Description SaWsContentInMemoryLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)Reads the content of the specified document into an SaWsContent object.SaWsContentNormalLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)Reads the content of the specified document into an SaWsContent object.abstract SaWsContentReadStrategy. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)Reads the content of the specified document into an SaWsContent object.SaWsContentStreamOnlyLoader. read(java.lang.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 SaWsContent Modifier and Type Method Description java.util.List<SaWsContent>SaWsContentContainer. getContent()Returns the content.Method parameters in com.saperion.ws.wrapper with type arguments of type SaWsContent Modifier and Type Method Description voidSaWsContentContainer. setContent(java.util.List<SaWsContent> contents)Sets the webservice content.
-