Interface SyncopePullResultHandler
-
- All Superinterfaces:
SyncopeResultHandler<PullTask,PullActions>,SyncResultsHandler
- All Known Subinterfaces:
AnyObjectPullResultHandler,GroupPullResultHandler,RealmPullResultHandler,UserPullResultHandler
- All Known Implementing Classes:
AbstractPullResultHandler,DefaultAnyObjectPullResultHandler,DefaultGroupPullResultHandler,DefaultRealmPullResultHandler,DefaultUserPullResultHandler
public interface SyncopePullResultHandler extends SyncopeResultHandler<PullTask,PullActions>, SyncResultsHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(SyncDelta delta)-
Methods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler
setProfile
-
-
-
-
Method Detail
-
handle
boolean handle(SyncDelta delta)
- Specified by:
handlein interfaceSyncResultsHandler
-
-