Uses of Interface
com.saperion.intf.SaRevision
-
Packages that use SaRevision Package Description com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaRevision in com.saperion.intf
Methods in com.saperion.intf that return SaRevision Modifier and Type Method Description SaRevisionSaVersionData. getVersionData()Reads the version metadata. -
Uses of SaRevision in com.saperion.rmi
Classes in com.saperion.rmi that implement SaRevision Modifier and Type Class Description classSaRevisionImplClass for storing and transferring document revision data.Methods in com.saperion.rmi that return SaRevision Modifier and Type Method Description SaRevisionSaVersionDataImpl. getVersionData()Reads the version metadata.Constructors in com.saperion.rmi with parameters of type SaRevision Constructor Description SaVersionDataImpl(SaPropertyValue[] newProperties, SaRevision newVersionData)Full constructor.
-