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