Class DefaultGroupPullResultHandler
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler<PullTask,InboundActions>
org.apache.syncope.core.provisioning.java.pushpull.AbstractPullResultHandler
org.apache.syncope.core.provisioning.java.pushpull.DefaultGroupPullResultHandler
- All Implemented Interfaces:
GroupPullResultHandler,SyncopePullResultHandler,SyncopeResultHandler<PullTask,,InboundActions> SyncResultsHandler
public class DefaultGroupPullResultHandler
extends AbstractPullResultHandler
implements GroupPullResultHandler
-
Field Summary
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPullResultHandler
anyTypeDAO, auditManager, connObjectUtils, entityFactory, inboundMatcher, notificationManager, remediationDAO, taskDAO, userDAOFields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler
anyObjectDataBinder, anyUtilsFactory, awfAdapter, groupDataBinder, gwfAdapter, LOG, profile, propagationManager, securityProperties, stopRequested, taskExecutor, userDataBinder, uwfAdapter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AnyTOprotected AnyURdoUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected AnyTOprotected AnyUtilsprotected Stringprotected Stringprotected ProvisioningManager<?, ?> protected WorkflowResult<? extends AnyUR> Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPullResultHandler
and, createRemediation, createRemediationIfNeeded, delete, deprovision, doHandle, end, handle, handleAnys, handleLinkedAccounts, ignore, link, provision, throwIgnoreProvisionException, updateMethods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler
setProfile, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopePullResultHandler
handleMethods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile, stop
-
Constructor Details
-
DefaultGroupPullResultHandler
public DefaultGroupPullResultHandler()
-
-
Method Details
-
getGroupOwnerMap
- Specified by:
getGroupOwnerMapin interfaceGroupPullResultHandler
-
getAnyUtils
- Specified by:
getAnyUtilsin classAbstractSyncopeResultHandler<PullTask,InboundActions>
-
getName
- Specified by:
getNamein classAbstractPullResultHandler
-
getName
- Specified by:
getNamein classAbstractPullResultHandler
-
getProvisioningManager
- Specified by:
getProvisioningManagerin classAbstractPullResultHandler
-
getAnyTO
- Specified by:
getAnyTOin classAbstractSyncopeResultHandler<PullTask,InboundActions>
-
update
- Specified by:
updatein classAbstractSyncopeResultHandler<PullTask,InboundActions>
-
doCreate
- Specified by:
doCreatein classAbstractPullResultHandler
-
doUpdate
- Specified by:
doUpdatein classAbstractPullResultHandler
-