Class DebugInfoExecutionCreated
- java.lang.Object
-
- org.activiti.engine.test.impl.logger.AbstractDebugInfo
-
- org.activiti.engine.test.impl.logger.DebugInfoExecutionCreated
-
- All Implemented Interfaces:
DebugInfo
public class DebugInfoExecutionCreated extends AbstractDebugInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutionEntityexecutionEntityprotected java.lang.StringflowElementId-
Fields inherited from class org.activiti.engine.test.impl.logger.AbstractDebugInfo
executionTrees
-
-
Constructor Summary
Constructors Constructor Description DebugInfoExecutionCreated(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
-
flowElementId
protected java.lang.String flowElementId
-
-
Constructor Detail
-
DebugInfoExecutionCreated
public DebugInfoExecutionCreated(ExecutionEntity executionEntity)
-
-