public class TaskInfoBean
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TaskInfoBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendTaskInfo()
Returns information for the workflow task identified by the 'taskId'
parameter found in the ExternalContext.
|
void |
sendTaskResources()
Returns the resource list for the workflow task identified by the 'taskId'
parameter found in the ExternalContext.
|
void |
setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService) |
public void sendTaskInfo()
throws java.io.IOException
The result is the formatted HTML to show on the client.
java.io.IOExceptionpublic void sendTaskResources()
throws java.io.IOException
The result is the formatted HTML to show on the client.
java.io.IOExceptionpublic void setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
workflowService - The WorkflowService to set.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.