Package | Description |
---|---|
org.identityconnectors.contract.test | |
org.identityconnectors.framework.common.objects |
Modifier and Type | Method and Description |
---|---|
static void |
ConnectorHelper.checkSyncDelta(ObjectClassInfo ocInfo,
SyncDelta delta,
Uid uid,
Set<Attribute> attributes,
SyncDeltaType deltaType,
boolean checkNotReturnedByDefault)
Check that passed SyncDelta has exptected values.
|
Modifier and Type | Method and Description |
---|---|
SyncDeltaType |
SyncDeltaBuilder.getDeltaType()
Returns the type of the change that occurred.
|
SyncDeltaType |
SyncDelta.getDeltaType()
Returns the type of the change the occured.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SyncDeltaBuilder |
SyncDeltaBuilder.setDeltaType(SyncDeltaType type)
Sets the type of the change that occurred.
|
Copyright © 2019. All rights reserved.