Uses of Class
org.alfresco.repo.template.Workflow.WorkflowTaskItem
-
Packages that use Workflow.WorkflowTaskItem Package Description org.alfresco.repo.template -
-
Uses of Workflow.WorkflowTaskItem in org.alfresco.repo.template
Methods in org.alfresco.repo.template that return Workflow.WorkflowTaskItem Modifier and Type Method Description Workflow.WorkflowTaskItemWorkflow. getTaskById(java.lang.String taskId)Return a single object representing a task of the given taskId for the current userMethods in org.alfresco.repo.template that return types with arguments of type Workflow.WorkflowTaskItem Modifier and Type Method Description java.util.List<Workflow.WorkflowTaskItem>Workflow. getAssignedTasks()Return a list of objects representing the assigned tasks for the current userjava.util.List<Workflow.WorkflowTaskItem>Workflow. getCompletedTasks()Return a list of objects representing the completed tasks for the current userjava.util.List<Workflow.WorkflowTaskItem>Workflow. getPooledTasks()Return a list of objects representing the pooled tasks for the current user
-