Uses of Class
com.saperion.bean.UpdateDocumentInfo
Packages that use UpdateDocumentInfo
Package
Description
This package contains the global beans.
This package contains the main classic connector classes.
This package defines the different operations on documents, that can be invoked by rmi.
-
Uses of UpdateDocumentInfo in com.saperion.bean
Methods in com.saperion.bean that return UpdateDocumentInfoModifier and TypeMethodDescriptionUpdateDocumentInfo.addVariable
(String name, String value) Adds a variable to the document.UpdateDocumentInfo.setCheckin
(Boolean checkin) UpdateDocumentInfo.setMetadata
(Map<String, Object> metadatas) Sets the metadata. -
Uses of UpdateDocumentInfo in com.saperion.connector
Methods in com.saperion.connector with parameters of type UpdateDocumentInfoModifier and TypeMethodDescriptionSaClassicConnector.updateDocument
(UpdateDocumentInfo updateInfo) Updates a document in the backend system with the given metadata, acls and content.SaClassicConnectorImpl.updateDocument
(UpdateDocumentInfo updateInfo) -
Uses of UpdateDocumentInfo in com.saperion.conversion
Constructors in com.saperion.conversion with parameters of type UpdateDocumentInfoModifierConstructorDescription -
Uses of UpdateDocumentInfo in com.saperion.operations.document
Constructors in com.saperion.operations.document with parameters of type UpdateDocumentInfo