Class GetTaskExecutorMetricAggregationsCmd

java.lang.Object
com.flowable.platform.service.reports.GetTaskExecutorMetricAggregationsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<TaskExecutorMetric>>

public class GetTaskExecutorMetricAggregationsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<TaskExecutorMetric>>
Command that queries task executor metric aggregations from the database.
  • Field Details

    • timestampAfter

      protected final long timestampAfter
    • timestampBefore

      protected final long timestampBefore
    • bucketSize

      protected final long bucketSize
  • Constructor Details

    • GetTaskExecutorMetricAggregationsCmd

      public GetTaskExecutorMetricAggregationsCmd(long timestampAfter, long timestampBefore, long bucketSize)
  • Method Details

    • execute

      public List<TaskExecutorMetric> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<List<TaskExecutorMetric>>