org.alfresco.web.bean.ajax
Class TaskInfoBean

java.lang.Object
  extended by org.alfresco.web.bean.ajax.TaskInfoBean
All Implemented Interfaces:
java.io.Serializable

public class TaskInfoBean
extends java.lang.Object
implements java.io.Serializable

Bean used by an AJAX control to send information back on the requested workflow task.

See Also:
Serialized Form

Constructor Summary
TaskInfoBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskInfoBean

public TaskInfoBean()
Method Detail

sendTaskInfo

public void sendTaskInfo()
                  throws java.io.IOException
Returns information for the workflow task identified by the 'taskId' parameter found in the ExternalContext.

The result is the formatted HTML to show on the client.

Throws:
java.io.IOException

sendTaskResources

public void sendTaskResources()
                       throws java.io.IOException
Returns the resource list for the workflow task identified by the 'taskId' parameter found in the ExternalContext.

The result is the formatted HTML to show on the client.

Throws:
java.io.IOException

setWorkflowService

public void setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
Parameters:
workflowService - The WorkflowService to set.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.