public class Workflow extends Object implements Workflowable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendWorkflowNode(WorkflowNode workflow_node) |
String |
getWorkflowName() |
boolean |
process(Context context)
The output field of the first stage in context should not be null.
|
public Workflow(String workflow_name)
public String getWorkflowName()
public void appendWorkflowNode(WorkflowNode workflow_node)
public boolean process(Context context)
process 在接口中 WorkflowableCopyright © 2016. All rights reserved.