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