public interface DeleteOp extends SPIOperation
Uid
must be provided.Modifier and Type | Method and Description |
---|---|
void |
delete(ObjectClass objectClass,
Uid uid,
OperationOptions options)
The
Connector developer is responsible for calling the native
delete methods to remove the object specified by its unique id. |
void delete(ObjectClass objectClass, Uid uid, OperationOptions options)
Connector
developer is responsible for calling the native
delete methods to remove the object specified by its unique id.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.
If the caller passes null, the framework will convert this
into an empty set of options, so SPI need not worry about this
ever being null.UnknownUidException
- if the Uid
does not exist on the resource.Copyright © 2022. All rights reserved.