Class UpdateDeltaImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.UpdateDeltaImpl
- All Implemented Interfaces:
APIOperation
,UpdateDeltaApiOp
Handles both version of update this include simple replace and the advance update.
-
Field Summary
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
Constructor Summary
ConstructorDescriptionUpdateDeltaImpl
(ConnectorOperationalContext context, Connector connector) Determines which type of update a connector supports and then uses that handler. -
Method Summary
Modifier and TypeMethodDescriptionupdateDelta
(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
-
Constructor Details
-
UpdateDeltaImpl
Determines which type of update a connector supports and then uses that handler.
-
-
Method Details
-
updateDelta
public Set<AttributeDelta> updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) - Specified by:
updateDelta
in interfaceUpdateDeltaApiOp
-