Uses of Interface
com.saperion.intf.SaVersionData
Packages that use SaVersionData
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
-
Uses of SaVersionData in com.saperion.connector
Methods in com.saperion.connector that return SaVersionDataModifier and TypeMethodDescriptionSaClassicConnector.readVersionMetadata
(String versionID) Reads the version metadata of the document with the given ID.SaClassicConnector.readVersionMetadata
(String versionID, boolean resolveLinks) Reads the version metadata of the document with the given ID.SaClassicConnectorImpl.readVersionMetadata
(String versionID) SaClassicConnectorImpl.readVersionMetadata
(String versionID, boolean resolveLinks) -
Uses of SaVersionData in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaVersionDataModifier and TypeMethodDescriptionAbstractDocRMIClientCommand.readVersionMetadata
(String versionID) Reads the version meta data of the document with the given ID.AbstractDocRMIClientCommand.readVersionMetadata
(String versionID, boolean resolveLinks) SaRMIClientCommand.readVersionMetadata
(String versionID) Reads the version meta data of the document with the given ID.SaRMIClientCommand.readVersionMetadata
(String versionID, boolean resolveLinks) Reads the version meta data of the document with the given ID. -
Uses of SaVersionData in com.saperion.rmi
Classes in com.saperion.rmi that implement SaVersionDataModifier and TypeClassDescriptionclass
Class for storing and transfering document revision data including both index metadata and document-specific data such as creator of revision, revision comment, and number. -
Uses of SaVersionData in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaVersionDataModifier and TypeMethodDescriptionSaRMIServerCommand.readVersionMetadata
(int token, String versionID) Reads the version metadata of the document with the given ID.SaRMIServerCommand.readVersionMetadata
(int token, String versionID, boolean resolveLinks) Reads the version metadata of the document with the given ID.