public class DeleteImpl extends ConnectorAPIOperationRunner implements DeleteApiOp
NO_TIMEOUT
Constructor and Description |
---|
DeleteImpl(ConnectorOperationalContext context,
Connector connector)
Initializes the operation works.
|
Modifier and Type | Method and Description |
---|---|
void |
delete(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Calls the delete method on the Connector side.
|
getConnector, getNormalizer, getOperationalContext
public DeleteImpl(ConnectorOperationalContext context, Connector connector)
public void delete(ObjectClass objectClass, Uid uid, OperationOptions options)
delete
in interface DeleteApiOp
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.CreateApiOp.create(org.identityconnectors.framework.common.objects.ObjectClass,
java.util.Set, org.identityconnectors.framework.common.objects.OperationOptions)
Copyright © 2022. All rights reserved.