Package com.saperion.intf
Interface SaVersionData
- All Known Implementing Classes:
SaVersionDataImpl
public interface SaVersionData
Version metadata of a document.
- Author:
- mak
-
Method Summary
Modifier and TypeMethodDescriptionReads the properties.Reads the version metadata.
-
Method Details
-
getProperties
SaPropertyValue[] getProperties()Reads the properties.- Returns:
- the properties
-
getVersionData
SaRevision getVersionData()Reads the version metadata.- Returns:
- the versionData
-