Uses of Class
com.saperion.ws.wrapper.SaWsContentContainer
-
Packages that use SaWsContentContainer Package Description com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.jaxws -
-
Uses of SaWsContentContainer in com.saperion.ws
Methods in com.saperion.ws with parameters of type SaWsContentContainer Modifier and Type Method Description SaWsSaveInfo
SaWsArchiveService. create(java.lang.String token, java.lang.String definition, java.util.List<SaWsProperty> metadatas, SaWsContentContainer container, java.lang.String versionComment, java.lang.String acls)
Creates a new document on the backend system with the given metadata and content.SaWsSaveInfo
SaWsArchiveService. update(java.lang.String token, java.lang.String definition, java.lang.String xhdoc, java.util.List<SaWsProperty> metadatas, SaWsContentContainer container, java.lang.String versionComment, java.lang.String acls)
Updates a document in the backend system with the given metadata and content. -
Uses of SaWsContentContainer in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return SaWsContentContainer Modifier and Type Method Description SaWsContentContainer
Create. getContainer()
SaWsContentContainer
Update. getContainer()
Methods in com.saperion.ws.jaxws with parameters of type SaWsContentContainer Modifier and Type Method Description void
Create. setContainer(SaWsContentContainer container)
void
Update. setContainer(SaWsContentContainer container)
-