Uses of Class
com.saperion.ws.wrapper.wf.SaWsCommand
-
Packages that use SaWsCommand Package Description com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.jaxws com.saperion.ws.wrapper.wf Package for ws workflow wrapper. -
-
Uses of SaWsCommand in com.saperion.ws
Methods in com.saperion.ws with parameters of type SaWsCommand Modifier and Type Method Description void
SaWsWorkflowService. execute(java.lang.String token, java.lang.String taskId, SaWsCommand command, java.lang.String nextActor, java.lang.String comment, java.util.Date escalationDate)
Executes the specified task. -
Uses of SaWsCommand in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return SaWsCommand Modifier and Type Method Description SaWsCommand
Execute. getCommand()
Methods in com.saperion.ws.jaxws with parameters of type SaWsCommand Modifier and Type Method Description void
Execute. setCommand(SaWsCommand command)
-
Uses of SaWsCommand in com.saperion.ws.wrapper.wf
Methods in com.saperion.ws.wrapper.wf that return types with arguments of type SaWsCommand Modifier and Type Method Description java.util.List<SaWsCommand>
SaWsTask. getCommands()
Gets the commands.Method parameters in com.saperion.ws.wrapper.wf with type arguments of type SaWsCommand Modifier and Type Method Description void
SaWsTask. setCommands(java.util.List<SaWsCommand> newCommands)
Sets the commands.
-