Uses of Enum Class
com.saperion.intf.wf.HistoryInfo.HistoryKind
Packages that use HistoryInfo.HistoryKind
Package
Description
This package contains the common used workflow interfaces for the LARIX components.
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.HistoryKindModifier and TypeMethodDescriptionstatic HistoryInfo.HistoryKind
HistoryInfo.HistoryKind.fromInt
(int val) HistoryInfo.getKind()
static HistoryInfo.HistoryKind
Returns the enum constant of this class with the specified name.static HistoryInfo.HistoryKind[]
HistoryInfo.HistoryKind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HistoryInfo.HistoryKind in com.saperion.wf
Methods in com.saperion.wf that return HistoryInfo.HistoryKindMethods in com.saperion.wf with parameters of type HistoryInfo.HistoryKind