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