Package org.camunda.bpm.engine.impl.cmd
Class DeleteTaskMetricsCmd
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.cmd.DeleteTaskMetricsCmd
 
 
- 
- All Implemented Interfaces:
 Serializable,Command<Void>
public class DeleteTaskMetricsCmd extends Object implements Command<Void>, Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DeleteTaskMetricsCmd(Date timestamp) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidwriteUserOperationLog(CommandContext commandContext)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable 
 - 
 
 - 
 
- 
- 
Field Detail
- 
timestamp
protected Date timestamp
 
 - 
 
- 
Constructor Detail
- 
DeleteTaskMetricsCmd
public DeleteTaskMetricsCmd(Date timestamp)
 
 - 
 
- 
Method Detail
- 
execute
public Void execute(CommandContext commandContext)
 
- 
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext)
 
 - 
 
 -