Uses of Class
com.saperion.ws.wrapper.wf.SaWsTask
-
Packages that use SaWsTask Package Description com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.jaxws -
-
Uses of SaWsTask in com.saperion.ws
Methods in com.saperion.ws that return SaWsTask Modifier and Type Method Description SaWsTask
SaWsWorkflowService. getTask(java.lang.String token, java.lang.String taskId)
Retrieves and returns the task by the given id.Methods in com.saperion.ws that return types with arguments of type SaWsTask Modifier and Type Method Description java.util.List<SaWsTask>
SaWsWorkflowService. getTasks(java.lang.String token, int[] boxIds, java.lang.String filter)
Returns the filtered tasks. -
Uses of SaWsTask in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return SaWsTask Modifier and Type Method Description SaWsTask
GetTaskResponse. getReturn()
Methods in com.saperion.ws.jaxws that return types with arguments of type SaWsTask Modifier and Type Method Description java.util.List<SaWsTask>
GetTasksResponse. getReturn()
Methods in com.saperion.ws.jaxws with parameters of type SaWsTask Modifier and Type Method Description void
GetTaskResponse. setReturn(SaWsTask _return)
Method parameters in com.saperion.ws.jaxws with type arguments of type SaWsTask Modifier and Type Method Description void
GetTasksResponse. setReturn(java.util.List<SaWsTask> _return)
-