Class DebugInfoExecutionDeleted
- java.lang.Object
-
- org.activiti.engine.test.impl.logger.AbstractDebugInfo
-
- org.activiti.engine.test.impl.logger.DebugInfoExecutionDeleted
-
- All Implemented Interfaces:
DebugInfo
public class DebugInfoExecutionDeleted extends AbstractDebugInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutionEntityexecutionEntity-
Fields inherited from class org.activiti.engine.test.impl.logger.AbstractDebugInfo
executionTrees
-
-
Constructor Summary
Constructors Constructor Description DebugInfoExecutionDeleted(ExecutionEntity executionEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintOut(org.slf4j.Logger logger)-
Methods inherited from class org.activiti.engine.test.impl.logger.AbstractDebugInfo
addExecutionTree, getExecutionTrees, setExecutionTrees
-
-
-
-
Field Detail
-
executionEntity
protected ExecutionEntity executionEntity
-
-
Constructor Detail
-
DebugInfoExecutionDeleted
public DebugInfoExecutionDeleted(ExecutionEntity executionEntity)
-
-