|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.ajax.TaskInfoBean
public class TaskInfoBean
Bean used by an AJAX control to send information back on the requested workflow task.
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 |
---|
public TaskInfoBean()
Method Detail |
---|
public void sendTaskInfo() throws java.io.IOException
The result is the formatted HTML to show on the client.
java.io.IOException
public void sendTaskResources() throws java.io.IOException
The result is the formatted HTML to show on the client.
java.io.IOException
public void setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
workflowService
- The WorkflowService to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |