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
public class DeleteImpl extends ConnectorAPIOperationRunner implements DeleteApiOp
-
-
Field Summary
-
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description DeleteImpl(ConnectorOperationalContext context, Connector connector)
Initializes the operation works.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(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 Detail
-
DeleteImpl
public DeleteImpl(ConnectorOperationalContext context, Connector connector)
Initializes the operation works.
-
-
Method Detail
-
delete
public void delete(ObjectClass objectClass, Uid uid, OperationOptions options)
Calls the delete method on the Connector side.- Specified by:
delete
in 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:
CreateApiOp.create(org.identityconnectors.framework.common.objects.ObjectClass, java.util.Set, org.identityconnectors.framework.common.objects.OperationOptions)
-
-