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.api
Methods in com.evolveum.midpoint.repo.api that return CounterSpecification Modifier and Type Method Description CounterSpecification
CounterManager. 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 void
CounterManager. removeCounter(CounterSpecification counterSpecification)
-
Uses of CounterSpecification in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache that return CounterSpecification Modifier and Type Method Description CounterSpecification
CacheCounterManager. 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 void
CacheCounterManager. removeCounter(CounterSpecification counterSpecification)
-