Class DebugInfoOperationExecuted
- java.lang.Object
-
- org.activiti.engine.test.impl.logger.AbstractDebugInfo
-
- org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
-
- All Implemented Interfaces:
DebugInfo
public class DebugInfoOperationExecuted extends AbstractDebugInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected SimpleDateFormatdateFormatprotected StringexecutionIdprotected Class<?>flowElementClassprotected StringflowElementIdprotected AbstractOperationoperationprotected longpostExecutionTimeprotected longpreExecutionTime-
Fields inherited from class org.activiti.engine.test.impl.logger.AbstractDebugInfo
executionTrees
-
-
Constructor Summary
Constructors Constructor Description DebugInfoOperationExecuted(AbstractOperation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutionId()Class<?>getFlowElementClass()StringgetFlowElementId()AbstractOperationgetOperation()longgetPostExecutionTime()longgetPreExecutionTime()protected voidprintOperationInfo(org.slf4j.Logger logger)voidprintOut(org.slf4j.Logger logger)voidsetExecutionId(String executionId)voidsetFlowElementClass(Class<?> flowElementClass)voidsetFlowElementId(String flowElementId)voidsetOperation(AbstractOperation operation)voidsetPostExecutionTime(long postExecutionTime)voidsetPreExecutionTime(long preExecutionTime)-
Methods inherited from class org.activiti.engine.test.impl.logger.AbstractDebugInfo
addExecutionTree, getExecutionTrees, setExecutionTrees
-
-
-
-
Field Detail
-
preExecutionTime
protected long preExecutionTime
-
postExecutionTime
protected long postExecutionTime
-
operation
protected AbstractOperation operation
-
executionId
protected String executionId
-
flowElementId
protected String flowElementId
-
flowElementClass
protected Class<?> flowElementClass
-
dateFormat
protected SimpleDateFormat dateFormat
-
-
Constructor Detail
-
DebugInfoOperationExecuted
public DebugInfoOperationExecuted(AbstractOperation operation)
-
-
Method Detail
-
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 AbstractOperation getOperation()
-
setOperation
public void setOperation(AbstractOperation operation)
-
getExecutionId
public String getExecutionId()
-
setExecutionId
public void setExecutionId(String executionId)
-
getFlowElementId
public String getFlowElementId()
-
setFlowElementId
public void setFlowElementId(String flowElementId)
-
getFlowElementClass
public Class<?> getFlowElementClass()
-
setFlowElementClass
public void setFlowElementClass(Class<?> flowElementClass)
-
-