Class ClockworkConflictResolver
- java.lang.Object
 - 
- com.evolveum.midpoint.model.impl.lens.ClockworkConflictResolver
 
 
- 
@Component public class ClockworkConflictResolver extends Object
Resolves conflicts occurring during clockwork processing (multiple threads modifying the same focus). 
- 
- 
Constructor Summary
Constructors Constructor Description ClockworkConflictResolver() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <O extends ObjectType>
voidcreateConflictWatcherAfterFocusAddition(LensContext<O> context, String oid, String expectedVersion)<O extends ObjectType>
booleanshouldCreatePrecondition(LensContext<O> context, ConflictResolutionType conflictResolution) 
 - 
 
- 
- 
Method Detail
- 
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)
 
 - 
 
 -