Uses of Class
com.saperion.ws.wrapper.wf.SaWsCommandEnum
-
Packages that use SaWsCommandEnum Package Description com.saperion.ws.wrapper.wf Package for ws workflow wrapper. -
-
Uses of SaWsCommandEnum in com.saperion.ws.wrapper.wf
Methods in com.saperion.ws.wrapper.wf that return SaWsCommandEnum Modifier and Type Method Description static SaWsCommandEnum
SaWsCommandEnum. fromBackend(com.saperion.constants.SaWFConstants.CommandId kind)
SaWsCommandEnum
SaWsCommand. getCommand()
Gets the command.static SaWsCommandEnum
SaWsCommandEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaWsCommandEnum[]
SaWsCommandEnum. 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 SaWsCommandEnum Modifier and Type Method Description void
SaWsCommand. setCommand(SaWsCommandEnum newCommand)
Sets the command.
-