|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 ExecutionImpl 的软件包 | |
---|---|
org.activiti.engine.impl.pvm.runtime |
org.activiti.engine.impl.pvm.runtime 中 ExecutionImpl 的使用 |
---|
声明为 ExecutionImpl 的 org.activiti.engine.impl.pvm.runtime 中的字段 | |
---|---|
protected ExecutionImpl |
ExecutionImpl.parent
the parent execution |
protected ExecutionImpl |
ExecutionImpl.processInstance
the process instance. |
protected ExecutionImpl |
ExecutionImpl.replacedBy
when execution structure is pruned during a takeAll, then the original execution has to be resolved to the replaced execution. |
protected ExecutionImpl |
ExecutionImpl.subProcessInstance
reference to a subprocessinstance, not-null if currently subprocess is started from this execution |
protected ExecutionImpl |
ExecutionImpl.superExecution
super execution, not-null if this execution is part of a subprocess |
类型参数类型为 ExecutionImpl 的 org.activiti.engine.impl.pvm.runtime 中的字段 | |
---|---|
protected List<ExecutionImpl> |
ExecutionImpl.executions
nested executions representing scopes or concurrent paths |
返回 ExecutionImpl 的 org.activiti.engine.impl.pvm.runtime 中的方法 | |
---|---|
ExecutionImpl |
ExecutionImpl.createExecution()
creates a new execution. properties processDefinition, processInstance and activity will be initialized. |
ExecutionImpl |
ExecutionImpl.findExecution(String activityId)
searches for an execution positioned in the given activity |
ExecutionImpl |
ExecutionImpl.getParent()
ensures initialization and returns the parent |
ExecutionImpl |
ExecutionImpl.getProcessInstance()
ensures initialization and returns the process instance. |
ExecutionImpl |
ExecutionImpl.getReplacedBy()
|
ExecutionImpl |
ExecutionImpl.getSubProcessInstance()
|
ExecutionImpl |
ExecutionImpl.getSuperExecution()
|
protected ExecutionImpl |
ExecutionImpl.newExecution()
instantiates a new execution. |
返回变量类型为 ExecutionImpl 的类型的 org.activiti.engine.impl.pvm.runtime 中的方法 | |
---|---|
List<ExecutionImpl> |
ExecutionImpl.getExecutions()
ensures initialization and returns the non-null executions list |
参数类型为 ExecutionImpl 的 org.activiti.engine.impl.pvm.runtime 中的方法 | |
---|---|
void |
ExecutionImpl.setSuperExecution(ExecutionImpl superExecution)
|
类型变量类型为 ExecutionImpl 的 org.activiti.engine.impl.pvm.runtime 中的方法参数 | |
---|---|
void |
ExecutionImpl.setExecutions(List<ExecutionImpl> executions)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |