Uses of Class
org.activiti.engine.test.impl.logger.DebugInfoExecutionTree
-
Packages that use DebugInfoExecutionTree Package Description org.activiti.engine.test.impl.logger -
-
Uses of DebugInfoExecutionTree in org.activiti.engine.test.impl.logger
Fields in org.activiti.engine.test.impl.logger with type parameters of type DebugInfoExecutionTree Modifier and Type Field Description protected java.util.List<DebugInfoExecutionTree>AbstractDebugInfo. executionTreesMethods in org.activiti.engine.test.impl.logger that return types with arguments of type DebugInfoExecutionTree Modifier and Type Method Description protected java.util.List<DebugInfoExecutionTree>ProcessExecutionLogger. generateExecutionTrees()java.util.List<DebugInfoExecutionTree>AbstractDebugInfo. getExecutionTrees()Methods in org.activiti.engine.test.impl.logger with parameters of type DebugInfoExecutionTree Modifier and Type Method Description voidAbstractDebugInfo. addExecutionTree(DebugInfoExecutionTree executionTree)Method parameters in org.activiti.engine.test.impl.logger with type arguments of type DebugInfoExecutionTree Modifier and Type Method Description voidAbstractDebugInfo. setExecutionTrees(java.util.List<DebugInfoExecutionTree> executionTrees)
-