Uses of Class
com.flowable.platform.service.health.SlowJobIncidentCount
Packages that use SlowJobIncidentCount
-
Uses of SlowJobIncidentCount in com.flowable.platform.service.health
Classes in com.flowable.platform.service.health that implement interfaces with type arguments of type SlowJobIncidentCountModifier and TypeClassDescriptionclassQueries incidents of a given type grouped by definition key, returning the count per definition.Fields in com.flowable.platform.service.health with type parameters of type SlowJobIncidentCountModifier and TypeFieldDescriptionprotected List<SlowJobIncidentCount> HealthSummaryResponse.slowJobIncidentCountsMethods in com.flowable.platform.service.health that return types with arguments of type SlowJobIncidentCountModifier and TypeMethodDescriptionprotected List<SlowJobIncidentCount> HealthSummaryService.computeSlowJobIncidentCounts(int minutesAgo, String tenantId) GetIncidentCountsByDefinitionKeyCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) HealthSummaryResponse.getSlowJobIncidentCounts()Method parameters in com.flowable.platform.service.health with type arguments of type SlowJobIncidentCountModifier and TypeMethodDescriptionvoidHealthSummaryResponse.setSlowJobIncidentCounts(List<SlowJobIncidentCount> slowJobIncidentCounts)