Uses of Class
org.operaton.bpm.engine.test.util.ExecutionTree
Packages that use ExecutionTree
Package
Description
-
Uses of ExecutionTree in org.operaton.bpm.engine.test.api.runtime.migration
Fields in org.operaton.bpm.engine.test.api.runtime.migration declared as ExecutionTreeMethods in org.operaton.bpm.engine.test.api.runtime.migration that return ExecutionTreeMethods in org.operaton.bpm.engine.test.api.runtime.migration with parameters of type ExecutionTreeModifier and TypeMethodDescriptionvoidProcessInstanceSnapshot.setExecutionTree(ExecutionTree executionTree) -
Uses of ExecutionTree in org.operaton.bpm.engine.test.util
Fields in org.operaton.bpm.engine.test.util declared as ExecutionTreeModifier and TypeFieldDescriptionprotected ExecutionTreeExecutionTree.parentprotected ExecutionTreeExecutionAssert.treeFields in org.operaton.bpm.engine.test.util with type parameters of type ExecutionTreeMethods in org.operaton.bpm.engine.test.util that return ExecutionTreeModifier and TypeMethodDescriptionstatic ExecutionTreeExecutionTree.forExecution(String executionId, ProcessEngine processEngine) protected static ExecutionTreeExecutionTree.forExecution(ExecutionEntity execution) ExecutionTree.getParent()Methods in org.operaton.bpm.engine.test.util that return types with arguments of type ExecutionTreeModifier and TypeMethodDescriptionExecutionTree.getExecutions()ExecutionTree.getLeafExecutions(String activityId) Methods in org.operaton.bpm.engine.test.util with parameters of type ExecutionTreeModifier and TypeMethodDescriptionvoidExecutionTreeAssertion.assertExecution(ExecutionTree tree) voidExecutionTreeProcessDefinitionIdAssertion.assertExecution(ExecutionTree tree) voidExecutionTreeStructureAssertion.assertExecution(ExecutionTree tree) static ExecutionAssertExecutionAssert.assertThat(ExecutionTree tree) protected static StringExecutionTree.executionTreeToString(ExecutionTree executionTree) ExecutionTreeProcessDefinitionIdAssertion.matches(ExecutionTree tree) returns umatched executions in the treeprotected booleanExecutionTreeStructureAssertion.matches(ExecutionTree tree) This assumes that all children have been fetchedConstructor parameters in org.operaton.bpm.engine.test.util with type arguments of type ExecutionTreeModifierConstructorDescriptionprotectedExecutionTree(Execution execution, List<ExecutionTree> children)