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, userDAO, virAttrCache, virSchemaDAO
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected AnyTO
protected AnyUR
doUpdate
(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected AnyTO
protected AnyUtils
protected String
protected String
protected 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, update
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler
setProfile, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopePullResultHandler
handle
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile, stop
-
Constructor Details
-
DefaultGroupPullResultHandler
public DefaultGroupPullResultHandler()
-
-
Method Details
-
getGroupOwnerMap
- Specified by:
getGroupOwnerMap
in interfaceGroupPullResultHandler
-
getAnyUtils
- Specified by:
getAnyUtils
in classAbstractSyncopeResultHandler<PullTask,
InboundActions>
-
getName
- Specified by:
getName
in classAbstractPullResultHandler
-
getName
- Specified by:
getName
in classAbstractPullResultHandler
-
getProvisioningManager
- Specified by:
getProvisioningManager
in classAbstractPullResultHandler
-
getAnyTO
- Specified by:
getAnyTO
in classAbstractSyncopeResultHandler<PullTask,
InboundActions>
-
update
- Specified by:
update
in classAbstractSyncopeResultHandler<PullTask,
InboundActions>
-
doCreate
- Specified by:
doCreate
in classAbstractPullResultHandler
-
doUpdate
- Specified by:
doUpdate
in classAbstractPullResultHandler
-