Package | Description |
---|---|
org.activiti.engine.impl.bpmn.behavior | |
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.util.tree |
Modifier and Type | Method and Description |
---|---|
protected ExecutionTreeNode |
TerminateEndEventActivityBehavior.findFirstScope(DelegateExecution execution,
ExecutionTree executionTree) |
Modifier and Type | Method and Description |
---|---|
ExecutionTree |
ExecutionEntityManagerImpl.findExecutionTree(String rootProcessInstanceId) |
ExecutionTree |
ExecutionEntityManager.findExecutionTree(String rootProcessInstanceId) |
protected ExecutionTree |
ExecutionEntityManagerImpl.findExecutionTreeInCurrentProcessInstance(String processInstanceId)
Does not fetches the whole tree, but stops at the process instance
(i.e.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionTree |
ExecutionTreeUtil.buildExecutionTree(Collection<ExecutionEntity> executions) |
static ExecutionTree |
ExecutionTreeUtil.buildExecutionTreeForProcessInstance(Collection<ExecutionEntity> executions) |
Modifier and Type | Method and Description |
---|---|
protected static void |
ExecutionTreeUtil.fillExecutionTree(ExecutionTree executionTree,
Map<String,List<ExecutionEntity>> parentMapping) |
Copyright © 2015 Alfresco. All rights reserved.