Uses of Enum
org.identityconnectors.framework.common.objects.SyncDeltaType
Packages that use SyncDeltaType
Package
Description
-
Uses of SyncDeltaType in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test with parameters of type SyncDeltaTypeModifier and TypeMethodDescriptionstatic voidConnectorHelper.checkSyncDelta(ObjectClassInfo ocInfo, SyncDelta delta, Uid uid, Set<Attribute> attributes, SyncDeltaType deltaType, boolean checkNotReturnedByDefault) Check that passed SyncDelta has expected values. -
Uses of SyncDeltaType in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SyncDeltaTypeModifier and TypeMethodDescriptionSyncDelta.getDeltaType()Returns the type of the change the occured.SyncDeltaBuilder.getDeltaType()Returns the type of the change that occurred.static SyncDeltaTypeReturns 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 SyncDeltaTypeModifier and TypeMethodDescriptionSyncDeltaBuilder.setDeltaType(SyncDeltaType type) Sets the type of the change that occurred.