Uses of Enum Class
com.saperion.ws.wrapper.wf.SaWsHistoryEnum
Packages that use SaWsHistoryEnum
-
Uses of SaWsHistoryEnum in com.saperion.ws.wrapper.wf
Methods in com.saperion.ws.wrapper.wf that return SaWsHistoryEnumModifier and TypeMethodDescriptionstatic SaWsHistoryEnum
SaWsHistoryEnum.fromBackend
(com.saperion.intf.wf.HistoryInfo.HistoryKind kind) From backend.SaWsHistoryEntry.getKind()
Gets the kind.static SaWsHistoryEnum
Returns the enum constant of this class with the specified name.static SaWsHistoryEnum[]
SaWsHistoryEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ws.wrapper.wf with parameters of type SaWsHistoryEnumModifier and TypeMethodDescriptionstatic com.saperion.intf.wf.HistoryInfo.HistoryKind
SaWsHistoryEnum.fromWebService
(SaWsHistoryEnum kind) From web service.void
SaWsHistoryEntry.setKind
(SaWsHistoryEnum newKind) Sets the kind.