Interface MultipleTriggersHandler
- All Superinterfaces:
- TriggerHandler
This handler can take a collection of triggers that have the same timestamp.
- 
Method SummaryModifier and TypeMethodDescription<O extends ObjectType>
 Collection<TriggerType>handle(@NotNull PrismObject<O> object, @NotNull Collection<TriggerType> triggers, @NotNull RunningTask task, @NotNull OperationResult result) Precondition: triggers have the same timestampMethods inherited from interface com.evolveum.midpoint.model.api.trigger.TriggerHandlerisIdempotent
- 
Method Details- 
handle<O extends ObjectType> Collection<TriggerType> handle(@NotNull @NotNull PrismObject<O> object, @NotNull @NotNull Collection<TriggerType> triggers, @NotNull @NotNull RunningTask task, @NotNull @NotNull OperationResult result) Precondition: triggers have the same timestamp- Returns:
- triggers that were successfully processed (and should be therefore removed from the object)
 
 
-