Package com.saperion.rmi
Class SaVersionDataImpl
java.lang.Object
com.saperion.rmi.SaVersionDataImpl
- All Implemented Interfaces:
SaVersionData
,Serializable
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.
- Author:
- mal
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.SaVersionDataImpl
(SaPropertyValue[] newProperties, SaRevision newVersionData) Full constructor. -
Method Summary
Modifier and TypeMethodDescriptionReads the properties.Reads the version metadata.
-
Constructor Details
-
SaVersionDataImpl
public SaVersionDataImpl()Default constructor. -
SaVersionDataImpl
Full constructor. (set by native call)- Parameters:
newProperties
- Property array to set.newVersionData
- Version data to set.
-
-
Method Details
-
getProperties
Reads the properties.- Specified by:
getProperties
in interfaceSaVersionData
- Returns:
- the properties
- See Also:
-
com.saperion.rmi.SaVersionData#getProperties()
-
getVersionData
Reads the version metadata.- Specified by:
getVersionData
in interfaceSaVersionData
- Returns:
- the versionData
- See Also:
-
com.saperion.rmi.SaVersionData#getVersionData()
-