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 SaWsContent
SaWsArchiveService. getContent(java.lang.String token, java.lang.String xhdoc, int elementNumber)
Deprecated.This method is deprecated.SaWsContent
SaWsContentService. getContent(java.lang.String token, java.lang.String xhdoc, int elementNumber)
Loads a document in its current revision from the backend system.SaWsContent
SaWsVersionService. getContent(java.lang.String token, java.lang.String xhdoc, int elementNumber)
Loads a document version from the backend system.SaWsContent
SaWsVersionService. 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 SaWsContent
GetContentResponse. getReturn()
SaWsContent
GetReleasedDocumentResponse. getReturn()
Methods in com.saperion.ws.jaxws with parameters of type SaWsContent Modifier and Type Method Description void
GetContentResponse. setReturn(SaWsContent _return)
void
GetReleasedDocumentResponse. 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 SaWsContent
InMemoryLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.SaWsContent
NormalLoader. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.abstract SaWsContent
ReadStrategy. read(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.SaWsContent
StreamOnlyLoader. 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 void
SaWsContentContainer. setContent(java.util.List<SaWsContent> contents)
Sets the webservice content.
-