Class PullResultHandlerDispatcher

  • All Implemented Interfaces:
    org.identityconnectors.framework.common.objects.SyncResultsHandler

    public class PullResultHandlerDispatcher
    extends SyncopeResultHandlerDispatcher<org.apache.syncope.core.persistence.api.entity.task.PullTask,​org.apache.syncope.core.provisioning.api.pushpull.PullActions,​org.apache.syncope.core.provisioning.api.pushpull.SyncopePullResultHandler>
    implements org.identityconnectors.framework.common.objects.SyncResultsHandler
    • Field Detail

      • executor

        protected final org.apache.syncope.core.provisioning.api.pushpull.SyncopePullExecutor executor
    • Constructor Detail

      • PullResultHandlerDispatcher

        public PullResultHandlerDispatcher​(org.apache.syncope.core.provisioning.api.pushpull.ProvisioningProfile<org.apache.syncope.core.persistence.api.entity.task.PullTask,​org.apache.syncope.core.provisioning.api.pushpull.PullActions> profile,
                                           org.apache.syncope.core.provisioning.api.pushpull.SyncopePullExecutor executor)
    • Method Detail

      • handle

        @Transactional
        public boolean handle​(org.identityconnectors.framework.common.objects.SyncDelta delta)
        Specified by:
        handle in interface org.identityconnectors.framework.common.objects.SyncResultsHandler