Class DebugInfoExecutionDeleted
java.lang.Object
org.flowable.engine.test.impl.logger.AbstractDebugInfo
org.flowable.engine.test.impl.logger.DebugInfoExecutionDeleted
- All Implemented Interfaces:
DebugInfo
- Author:
- jbarrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.flowable.engine.impl.persistence.entity.ExecutionEntity
Fields inherited from class org.flowable.engine.test.impl.logger.AbstractDebugInfo
executionTrees
-
Constructor Summary
ConstructorDescriptionDebugInfoExecutionDeleted
(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity) -
Method Summary
Methods inherited from class org.flowable.engine.test.impl.logger.AbstractDebugInfo
addExecutionTree, getExecutionTrees, setExecutionTrees
-
Field Details
-
executionEntity
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity
-
-
Constructor Details
-
DebugInfoExecutionDeleted
public DebugInfoExecutionDeleted(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity)
-
-
Method Details
-
printOut
public void printOut(org.slf4j.Logger logger)
-