Class MetricsQueryImpl.MetricsQueryIntervalCmd
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl.MetricsQueryIntervalCmd
 
- 
- All Implemented Interfaces:
- Command<java.lang.Object>
 - Enclosing class:
- MetricsQueryImpl
 
 protected class MetricsQueryImpl.MetricsQueryIntervalCmd extends java.lang.Object implements Command<java.lang.Object> 
- 
- 
Field SummaryFields Modifier and Type Field Description protected MetricsQueryImplmetricsQuery
 - 
Constructor SummaryConstructors Constructor Description MetricsQueryIntervalCmd(MetricsQueryImpl metricsQuery)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(CommandContext commandContext)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 
- 
 
- 
- 
- 
Field Detail- 
metricsQueryprotected MetricsQueryImpl metricsQuery 
 
- 
 - 
Constructor Detail- 
MetricsQueryIntervalCmdpublic MetricsQueryIntervalCmd(MetricsQueryImpl metricsQuery) 
 
- 
 - 
Method Detail- 
executepublic java.lang.Object execute(CommandContext commandContext) 
 
- 
 
-