public class TaskInfoBean extends Object implements 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(WorkflowService workflowService) |
public void sendTaskInfo() throws IOException
The result is the formatted HTML to show on the client.
IOException
public void sendTaskResources() throws IOException
The result is the formatted HTML to show on the client.
IOException
public void setWorkflowService(WorkflowService workflowService)
workflowService
- The WorkflowService to set.Copyright © 2005–2017 Alfresco Software. All rights reserved.