Class DefaultAnyObjectPushResultHandler
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.AbstractSyncopeResultHandler<PushTask,PushActions>
-
- org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
-
- org.apache.syncope.core.provisioning.java.pushpull.DefaultAnyObjectPushResultHandler
-
- All Implemented Interfaces:
AnyObjectPushResultHandler
,SyncopePushResultHandler
,SyncopeResultHandler<PushTask,PushActions>
- Direct Known Subclasses:
StreamAnyObjectPushResultHandler
public class DefaultAnyObjectPushResultHandler extends AbstractPushResultHandler implements AnyObjectPushResultHandler
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
auditManager, mappingManager, notificationManager, outboundMatcher, scheduler
-
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 DefaultAnyObjectPushResultHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnyTO
getAnyTO(Any<?> any)
protected AnyUtils
getAnyUtils()
protected String
getName(Any<?> any)
protected WorkflowResult<? extends AnyObjectUR>
update(AnyUR req)
-
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractPushResultHandler
assign, deprovision, doHandle, handle, link, provision, reportPropagation, toProvisioningReportStatus, toResourceOperation, toResourceOperation, unassign, 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.SyncopePushResultHandler
handle
-
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile
-
-
-
-
Method Detail
-
getAnyUtils
protected AnyUtils getAnyUtils()
- Specified by:
getAnyUtils
in classAbstractSyncopeResultHandler<PushTask,PushActions>
-
getName
protected String getName(Any<?> any)
- Specified by:
getName
in classAbstractPushResultHandler
-
getAnyTO
protected AnyTO getAnyTO(Any<?> any)
- Specified by:
getAnyTO
in classAbstractSyncopeResultHandler<PushTask,PushActions>
-
update
protected WorkflowResult<? extends AnyObjectUR> update(AnyUR req)
- Specified by:
update
in classAbstractSyncopeResultHandler<PushTask,PushActions>
-
-