public class ReviewWorkflowExecutor extends Object implements WorkflowExecutor
| Constructor and Description |
|---|
ReviewWorkflowExecutor() |
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
getStartFormValues(String username,
String userNodeId,
long priority,
Date dueDate)
Get the values to use when posting the start-form for the given instance values.
|
org.json.simple.JSONObject |
getTaskFormValues(org.json.simple.JSONObject taskInstance)
Get the values to use when posting the task-form to complete the task instance.
|
public org.json.simple.JSONObject getStartFormValues(String username, String userNodeId, long priority, Date dueDate)
WorkflowExecutorgetStartFormValues in interface WorkflowExecutorpublic org.json.simple.JSONObject getTaskFormValues(org.json.simple.JSONObject taskInstance)
WorkflowExecutorgetTaskFormValues in interface WorkflowExecutorCopyright © 2016. All rights reserved.