Package com.evolveum.midpoint.repo.api
Interface CounterManager
-
- All Known Implementing Classes:
CacheCounterManager
public interface CounterManager
- Author:
- katka
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanupCounters(String taskOid)
CounterSpecification
getCounterSpec(TaskType task, String policyRuleId, PolicyRuleType policyRule)
Collection<CounterSpecification>
listCounters()
void
removeCounter(CounterSpecification counterSpecification)
void
resetCounters(String taskOid)
-
-
-
Method Detail
-
getCounterSpec
CounterSpecification getCounterSpec(TaskType task, String policyRuleId, PolicyRuleType policyRule)
-
cleanupCounters
void cleanupCounters(String taskOid)
-
listCounters
Collection<CounterSpecification> listCounters()
-
removeCounter
void removeCounter(CounterSpecification counterSpecification)
-
resetCounters
void resetCounters(String taskOid)
-
-