Uses of Class
com.saperion.intf.wf.HistoryInfo.HistoryKind
-
Packages that use HistoryInfo.HistoryKind Package Description com.saperion.intf.wf This package contains the common used workflow interfaces for the LARIX components.com.saperion.wf This package contains the common used workflow classes. -
-
Uses of HistoryInfo.HistoryKind in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return HistoryInfo.HistoryKind Modifier and Type Method Description static HistoryInfo.HistoryKindHistoryInfo.HistoryKind. fromInt(int val)HistoryInfo.HistoryKindHistoryInfo. getKind()static HistoryInfo.HistoryKindHistoryInfo.HistoryKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HistoryInfo.HistoryKind[]HistoryInfo.HistoryKind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HistoryInfo.HistoryKind in com.saperion.wf
Methods in com.saperion.wf that return HistoryInfo.HistoryKind Modifier and Type Method Description HistoryInfo.HistoryKindHistoryInfoImpl. getKind()Methods in com.saperion.wf with parameters of type HistoryInfo.HistoryKind Modifier and Type Method Description voidHistoryInfoImpl. setKind(HistoryInfo.HistoryKind kindId)
-