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, setTemplateImageResolvergetExtensionName, register, setExtensionName, setProcessorpublic void setServiceRegistry(ServiceRegistry services)
services - the service registrypublic List<Workflow.WorkflowTaskItem> getAssignedTasks()
Workflow.WorkflowTaskItempublic List<Workflow.WorkflowTaskItem> getPooledTasks()
Workflow.WorkflowTaskItempublic List<Workflow.WorkflowTaskItem> getCompletedTasks()
Workflow.WorkflowTaskItempublic Workflow.WorkflowTaskItem getTaskById(String taskId)
Workflow.WorkflowTaskItemCopyright © 2005–2018 Alfresco Software. All rights reserved.