Class DeleteImpl
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.DeleteImpl
- All Implemented Interfaces:
APIOperation,DeleteApiOp
-
Field Summary
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT -
Constructor Summary
ConstructorsConstructorDescriptionDeleteImpl(ConnectorOperationalContext context, Connector connector) Initializes the operation works. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(ObjectClass objectClass, Uid uid, OperationOptions options) Calls the delete method on the Connector side.Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
-
Constructor Details
-
DeleteImpl
Initializes the operation works.
-
-
Method Details
-
delete
Calls the delete method on the Connector side.- Specified by:
deletein interfaceDeleteApiOp- Parameters:
objectClass- type of object to delete.uid- The unique id that specifies the object to delete.options- additional options that impact the way this operation is run. May be null.- See Also:
-