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 Summary
FieldsModifier and TypeFieldDescriptionprotected final longprotected final longprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionGetTaskExecutorMetricAggregationsCmd(long timestampAfter, long timestampBefore, long bucketSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
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:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<List<TaskExecutorMetric>>
-