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