|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowExecutor
Describes a class capable of executing a certain worklfow. This includes starting a workflow and running through it (eg. finishing taks).
| Method Summary | |
|---|---|
org.json.simple.JSONObject |
getStartFormValues(WorkflowData workflow,
org.alfresco.bm.user.UserData user)
Get the values to use when posting the start-form for this WorkflowData
instance. |
org.json.simple.JSONObject |
getTaskFormValues(WorkflowData workflow,
org.alfresco.bm.user.UserData user,
org.json.simple.JSONObject taskInstance)
Get the values to use when posting the task-form to complete the task instance. |
| Method Detail |
|---|
org.json.simple.JSONObject getStartFormValues(WorkflowData workflow,
org.alfresco.bm.user.UserData user)
WorkflowData
instance.
workflow - the workflow to be starteduser - user starting the workflow
org.json.simple.JSONObject getTaskFormValues(WorkflowData workflow,
org.alfresco.bm.user.UserData user,
org.json.simple.JSONObject taskInstance)
workflow - worklfow this task is part ofuser - user completing the tasktaskInstance - JSONObject containing task-instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||