Interface MultipleTriggersHandler
-
- All Superinterfaces:
TriggerHandler
public interface MultipleTriggersHandler extends TriggerHandler
This handler can take a collection of triggers that have the same timestamp.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <O extends ObjectType>
Collection<TriggerType>handle(PrismObject<O> object, Collection<TriggerType> triggers, RunningTask task, OperationResult result)
-
Methods inherited from interface com.evolveum.midpoint.model.impl.trigger.TriggerHandler
isIdempotent
-
-
-
-
Method Detail
-
handle
<O extends ObjectType> Collection<TriggerType> handle(PrismObject<O> object, Collection<TriggerType> triggers, RunningTask task, OperationResult result)
- Returns:
- triggers that were successfully processed (and should be therefore removed from the object)
-
-