Uses of Class
org.forgerock.api.models.Resource
Packages that use Resource
Package
Description
ForgeRock API Descriptor models.
API Descriptor utility classes.
-
Uses of Resource in org.forgerock.api.models
Methods in org.forgerock.api.models that return ResourceModifier and TypeMethodDescriptionItems.asResource(boolean mvccSupported, Schema resourceSchema, LocalizableString title, LocalizableString description) Builds aResourcefrom thisItemsinstance.Resource.Builder.build()Construct a new instance of Resource.static ResourceResource.fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, ApiDescription descriptor) Build aResourcefrom an annotated request handler.static ResourceResource.fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, Items items, ApiDescription descriptor, Parameter... extraParameters) Build aResourcefrom an annotated request handler.static ResourceResource.fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, SubResources subResources, ApiDescription descriptor, Parameter... extraParameters) Build aResourcefrom an annotated request handler.Gets theResourcefor a given service-name.Gets theResourcefor a given sub-resource name.Gets theResourcefor a given version.Methods in org.forgerock.api.models that return types with arguments of type ResourceModifier and TypeMethodDescriptionVersionedPath.getPaths()Gets aMapof versions toResources.Services.getServices()Gets aMapof service-names toResources.SubResources.getSubResources()Gets aMapof paths toResources.Methods in org.forgerock.api.models with parameters of type ResourceModifier and TypeMethodDescriptionAdds aResource.Adds a sub-resource.Adds a resource-version.Adds a resource-version. -
Uses of Resource in org.forgerock.api.util
Methods in org.forgerock.api.util that return Resource