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.HistoryKind
HistoryInfo.HistoryKind. fromInt(int val)
HistoryInfo.HistoryKind
HistoryInfo. getKind()
static HistoryInfo.HistoryKind
HistoryInfo.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.HistoryKind
HistoryInfoImpl. getKind()
Methods in com.saperion.wf with parameters of type HistoryInfo.HistoryKind Modifier and Type Method Description void
HistoryInfoImpl. setKind(HistoryInfo.HistoryKind kindId)
-