public interface DeleteAsyncApiOp extends DeleteApiOp
NO_TIMEOUT
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Void,RuntimeException> |
deleteAsync(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Delete the object that the specified Uid identifies (if any).
|
delete
org.forgerock.util.promise.Promise<Void,RuntimeException> deleteAsync(ObjectClass objectClass, Uid uid, OperationOptions options)
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.UnknownUidException
- if the
Uid
does not exist on the resource.RuntimeException
- if a problem occurs during the operation (for instance, an
operational timeout).Copyright © 2018–2025. All rights reserved.