Class DefaultRealmPullResultHandler

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.pushpull.RealmPullResultHandler, org.apache.syncope.core.provisioning.api.pushpull.SyncopePullResultHandler, org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<org.apache.syncope.core.persistence.api.entity.task.PullTask,​org.apache.syncope.core.provisioning.api.pushpull.PullActions>, org.identityconnectors.framework.common.objects.SyncResultsHandler

    @Transactional(rollbackFor=java.lang.Throwable.class)
    public class DefaultRealmPullResultHandler
    extends AbstractRealmResultHandler<org.apache.syncope.core.persistence.api.entity.task.PullTask,​org.apache.syncope.core.provisioning.api.pushpull.PullActions>
    implements org.apache.syncope.core.provisioning.api.pushpull.RealmPullResultHandler
    • Constructor Detail

      • DefaultRealmPullResultHandler

        public DefaultRealmPullResultHandler()
    • Method Detail

      • setPullExecutor

        public void setPullExecutor​(org.apache.syncope.core.provisioning.api.pushpull.SyncopePullExecutor executor)
        Specified by:
        setPullExecutor in interface org.apache.syncope.core.provisioning.api.pushpull.SyncopePullResultHandler
      • handle

        public boolean handle​(org.identityconnectors.framework.common.objects.SyncDelta delta)
        Specified by:
        handle in interface org.apache.syncope.core.provisioning.api.pushpull.SyncopePullResultHandler
        Specified by:
        handle in interface org.identityconnectors.framework.common.objects.SyncResultsHandler