Uses of Class
com.evolveum.midpoint.repo.api.CounterSpecification
- 
Packages that use CounterSpecification Package Description com.evolveum.midpoint.repo.api com.evolveum.midpoint.repo.cache 
- 
- 
Uses of CounterSpecification in com.evolveum.midpoint.repo.apiMethods in com.evolveum.midpoint.repo.api that return CounterSpecification Modifier and Type Method Description CounterSpecificationCounterManager. getCounterSpec(String taskId, String policyRuleId, PolicyRuleType policyRule)Methods in com.evolveum.midpoint.repo.api that return types with arguments of type CounterSpecification Modifier and Type Method Description Collection<CounterSpecification>CounterManager. listCounters()Methods in com.evolveum.midpoint.repo.api with parameters of type CounterSpecification Modifier and Type Method Description voidCounterManager. removeCounter(CounterSpecification counterSpecification)
- 
Uses of CounterSpecification in com.evolveum.midpoint.repo.cacheMethods in com.evolveum.midpoint.repo.cache that return CounterSpecification Modifier and Type Method Description CounterSpecificationCacheCounterManager. getCounterSpec(String taskId, String policyRuleId, PolicyRuleType policyRule)This method must be synchronized because of a race condition between getting from countersMap and inserting entries to it.Methods in com.evolveum.midpoint.repo.cache that return types with arguments of type CounterSpecification Modifier and Type Method Description Collection<CounterSpecification>CacheCounterManager. listCounters()Methods in com.evolveum.midpoint.repo.cache with parameters of type CounterSpecification Modifier and Type Method Description voidCacheCounterManager. removeCounter(CounterSpecification counterSpecification)
 
-