Uses of Class
com.logicaldoc.workflow.webservice.model.WSWorkflowTask
Packages that use WSWorkflowTask
Package
Description
-
Uses of WSWorkflowTask in com.logicaldoc.workflow.webservice.model
Methods in com.logicaldoc.workflow.webservice.model that return WSWorkflowTaskModifier and TypeMethodDescriptionstatic WSWorkflowTask
WSWorkflowTask.fromTask
(org.activiti.engine.task.Task task) -
Uses of WSWorkflowTask in com.logicaldoc.workflow.webservice.soap
Methods 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.client
Methods 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.endpoint
Methods in com.logicaldoc.workflow.webservice.soap.endpoint that return types with arguments of type WSWorkflowTaskModifier and TypeMethodDescriptionSoapWorkflowService.getTasksAssignedToMe
(String sid) SoapWorkflowService.getTasksICanOwn
(String sid)