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
public class UpdateDeltaImpl extends ConnectorAPIOperationRunner implements 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
Constructors Constructor Description UpdateDeltaImpl(ConnectorOperationalContext context, Connector connector)
Determines which type of update a connector supports and then uses that handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<AttributeDelta>
updateDelta(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 Detail
-
UpdateDeltaImpl
public UpdateDeltaImpl(ConnectorOperationalContext context, Connector connector)
Determines which type of update a connector supports and then uses that handler.
-
-
Method Detail
-
updateDelta
public Set<AttributeDelta> updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options)
- Specified by:
updateDelta
in interfaceUpdateDeltaApiOp
-
-