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 SaVersionDataSaClassicConnector. readVersionMetadata(java.lang.String versionID)Reads the version metadata of the document with the given ID.SaVersionDataSaClassicConnector. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)Reads the version metadata of the document with the given ID.SaVersionDataSaClassicConnectorImpl. readVersionMetadata(java.lang.String versionID)SaVersionDataSaClassicConnectorImpl. 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 SaVersionDataAbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID)Reads the version meta data of the document with the given ID.SaVersionDataAbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)SaVersionDataSaRMIClientCommand. readVersionMetadata(java.lang.String versionID)Reads the version meta data of the document with the given ID.SaVersionDataSaRMIClientCommand. 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 classSaVersionDataImplClass 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 SaVersionDataSaRMIServerCommand. readVersionMetadata(int token, java.lang.String versionID)Reads the version metadata of the document with the given ID.SaVersionDataSaRMIServerCommand. readVersionMetadata(int token, java.lang.String versionID, boolean resolveLinks)Reads the version metadata of the document with the given ID.
-