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 SimpleDateFormatprotected Stringprotected Class<?> protected Stringprotected org.flowable.engine.impl.agenda.AbstractOperationprotected longprotected longFields inherited from class org.flowable.engine.test.impl.logger.AbstractDebugInfo
executionTrees -
Constructor Summary
ConstructorsConstructorDescriptionDebugInfoOperationExecuted(org.flowable.engine.impl.agenda.AbstractOperation operation) -
Method Summary
Modifier and TypeMethodDescriptionClass<?> org.flowable.engine.impl.agenda.AbstractOperationlonglongprotected voidprintOperationInfo(org.slf4j.Logger logger) voidprintOut(org.slf4j.Logger logger) voidsetExecutionId(String executionId) voidsetFlowElementClass(Class<?> flowElementClass) voidsetFlowElementId(String flowElementId) voidsetOperation(org.flowable.engine.impl.agenda.AbstractOperation operation) voidsetPostExecutionTime(long postExecutionTime) voidsetPreExecutionTime(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
protected org.flowable.engine.impl.agenda.AbstractOperation operation -
executionId
-
flowElementId
-
flowElementClass
-
dateFormat
-
-
Constructor Details
-
DebugInfoOperationExecuted
public DebugInfoOperationExecuted(org.flowable.engine.impl.agenda.AbstractOperation operation)
-
-
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
public org.flowable.engine.impl.agenda.AbstractOperation getOperation() -
setOperation
public void setOperation(org.flowable.engine.impl.agenda.AbstractOperation operation) -
getExecutionId
-
setExecutionId
-
getFlowElementId
-
setFlowElementId
-
getFlowElementClass
-
setFlowElementClass
-