Class GetJobMetricAggregationsCmd

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

public class GetJobMetricAggregationsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<JobMetric>>
Command that queries job metric aggregations from the database.
  • Field Details

    • timestampAfter

      protected final long timestampAfter
    • timestampBefore

      protected final long timestampBefore
    • bucketSize

      protected final long bucketSize
    • jobType

      protected final String jobType
    • tenantId

      protected final String tenantId
  • Constructor Details

    • GetJobMetricAggregationsCmd

      public GetJobMetricAggregationsCmd(long timestampAfter, long timestampBefore, long bucketSize, String jobType, String tenantId)
  • Method Details

    • execute

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