Uses of Interface
com.saperion.intf.SaVersionData
-
Packages that use SaVersionData Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.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 SaVersionData in com.saperion.connector
Methods in com.saperion.connector that return SaVersionData Modifier and Type Method Description SaVersionData
SaClassicConnector. readVersionMetadata(java.lang.String versionID)
Reads the version metadata of the document with the given ID.SaVersionData
SaClassicConnector. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)
Reads the version metadata of the document with the given ID.SaVersionData
SaClassicConnectorImpl. readVersionMetadata(java.lang.String versionID)
SaVersionData
SaClassicConnectorImpl. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)
-
Uses of SaVersionData in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaVersionData Modifier and Type Method Description SaVersionData
AbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID)
Reads the version meta data of the document with the given ID.SaVersionData
AbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)
SaVersionData
SaRMIClientCommand. readVersionMetadata(java.lang.String versionID)
Reads the version meta data of the document with the given ID.SaVersionData
SaRMIClientCommand. readVersionMetadata(java.lang.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 SaVersionData Modifier and Type Class Description class
SaVersionDataImpl
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 SaVersionData Modifier and Type Method Description SaVersionData
SaRMIServerCommand. readVersionMetadata(int token, java.lang.String versionID)
Reads the version metadata of the document with the given ID.SaVersionData
SaRMIServerCommand. readVersionMetadata(int token, java.lang.String versionID, boolean resolveLinks)
Reads the version metadata of the document with the given ID.
-