Uses of Interface
org.identityconnectors.framework.spi.operations.UpdateOp
-
Packages that use UpdateOp Package Description org.identityconnectors.framework.spi.operations -
-
Uses of UpdateOp in org.identityconnectors.framework.spi.operations
Subinterfaces of UpdateOp in org.identityconnectors.framework.spi.operations Modifier and Type Interface Description interfaceUpdateAttributeValuesOpMore advanced implementation ofUpdateOpto be implemented by connectors that wish to offer better performance and atomicity semantics for the methodsUpdateApiOp.addAttributeValues(ObjectClass, Uid, Set, OperationOptions)andUpdateApiOp.removeAttributeValues(ObjectClass, Uid, Set, OperationOptions).
-