Class Synchronizer
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.tasks.Synchronizer
-
public class Synchronizer extends Object
Synchronizes a single resource object. Works both for reconciliation and import from resource (iterative + single shadow).- Author:
- Radovan Semancik
-
-
Constructor Summary
Constructors Constructor Description Synchronizer(@NotNull ResourceType resource, @NotNull PostSearchFilter postSearchFilter, @NotNull ResourceObjectChangeListener objectChangeListener, @NotNull QName sourceChannel, boolean simulate, boolean forceAdd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
synchronize(PrismObject<ShadowType> shadowObject, String itemProcessingIdentifier, Task workerTask, OperationResult result)
This methods will be called for each search result.
-
-
-
Constructor Detail
-
Synchronizer
public Synchronizer(@NotNull @NotNull ResourceType resource, @NotNull @NotNull PostSearchFilter postSearchFilter, @NotNull @NotNull ResourceObjectChangeListener objectChangeListener, @NotNull @NotNull QName sourceChannel, boolean simulate, boolean forceAdd)
-
-
Method Detail
-
synchronize
public void synchronize(PrismObject<ShadowType> shadowObject, String itemProcessingIdentifier, Task workerTask, OperationResult result)
This methods will be called for each search result. It means it will be called for each account on a resource. We will pretend that the account was created and invoke notification interface.
-
-