Package org.forgerock.api.annotations
Annotation Interface Delete
Indicates an CREST delete method on an annotated POJO. This annotation can only be used on
collection resource request handlers.
The annotated method's return type must be:
- A
Promise<Resource, ? extends ResourceException>
promise.
- A string parameter for the instance identifier.
- A
org.forgerock.json.resource.DeleteRequest
for the request. - A
Context
to be given the context.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionDescribe the standard operation details of this action.
-
Element Details
-
operationDescription
Operation operationDescriptionDescribe the standard operation details of this action.
-