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 |
|---|---|
java.util.List |
getAssignedTasks()
Return a list of objects representing the assigned tasks for the current user
|
java.util.List |
getCompletedTasks()
Return a list of objects representing the completed tasks for the current user
|
java.util.List |
getPooledTasks()
Return a list of objects representing the pooled tasks for the current user
|
Workflow.WorkflowTaskItem |
getTaskById(java.lang.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 java.util.List getAssignedTasks()
Workflow.WorkflowTaskItempublic java.util.List getPooledTasks()
Workflow.WorkflowTaskItempublic java.util.List getCompletedTasks()
Workflow.WorkflowTaskItempublic Workflow.WorkflowTaskItem getTaskById(java.lang.String taskId)
Workflow.WorkflowTaskItemCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.