Class DebugInfoOperationExecuted
java.lang.Object
org.flowable.engine.test.impl.logger.AbstractDebugInfo
org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- All Implemented Interfaces:
DebugInfo
- Author:
- jbarrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SimpleDateFormat
protected String
protected Class<?>
protected String
protected AbstractOperation
protected long
protected long
Fields inherited from class org.flowable.engine.test.impl.logger.AbstractDebugInfo
executionTrees
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
long
long
protected void
printOperationInfo
(org.slf4j.Logger logger) void
printOut
(org.slf4j.Logger logger) void
setExecutionId
(String executionId) void
setFlowElementClass
(Class<?> flowElementClass) void
setFlowElementId
(String flowElementId) void
setOperation
(AbstractOperation operation) void
setPostExecutionTime
(long postExecutionTime) void
setPreExecutionTime
(long preExecutionTime) Methods inherited from class org.flowable.engine.test.impl.logger.AbstractDebugInfo
addExecutionTree, getExecutionTrees, setExecutionTrees
-
Field Details
-
preExecutionTime
protected long preExecutionTime -
postExecutionTime
protected long postExecutionTime -
operation
-
executionId
-
flowElementId
-
flowElementClass
-
dateFormat
-
-
Constructor Details
-
DebugInfoOperationExecuted
-
-
Method Details
-
printOut
public void printOut(org.slf4j.Logger logger) -
printOperationInfo
protected void printOperationInfo(org.slf4j.Logger logger) -
getPreExecutionTime
public long getPreExecutionTime() -
setPreExecutionTime
public void setPreExecutionTime(long preExecutionTime) -
getPostExecutionTime
public long getPostExecutionTime() -
setPostExecutionTime
public void setPostExecutionTime(long postExecutionTime) -
getOperation
-
setOperation
-
getExecutionId
-
setExecutionId
-
getFlowElementId
-
setFlowElementId
-
getFlowElementClass
-
setFlowElementClass
-