Class PolicyRuleCounterUpdater
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.policy.PolicyRuleCounterUpdater
-
- All Implemented Interfaces:
ProjectorProcessor
@Component public class PolicyRuleCounterUpdater extends Object implements ProjectorProcessor
Updates counters for policy rules, with the goal of determining if rules' thresholds have been reached. Currently supported only for object-level rules.
-
-
Constructor Summary
Constructors Constructor Description PolicyRuleCounterUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <AH extends AssignmentHolderType>
voidupdateCounters(LensContext<AH> context, XMLGregorianCalendar now, Task task, OperationResult result)
-
-
-
Method Detail
-
updateCounters
public <AH extends AssignmentHolderType> void updateCounters(LensContext<AH> context, XMLGregorianCalendar now, Task task, OperationResult result) throws SchemaException, ObjectNotFoundException, ObjectAlreadyExistsException
-
-