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

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

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

Methods in org.identityconnectors.framework.common.objects that return SyncDeltaType
 SyncDeltaType SyncDelta.getDeltaType()
          Returns the type of the change the occured.
 SyncDeltaType SyncDeltaBuilder.getDeltaType()
          Returns the type of the change that occurred.
static SyncDeltaType SyncDeltaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncDeltaType[] SyncDeltaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.identityconnectors.framework.common.objects with parameters of type SyncDeltaType
 SyncDeltaBuilder SyncDeltaBuilder.setDeltaType(SyncDeltaType type)
          Sets the type of the change that occurred.
 



Copyright © 2012. All Rights Reserved.