Package org.forgerock.api.annotations
Annotation Interface CollectionProvider
A marker annotation to indicate that the annotated class should be interpreted as an annotated CREST
collection provider resource.
Individual operations can then be supported by either annotating a method with the relevant annotation, or by naming the method according to the following convention:
createfor create methods.readfor read methods.updatefor update methods.deletefor delete methods.patchfor patch methods.queryfor generic query methods.
Action annotation.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
details
The details of the handler.
-
-
-
pathParam
The name of the path parameter to use in the path descriptors.- Default:
- @org.forgerock.api.annotations.Parameter(name="id", type="string")
-