public class DebugInfoOperationExecuted extends AbstractDebugInfo
Modifier and Type | Field and Description |
---|---|
protected SimpleDateFormat |
dateFormat |
protected String |
executionId |
protected Class<?> |
flowElementClass |
protected String |
flowElementId |
protected AbstractOperation |
operation |
protected long |
postExecutionTime |
protected long |
preExecutionTime |
executionTrees
Constructor and Description |
---|
DebugInfoOperationExecuted(AbstractOperation operation) |
Modifier and Type | Method and Description |
---|---|
String |
getExecutionId() |
Class<?> |
getFlowElementClass() |
String |
getFlowElementId() |
AbstractOperation |
getOperation() |
long |
getPostExecutionTime() |
long |
getPreExecutionTime() |
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) |
addExecutionTree, getExecutionTrees, setExecutionTrees
protected long preExecutionTime
protected long postExecutionTime
protected AbstractOperation operation
protected String executionId
protected String flowElementId
protected Class<?> flowElementClass
protected SimpleDateFormat dateFormat
public DebugInfoOperationExecuted(AbstractOperation operation)
public void printOut(org.slf4j.Logger logger)
protected void printOperationInfo(org.slf4j.Logger logger)
public long getPreExecutionTime()
public void setPreExecutionTime(long preExecutionTime)
public long getPostExecutionTime()
public void setPostExecutionTime(long postExecutionTime)
public AbstractOperation getOperation()
public void setOperation(AbstractOperation operation)
public String getExecutionId()
public void setExecutionId(String executionId)
public String getFlowElementId()
public void setFlowElementId(String flowElementId)
public Class<?> getFlowElementClass()
public void setFlowElementClass(Class<?> flowElementClass)
Copyright © 2015 Alfresco. All rights reserved.