public class FlowInstance extends Object implements ProcessInstance
| 构造器和说明 |
|---|
FlowInstance(ProcessDefinition flowDefinition,
boolean debug) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChild(FlowInstance child) |
List<ProcessInstance> |
getChildren() |
FlowNode |
getCurrentNode() |
String |
getId() |
int |
getParallelInstanceCount() |
FlowInstance |
getParent() |
ProcessDefinition |
getProcessDefinition() |
boolean |
isDebug() |
FlowInstance |
newChildInstance(int childCount) |
void |
setCurrentNode(FlowNode currentNode) |
void |
setParallelInstanceCount(int parallelInstanceCount) |
void |
setParent(FlowInstance parent) |
public FlowInstance(ProcessDefinition flowDefinition, boolean debug)
public boolean isDebug()
public ProcessDefinition getProcessDefinition()
getProcessDefinition 在接口中 ProcessInstancepublic List<ProcessInstance> getChildren()
getChildren 在接口中 ProcessInstancepublic void addChild(FlowInstance child)
public int getParallelInstanceCount()
getParallelInstanceCount 在接口中 ProcessInstancepublic void setParallelInstanceCount(int parallelInstanceCount)
public String getId()
getId 在接口中 ProcessInstancepublic FlowNode getCurrentNode()
getCurrentNode 在接口中 ProcessInstancepublic void setCurrentNode(FlowNode currentNode)
public void setParent(FlowInstance parent)
public FlowInstance getParent()
getParent 在接口中 ProcessInstancepublic FlowInstance newChildInstance(int childCount)
Copyright © 2018 Bstek. All rights reserved.