Uses of Class
com.saperion.ws.wrapper.SaWsProperty
Packages that use SaWsProperty
-
Uses of SaWsProperty in com.saperion.ws
Methods in com.saperion.ws that return types with arguments of type SaWsPropertyModifier and TypeMethodDescriptionSaWsConfigurationService.getConfiguration
(String token, String section) Reads the configuration properties from the backend system.Method parameters in com.saperion.ws with type arguments of type SaWsPropertyModifier and TypeMethodDescriptionSaWsArchiveService.create
(String token, String definition, List<SaWsProperty> metadatas, SaWsContentContainer container, String versionComment, String acls) Creates a new document on the backend system with the given metadata and content.SaWsLookupService.createEntry
(String token, String definition, List<SaWsProperty> metadatas) Creates a new lookup entry on the backend system with the given metadata and content.SaWsArchiveService.update
(String token, String definition, String xhdoc, List<SaWsProperty> metadatas, SaWsContentContainer container, String versionComment, String acls) Updates a document in the backend system with the given metadata and content.void
SaWsLookupService.updateEntry
(String token, String definition, String sysrowid, List<SaWsProperty> metadatas) Updates a lookup entry in the backend system with the given metadata.