Uses of Interface
org.operaton.bpm.engine.management.MetricsQuery
Packages that use MetricsQuery
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
ManagementService.-
Uses of MetricsQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return MetricsQuery -
Uses of MetricsQuery in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return MetricsQuery -
Uses of MetricsQuery in org.operaton.bpm.engine.impl.metrics
Classes in org.operaton.bpm.engine.impl.metrics that implement MetricsQueryMethods in org.operaton.bpm.engine.impl.metrics that return MetricsQueryModifier and TypeMethodDescriptionMetricsQueryImpl.aggregateByReporter()MetricsQueryImpl.limit(int maxResults) MetricsQueryImpl.offset(int offset) -
Uses of MetricsQuery in org.operaton.bpm.engine.management
Methods in org.operaton.bpm.engine.management that return MetricsQueryModifier and TypeMethodDescriptionMetricsQuery.aggregateByReporter()Aggregate metrics by reportersRestrict to data collected before the given date (exclusive)MetricsQuery.limit(int maxResults) Sets the limit row count of the result.MetricsQuery.offset(int offset) Sets the offset of the returned results.Restrict to data collected by the reported with the given identifierRestrict to data collected after the given date (inclusive) -
Uses of MetricsQuery in org.operaton.bpm.engine.rest.impl
Methods in org.operaton.bpm.engine.rest.impl with parameters of type MetricsQueryModifier and TypeMethodDescriptionprotected voidMetricsRestServiceImpl.applyQueryParams(MetricsQuery query, jakarta.ws.rs.core.MultivaluedMap<String, String> queryParameters) -
Uses of MetricsQuery in org.operaton.bpm.engine.rest.sub.metrics
Methods in org.operaton.bpm.engine.rest.sub.metrics with parameters of type MetricsQueryModifier and TypeMethodDescriptionprotected voidMetricsResourceImpl.applyQueryParams(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParameters, DateConverter dateConverter, MetricsQuery query)