Package | Description |
---|---|
org.alfresco.repo.template |
Modifier and Type | Method and Description |
---|---|
Workflow.WorkflowTaskItem |
Workflow.getTaskById(String taskId)
Return a single object representing a task of the given taskId for the current user
|
Modifier and Type | Method and Description |
---|---|
List<Workflow.WorkflowTaskItem> |
Workflow.getAssignedTasks()
Return a list of objects representing the assigned tasks for the current user
|
List<Workflow.WorkflowTaskItem> |
Workflow.getCompletedTasks()
Return a list of objects representing the completed tasks for the current user
|
List<Workflow.WorkflowTaskItem> |
Workflow.getPooledTasks()
Return a list of objects representing the pooled tasks for the current user
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.