Uses of Class
com.logicaldoc.workflow.webservice.model.WSWorkflowTask
Packages that use WSWorkflowTask
Package
Description
- 
Uses of WSWorkflowTask in com.logicaldoc.workflow.webservice.modelMethods in com.logicaldoc.workflow.webservice.model that return WSWorkflowTaskModifier and TypeMethodDescriptionstatic WSWorkflowTaskWSWorkflowTask.fromTask(org.activiti.engine.task.Task task) 
- 
Uses of WSWorkflowTask in com.logicaldoc.workflow.webservice.soapMethods in com.logicaldoc.workflow.webservice.soap that return types with arguments of type WSWorkflowTaskModifier and TypeMethodDescriptionWorkflowService.getTasksAssignedToMe(String sid) Retrieves the tasks assigned to the current userWorkflowService.getTasksICanOwn(String sid) Retrieves the tasks that can be owned by the current user
- 
Uses of WSWorkflowTask in com.logicaldoc.workflow.webservice.soap.clientMethods in com.logicaldoc.workflow.webservice.soap.client that return types with arguments of type WSWorkflowTaskModifier and TypeMethodDescriptionSoapWorkflowClient.getTasksAssignedToMe(String sid) SoapWorkflowClient.getTasksICanOwn(String sid) 
- 
Uses of WSWorkflowTask in com.logicaldoc.workflow.webservice.soap.endpointMethods in com.logicaldoc.workflow.webservice.soap.endpoint that return types with arguments of type WSWorkflowTaskModifier and TypeMethodDescriptionSoapWorkflowService.getTasksAssignedToMe(String sid) SoapWorkflowService.getTasksICanOwn(String sid)