Class DefaultAnyObjectPullResultHandler
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler<PullTask,PullActions>
-
- org.apache.syncope.core.provisioning.java.pushpull.AbstractPullResultHandler
-
- org.apache.syncope.core.provisioning.java.pushpull.DefaultAnyObjectPullResultHandler
-
- All Implemented Interfaces:
AnyObjectPullResultHandler,SyncopePullResultHandler,SyncopeResultHandler<PullTask,PullActions>,SyncResultsHandler
public class DefaultAnyObjectPullResultHandler extends AbstractPullResultHandler implements AnyObjectPullResultHandler
-
-
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, taskExecutor, userDataBinder, uwfAdapter
-
-
Constructor Summary
Constructors Constructor Description DefaultAnyObjectPullResultHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnyTOdoCreate(AnyCR anyCR, SyncDelta delta)protected AnyURdoUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected AnyTOgetAnyTO(Any<?> any)protected AnyUtilsgetAnyUtils()protected StringgetName(AnyCR anyCR)protected StringgetName(AnyTO anyTO)protected ProvisioningManager<?,?>getProvisioningManager()protected WorkflowResult<? extends AnyUR>update(AnyUR req)-
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
getContext, setProfile
-
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
-
-
-
-
Method Detail
-
getAnyUtils
protected AnyUtils getAnyUtils()
- Specified by:
getAnyUtilsin classAbstractSyncopeResultHandler<PullTask,PullActions>
-
getName
protected String getName(AnyTO anyTO)
- Specified by:
getNamein classAbstractPullResultHandler
-
getName
protected String getName(AnyCR anyCR)
- Specified by:
getNamein classAbstractPullResultHandler
-
getProvisioningManager
protected ProvisioningManager<?,?> getProvisioningManager()
- Specified by:
getProvisioningManagerin classAbstractPullResultHandler
-
getAnyTO
protected AnyTO getAnyTO(Any<?> any)
- Specified by:
getAnyTOin classAbstractSyncopeResultHandler<PullTask,PullActions>
-
update
protected WorkflowResult<? extends AnyUR> update(AnyUR req)
- Specified by:
updatein classAbstractSyncopeResultHandler<PullTask,PullActions>
-
doCreate
protected AnyTO doCreate(AnyCR anyCR, SyncDelta delta)
- Specified by:
doCreatein classAbstractPullResultHandler
-
doUpdate
protected AnyUR doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
- Specified by:
doUpdatein classAbstractPullResultHandler
-
-