Uses of Class
org.forgerock.api.annotations.Operation
-
Packages that use Operation Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Operation in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return Operation Modifier and Type Method Description Operation
operationDescription()
Describe the standard operation details of this action.Operation
operationDescription()
Describe the standard operation details of this action.Operation
operationDescription()
Describe the standard operation details of this action.Operation
operationDescription()
Describe the standard operation details of this action.Operation
operationDescription()
Describe the standard operation details of this action.Operation
operationDescription()
Describe the standard operation details of this action.Operation
operationDescription()
Describe the standard operation details of this action. -
Uses of Operation in org.forgerock.api.models
Methods in org.forgerock.api.models with parameters of type Operation Modifier and Type Method Description T
Operation.Builder. detailsFromAnnotation(Operation operation, ApiDescription descriptor, Class<?> relativeType)
Set all properties in the Builder using the data in the annotation.
-