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 SaWsHistoryEnumSaWsHistoryEnum.fromBackend(com.saperion.intf.wf.HistoryInfo.HistoryKind kind) From backend.SaWsHistoryEntry.getKind()Gets the kind.static SaWsHistoryEnumReturns 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.HistoryKindSaWsHistoryEnum.fromWebService(SaWsHistoryEnum kind) From web service.voidSaWsHistoryEntry.setKind(SaWsHistoryEnum newKind) Sets the kind.