Uses of Class
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.criterion.CriticalActivityCriterion
Packages that use CriticalActivityCriterion
Package
Description
-
Uses of CriticalActivityCriterion in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.criterion
Subclasses of CriticalActivityCriterion in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.criterionModifier and TypeClassDescriptionclassCriterion that implements the behaviour expected for NOT_IN_CHARGE_APPOINTMENT criterion type.classCriterion that implements the behaviour expected for NOT_IN_CHARGE_BOOKING criterion type.classCriterion that implements the behaviour expected for NOT_IN_CHARGE criterion type.classCriterion that implements the behaviour expected for NOT_SCHEDULED_APPOINTMENT criterion type.classCriterion that implements the behaviour expected for NOT_SCHEDULED_BOOKING criterion type.classCriterion that implements the behaviour expected for NOT_SCHEDULED criterion type.classCriterion that implements the behaviour expected for NOT_STARTED_IN_CHARGE_APPOINTMENT criterion type.classCriterion that implements the behaviour expected for NOT_STARTED_IN_CHARGE_BOOKING criterion type.classCriterion that implements the behaviour expected for NOT_STARTED_IN_CHARGE criterion type.classCriterion that implements the behaviour expected for NOT_STARTED_ON_SITE_APPOINTMENT criterion type.classCriterion that implements the behaviour expected for NOT_STARTED_ON_SITE_BOOKING criterion type.classCriterion that implements the behaviour expected for NOT_STARTED_ON_SITE criterion type.classCriterion that implements the behaviour expected for NOT_VALIDATED_APPOINTMENT criterion type.classCriterion that implements the behaviour expected for NOT_VALIDATED_BOOKING criterion type.classCriterion that implements the behaviour expected for NOT_VALIDATED criterion type.Methods in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.criterion that return CriticalActivityCriterionModifier and TypeMethodDescriptionCriticalActivityCriterionFactory.make(Long criterionType, CriticalActivityEntitiesCache cache) Instantiates aCriticalActivityCriterionfrom its type id.Methods in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.criterion that return types with arguments of type CriticalActivityCriterionModifier and TypeMethodDescriptionprotected Map<Long, Class<? extends CriticalActivityCriterion>> CriticalActivityCriterionFactory.initCriteria() -
Uses of CriticalActivityCriterion in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task
Fields in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task with type parameters of type CriticalActivityCriterionModifier and TypeFieldDescriptionprotected Map<Long, CriticalActivityCriterion> BTDetectCriticalActivities.criteriaMethods in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task that return CriticalActivityCriterionModifier and TypeMethodDescriptionprotected CriticalActivityCriterionBTDetectCriticalActivities.getCriterion(BOCriticalActivityRuleCriterion criterion) Methods in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task with parameters of type CriticalActivityCriterionModifier and TypeMethodDescriptionprotected voidBTDetectCriticalActivities.analyzeWoOperations(Set<Long> woOperationIds, CriticalActivityRule rule, CriticalActivityCriterion criterion, PoolKit poolKit) BTDetectCriticalActivities.loadWoOperations(CriticalActivityRule rule, CriticalActivityCriterion criterion, Set<Long> woOperationsToInclude, PoolKit poolKit) BTDetectCriticalActivities.loadWoOperations(CriticalActivityRule rule, CriticalActivityCriterion criterion, PoolKit poolKit)