Class GetJobMetricAggregationsCmd
java.lang.Object
com.flowable.platform.service.reports.GetJobMetricAggregationsCmd
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetJobMetricAggregationsCmd(long timestampAfter, long timestampBefore, long bucketSize, String jobType, String tenantId) -
Method Summary
-
Field Details
-
timestampAfter
protected final long timestampAfter -
timestampBefore
protected final long timestampBefore -
bucketSize
protected final long bucketSize -
jobType
-
tenantId
-
-
Constructor Details
-
GetJobMetricAggregationsCmd
-
-
Method Details