Uses of Interface
com.saperion.intf.SaSaveInfo
-
Packages that use SaSaveInfo Package Description com.saperion Main package for all SAPERION LARIX components.com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.operations.document This package defines the different operations on documents, that can be invoked by rmi.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server. -
-
Uses of SaSaveInfo in com.saperion
Methods in com.saperion with parameters of type SaSaveInfo Modifier and Type Method Description static com.lexmark.saperion.document.DocumentReferenceTypeSaTypeConverter. createDocumentReference(SaSaveInfo saveInfo)Creates a new document reference from anSaSaveInfo. -
Uses of SaSaveInfo in com.saperion.connector
Methods in com.saperion.connector that return SaSaveInfo Modifier and Type Method Description SaSaveInfoSaClassicConnector. cacheDocument(java.lang.String xhDoc, DocumentInfo document)Caches a new document in the backend system with the given metadata and content.SaSaveInfoSaClassicConnector. cacheDocument(java.lang.String xhDoc, java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String strAcl)Caches a new document in the backend system with the given metadata and content.SaSaveInfoSaClassicConnectorImpl. cacheDocument(java.lang.String xhDoc, DocumentInfo document)SaSaveInfoSaClassicConnectorImpl. cacheDocument(java.lang.String xhDoc, java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String strAcl)SaSaveInfoSaClassicConnector. createDocument(DocumentInfo document)Creates a new document on the backend system with the givenDocumentInfo.SaSaveInfoSaClassicConnector. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)instead.SaSaveInfoSaClassicConnector. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)instead.SaSaveInfoSaClassicConnectorImpl. createDocument(DocumentInfo document)SaSaveInfoSaClassicConnectorImpl. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.SaSaveInfoSaClassicConnectorImpl. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.SaSaveInfoSaClassicConnector. createLink(LinkInfo link)Creates a link to a document for givenLinkInfo.SaSaveInfoSaClassicConnectorImpl. createLink(LinkInfo link)SaSaveInfoSaClassicConnector. restoreVersion(java.lang.String versionID)Restores the version with the given HDOC.SaSaveInfoSaClassicConnectorImpl. restoreVersion(java.lang.String versionID)SaSaveInfoSaClassicConnector. setACLName(java.lang.String ddcname, java.lang.String documentHDOC, java.lang.String acl, java.lang.String versionComment)This method specifies the Access Control Lists that secure the document given by its id.SaSaveInfoSaClassicConnectorImpl. setACLName(java.lang.String ddcname, java.lang.String documentHDOC, java.lang.String acl, java.lang.String versionComment)SaSaveInfoSaClassicConnector. updateDocument(UpdateDocumentInfo updateInfo)Updates a document in the backend system with the given metadata, acls and content.SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.will be removed with version 8.1, useSaClassicConnector.updateDocument(UpdateDocumentInfo)instead.SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.will be removed with version 8.1SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks)Deprecated.will be removed with version 8.1SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks, boolean checkin)Deprecated.will be removed with version 8.1SaSaveInfoSaClassicConnectorImpl. updateDocument(UpdateDocumentInfo updateInfo)SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks)Deprecated.SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks, boolean checkin)Deprecated. -
Uses of SaSaveInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaSaveInfo Modifier and Type Method Description SaSaveInfoAbstractDocRMIClientCommand. cacheDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String xhDoc, java.lang.String dbName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoSaRMIClientCommand. cacheDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String xhDoc, java.lang.String ddcName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoAbstractDocRMIClientCommand. createDocument(java.lang.String dbName, java.util.List<SaPropertyValue> values)Creates a new document with the given parameters.SaSaveInfoSaRMIClientCommand. createDocument(java.lang.String ddcName, java.util.List<SaPropertyValue> values)Creates a new document with the given parameters.SaSaveInfoAbstractDocRMIClientCommand. createLink(LinkInfo link)SaSaveInfoSaRMIClientCommand. createLink(LinkInfo link)Creates a SAPERION Link into one Archive for an existing Document.SaSaveInfoAbstractDocRMIClientCommand. deleteDocument(int mode, java.lang.String hDoc)Delete a document.SaSaveInfoSaRMIClientCommand. deleteDocument(int mode, java.lang.String hdoc)Delete a document.SaSaveInfoAbstractDocRMIClientCommand. restoreVersion(java.lang.String versionID)Restores the given version to the actual version.SaSaveInfoSaRMIClientCommand. restoreVersion(java.lang.String versionID)Restores the given version to the actual version.SaSaveInfoAbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata)Saves the document paramaters to the document.SaSaveInfoAbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata, boolean resolveLinks)Saves the document paramaters to the document.SaSaveInfoSaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)Saves the document paramaters to the document.SaSaveInfoSaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values, boolean resolveLinks)Saves the document paramaters to the document.SaSaveInfoAbstractDocRMIClientCommand. setACLName(java.lang.String ddcname, java.lang.String hDoc, java.lang.String acl, int commitMode, java.lang.String versionComment)Sets the given ACL to the node.SaSaveInfoSaRMIClientCommand. setACLName(java.lang.String ddcname, java.lang.String hDoc, java.lang.String acl, int commitMode, java.lang.String versionComment)Sets the given ACL to the node.SaSaveInfoAbstractDocRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String dbName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoAbstractDocRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String dbName, java.lang.String acls, boolean checkout)Stores the actual document to the backend.SaSaveInfoSaRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String ddcName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoSaRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String ddcName, java.lang.String acls, boolean checkin)Stores the actual document to the backend. -
Uses of SaSaveInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return SaSaveInfo Modifier and Type Method Description SaSaveInfoSaWFTask. updateAttachment(java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Updates the attachment in the backend system with the given metadata, acls and content.SaSaveInfoSaWFTaskImpl. updateAttachment(java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Updates the attachment in the backend system with the given metadata, acls and content. -
Uses of SaSaveInfo in com.saperion.operations.document
Methods in com.saperion.operations.document that return SaSaveInfo Modifier and Type Method Description SaSaveInfoCreateDocument. invoke()SaSaveInfoUpdateDocument. invoke() -
Uses of SaSaveInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement SaSaveInfo Modifier and Type Class Description classSaSaveInfoImplRMI server implementation of theSaSaveInfointerface. -
Uses of SaSaveInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaSaveInfo Modifier and Type Method Description SaSaveInfoSaRMIServerCommand. cacheDocument(int token, boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String xhDoc, java.lang.String ddcName, java.lang.String acls)Caches the current document to the backend.SaSaveInfoSaRMIServerCommand. createDocument(int token, java.lang.String ddcName, java.util.List<SaPropertyValue> values)Caches a new document with the given parameters.SaSaveInfoSaRMIServerCommand. createLink(int token, LinkInfo link)Creates a SAPERION Link into one Archive for an existing Document.SaSaveInfoSaRMIServerCommand. deleteDocument(int token, int mode, java.lang.String hdoc)Delete a document.SaSaveInfoSaRMIServerCommand. restoreVersion(int token, java.lang.String versionID)Restores the given version to the actual version.SaSaveInfoSaRMIServerCommand. saveDocument(int token, java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)Saves the document parameters to the document.SaSaveInfoSaRMIServerCommand. saveDocument(int token, java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values, boolean resolveLinks)Saves the document parameters to the document.SaSaveInfoSaRMIServerCommand. setACLName(int token, java.lang.String ddcname, java.lang.String hDoc, java.lang.String acl, int commitMode, java.lang.String versionComment)Sets the given ACL to the node.SaSaveInfoSaRMIServerCommand. storeDocument(int token, boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String ddcName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoSaRMIServerCommand. storeDocument(int token, boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String ddcName, java.lang.String acls, boolean checkin)Stores the actual document to the backend.
-