Uses of Class
com.saperion.structures.DocumentInfo
Packages that use DocumentInfo
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.
This package contains the global beans.
-
Uses of DocumentInfo in com.saperion.bean
Subclasses of DocumentInfo in com.saperion.beanModifier and TypeClassDescriptionclass
Bean to hold information for UpdateDocument method.Methods in com.saperion.bean that return DocumentInfo -
Uses of DocumentInfo in com.saperion.connector
Methods in com.saperion.connector with parameters of type DocumentInfoModifier and TypeMethodDescriptionSaClassicConnector.cacheDocument
(String xhDoc, DocumentInfo document) Caches a new document in the backend system with the given metadata and content.SaClassicConnectorImpl.cacheDocument
(String xhDoc, DocumentInfo document) SaClassicConnector.createDocument
(DocumentInfo document) Creates a new document on the backend system with the givenDocumentInfo
.SaClassicConnectorImpl.createDocument
(DocumentInfo document) -
Uses of DocumentInfo in com.saperion.conversion
Methods in com.saperion.conversion with parameters of type DocumentInfoModifier and TypeMethodDescriptionstatic List<com.lexmark.saperion.administration.AclReferenceType>
CreateDocumentInputTypeFromDocumentInfoAdapter.convertAclReferenceTypes
(DocumentInfo documentInfo) static com.lexmark.saperion.document.DocumentElementType
CreateDocumentInputTypeFromDocumentInfoAdapter.convertElementType
(DocumentInfo documentInfo) CreateDocumentInputTypeFromDocumentInfoAdapter.convertStringPropertyTypeMap
(DocumentInfo documentInfo) Constructors in com.saperion.conversion with parameters of type DocumentInfoModifierConstructorDescriptionCreateDocumentInputTypeFromDocumentInfoAdapter
(DocumentInfo documentInfo) -
Uses of DocumentInfo in com.saperion.operations.document
Constructors in com.saperion.operations.document with parameters of type DocumentInfo -
Uses of DocumentInfo in com.saperion.structures
Methods in com.saperion.structures that return DocumentInfoModifier and TypeMethodDescriptionDocumentInfo.addVariable
(String name, String value) Adds a variable to this document representation.