Class ClockworkConflictResolver
java.lang.Object
com.evolveum.midpoint.model.impl.lens.ClockworkConflictResolver
Resolves conflicts occurring during clockwork processing (multiple threads modifying the same focus).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<O extends ObjectType>
voidcreateConflictWatcherAfterFocusAddition
(LensContext<O> context, String oid, String expectedVersion) <O extends ObjectType>
booleanshouldCreatePrecondition
(LensContext<O> context, ConflictResolutionType conflictResolution)
-
Constructor Details
-
ClockworkConflictResolver
public ClockworkConflictResolver()
-
-
Method Details
-
createConflictWatcherAfterFocusAddition
public <O extends ObjectType> void createConflictWatcherAfterFocusAddition(LensContext<O> context, String oid, String expectedVersion) -
shouldCreatePrecondition
public <O extends ObjectType> boolean shouldCreatePrecondition(LensContext<O> context, ConflictResolutionType conflictResolution)
-