Uses of Class
org.identityconnectors.framework.common.objects.SyncDelta

Packages that use SyncDelta
org.identityconnectors.framework.common.objects   
 

Uses of SyncDelta in org.identityconnectors.framework.common.objects
 

Methods in org.identityconnectors.framework.common.objects that return SyncDelta
 SyncDelta SyncDeltaBuilder.build()
          Creates a SyncDelta.
 

Methods in org.identityconnectors.framework.common.objects with parameters of type SyncDelta
 boolean SyncResultsHandler.handle(SyncDelta delta)
          Called to handle a delta in the stream.
 

Constructors in org.identityconnectors.framework.common.objects with parameters of type SyncDelta
SyncDeltaBuilder(SyncDelta delta)
          Creates a new SyncDeltaBuilder whose values are initialized to those of the delta.
 



Copyright © 2012. All Rights Reserved.