|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.template.BaseTemplateProcessorExtension
org.alfresco.repo.template.Workflow
public class Workflow
Workflow and task support in FreeMarker templates.
Nested Class Summary | |
---|---|
static class |
Workflow.WorkflowTaskItem
Simple bean wrapper around a WorkflowTask item |
Constructor Summary | |
---|---|
Workflow()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.alfresco.repo.template.BaseTemplateProcessorExtension |
---|
getTemplateImageResolver, setTemplateImageResolver |
Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension |
---|
getExtensionName, register, setExtensionName, setProcessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.processor.ProcessorExtension |
---|
getExtensionName |
Constructor Detail |
---|
public Workflow()
Method Detail |
---|
public void setServiceRegistry(ServiceRegistry services)
services
- the service registrypublic java.util.List getAssignedTasks()
Workflow.WorkflowTaskItem
public java.util.List getPooledTasks()
Workflow.WorkflowTaskItem
public java.util.List getCompletedTasks()
Workflow.WorkflowTaskItem
public Workflow.WorkflowTaskItem getTaskById(java.lang.String taskId)
Workflow.WorkflowTaskItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |