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 Details

  • Method Details

    • 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.