Uses of Interface
com.saperion.intf.SaSaveInfo
Packages that use SaSaveInfo
Package
Description
Main package for all SAPERION LARIX components.
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package defines the different operations on documents, that can be invoked by rmi.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
-
Uses of SaSaveInfo in com.saperion
Methods in com.saperion with parameters of type SaSaveInfoModifier and TypeMethodDescriptionstatic com.lexmark.saperion.document.DocumentReferenceType
SaTypeConverter.createDocumentReference
(SaSaveInfo saveInfo) Creates a new document reference from anSaSaveInfo
. -
Uses of SaSaveInfo in com.saperion.connector
Methods in com.saperion.connector that return SaSaveInfoModifier and TypeMethodDescriptionSaClassicConnector.cacheDocument
(String xhDoc, DocumentInfo document) Caches a new document in the backend system with the given metadata and content.SaClassicConnector.cacheDocument
(String xhDoc, String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String strAcl) Caches a new document in the backend system with the given metadata and content.SaClassicConnectorImpl.cacheDocument
(String xhDoc, DocumentInfo document) SaClassicConnectorImpl.cacheDocument
(String xhDoc, String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String strAcl) SaClassicConnector.createDocument
(DocumentInfo document) Creates a new document on the backend system with the givenDocumentInfo
.SaClassicConnector.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnector.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)
instead.SaClassicConnectorImpl.createDocument
(DocumentInfo document) SaClassicConnectorImpl.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnectorImpl.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.SaClassicConnector.createLink
(LinkInfo link) Creates a link to a document for givenLinkInfo
.SaClassicConnectorImpl.createLink
(LinkInfo link) SaClassicConnector.restoreVersion
(String versionID) Restores the version with the given HDOC.SaClassicConnectorImpl.restoreVersion
(String versionID) SaClassicConnector.setACLName
(String ddcname, String documentHDOC, String acl, String versionComment) This method specifies the Access Control Lists that secure the document given by its id.SaClassicConnectorImpl.setACLName
(String ddcname, String documentHDOC, String acl, String versionComment) SaClassicConnector.updateDocument
(UpdateDocumentInfo updateInfo) Updates a document in the backend system with the given metadata, acls and content.SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.will be removed with version 8.1, useSaClassicConnector.updateDocument(UpdateDocumentInfo)
instead.SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.will be removed with version 8.1SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks) Deprecated.will be removed with version 8.1SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks, boolean checkin) Deprecated.will be removed with version 8.1SaClassicConnectorImpl.updateDocument
(UpdateDocumentInfo updateInfo) SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks, boolean checkin) Deprecated. -
Uses of SaSaveInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaSaveInfoModifier and TypeMethodDescriptionAbstractDocRMIClientCommand.cacheDocument
(boolean isNew, int commitMode, String versionComment, String xhDoc, String dbName, String acls) Stores the actual document to the backend.SaRMIClientCommand.cacheDocument
(boolean isNew, int commitMode, String versionComment, String xhDoc, String ddcName, String acls) Stores the actual document to the backend.AbstractDocRMIClientCommand.createDocument
(String dbName, List<SaPropertyValue> values) Creates a new document with the given parameters.SaRMIClientCommand.createDocument
(String ddcName, List<SaPropertyValue> values) Creates a new document with the given parameters.AbstractDocRMIClientCommand.createLink
(LinkInfo link) SaRMIClientCommand.createLink
(LinkInfo link) Creates a SAPERION Link into one Archive for an existing Document.AbstractDocRMIClientCommand.deleteDocument
(int mode, String hDoc) Delete a document.SaRMIClientCommand.deleteDocument
(int mode, String hdoc) Delete a document.AbstractDocRMIClientCommand.restoreVersion
(String versionID) Restores the given version to the actual version.SaRMIClientCommand.restoreVersion
(String versionID) Restores the given version to the actual version.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata) Saves the document paramaters to the document.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata, boolean resolveLinks) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values, boolean resolveLinks) Saves the document paramaters to the document.AbstractDocRMIClientCommand.setACLName
(String ddcname, String hDoc, String acl, int commitMode, String versionComment) Sets the given ACL to the node.SaRMIClientCommand.setACLName
(String ddcname, String hDoc, String acl, int commitMode, String versionComment) Sets the given ACL to the node.AbstractDocRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String dbName, String acls) Stores the actual document to the backend.AbstractDocRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String dbName, String acls, boolean checkout) Stores the actual document to the backend.SaRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String ddcName, String acls) Stores the actual document to the backend.SaRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String ddcName, 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 SaSaveInfoModifier and TypeMethodDescriptionSaWFTask.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Updates the attachment in the backend system with the given metadata, acls and content.SaWFTaskImpl.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, 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 -
Uses of SaSaveInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement SaSaveInfo -
Uses of SaSaveInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaSaveInfoModifier and TypeMethodDescriptionSaRMIServerCommand.cacheDocument
(int token, boolean isNew, int commitMode, String versionComment, String xhDoc, String ddcName, String acls) Caches the current document to the backend.SaRMIServerCommand.createDocument
(int token, String ddcName, List<SaPropertyValue> values) Caches a new document with the given parameters.SaRMIServerCommand.createLink
(int token, LinkInfo link) Creates a SAPERION Link into one Archive for an existing Document.SaRMIServerCommand.deleteDocument
(int token, int mode, String hdoc) Delete a document.SaRMIServerCommand.restoreVersion
(int token, String versionID) Restores the given version to the actual version.SaRMIServerCommand.saveDocument
(int token, String nodeHdoc, String ddcName, List<SaPropertyValue> values) Saves the document parameters to the document.SaRMIServerCommand.saveDocument
(int token, String nodeHdoc, String ddcName, List<SaPropertyValue> values, boolean resolveLinks) Saves the document parameters to the document.SaRMIServerCommand.setACLName
(int token, String ddcname, String hDoc, String acl, int commitMode, String versionComment) Sets the given ACL to the node.SaRMIServerCommand.storeDocument
(int token, boolean isNew, int commitMode, String versionComment, String ddcName, String acls) Stores the actual document to the backend.SaRMIServerCommand.storeDocument
(int token, boolean isNew, int commitMode, String versionComment, String ddcName, String acls, boolean checkin) Stores the actual document to the backend.
SaClassicConnector.createDocument(DocumentInfo)
instead.