public class Workflow extends BaseTemplateProcessorExtension
Modifier and Type | Class and Description |
---|---|
static class |
Workflow.WorkflowTaskItem
Simple bean wrapper around a WorkflowTask item
|
Constructor and Description |
---|
Workflow() |
Modifier and Type | Method and Description |
---|---|
List<Workflow.WorkflowTaskItem> |
getAssignedTasks()
Return a list of objects representing the assigned tasks for the current user
|
List<Workflow.WorkflowTaskItem> |
getCompletedTasks()
Return a list of objects representing the completed tasks for the current user
|
List<Workflow.WorkflowTaskItem> |
getPooledTasks()
Return a list of objects representing the pooled tasks for the current user
|
Workflow.WorkflowTaskItem |
getTaskById(String taskId)
Return a single object representing a task of the given taskId for the current user
|
void |
setServiceRegistry(ServiceRegistry services)
Sets the service registry
|
getTemplateImageResolver, setTemplateImageResolver
getExtensionName, register, setExtensionName, setProcessor
public void setServiceRegistry(ServiceRegistry services)
services
- the service registrypublic List<Workflow.WorkflowTaskItem> getAssignedTasks()
Workflow.WorkflowTaskItem
public List<Workflow.WorkflowTaskItem> getPooledTasks()
Workflow.WorkflowTaskItem
public List<Workflow.WorkflowTaskItem> getCompletedTasks()
Workflow.WorkflowTaskItem
public Workflow.WorkflowTaskItem getTaskById(String taskId)
Workflow.WorkflowTaskItem
Copyright © 2005–2017 Alfresco Software. All rights reserved.