Uses of Class
org.identityconnectors.framework.common.objects.LiveSyncDelta
-
Packages that use LiveSyncDelta Package Description org.identityconnectors.framework.common.objects -
-
Uses of LiveSyncDelta in org.identityconnectors.framework.common.objects
Subclasses of LiveSyncDelta in org.identityconnectors.framework.common.objects Modifier and Type Class Description classSyncDeltaRepresents a change to an object in a resource.Methods in org.identityconnectors.framework.common.objects that return LiveSyncDelta Modifier and Type Method Description LiveSyncDeltaLiveSyncDeltaBuilder. build()Creates a LiveSyncDelta.Methods in org.identityconnectors.framework.common.objects with parameters of type LiveSyncDelta Modifier and Type Method Description booleanLiveSyncResultsHandler. handle(LiveSyncDelta delta)Called to handle a delta in the stream.Constructors in org.identityconnectors.framework.common.objects with parameters of type LiveSyncDelta Constructor Description LiveSyncDeltaBuilder(LiveSyncDelta delta)Creates a newLiveSyncDeltaBuilderwhose values are initialized to those of the delta.
-