Uses of Interface
ddf.catalog.operation.ResourceResponse
Packages that use ResourceResponse
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Plug-in API and implementation.
Provides the classes for the Catalog Resource API and implementation.
-
Uses of ResourceResponse in ddf.catalog
Methods in ddf.catalog that return ResourceResponseModifier and TypeMethodDescriptionCatalogFramework.getEnterpriseResource(ResourceRequest request) CatalogFramework.getLocalResource(ResourceRequest request) Evaluate aResourceRequestusing availableResourceReaders (does not attempt to locate the resource via federation).CatalogFramework.getResource(ResourceRequest request, String resourceSiteName) Evaluate aResourceRequestusing the specified site name. -
Uses of ResourceResponse in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return ResourceResponseModifier and TypeMethodDescriptionPostResourcePlugin.process(ResourceResponse input) Processes aResourceResponseafter the execution of a getResource operation.AccessPlugin.processPostResource(ResourceResponse input, Metacard metacard) Processes aResourceResponse, following the execution of theResourceRequest, to determine whether or not the user can access the Response.PreAuthorizationPlugin.processPostResource(ResourceResponse input, Metacard metacard) Process aResourceResponsefor use cases that occur prior to security rules.Methods in ddf.catalog.plugin with parameters of type ResourceResponseModifier and TypeMethodDescriptionPostResourcePlugin.process(ResourceResponse input) Processes aResourceResponseafter the execution of a getResource operation.AccessPlugin.processPostResource(ResourceResponse input, Metacard metacard) Processes aResourceResponse, following the execution of theResourceRequest, to determine whether or not the user can access the Response.PolicyPlugin.processPostResource(ResourceResponse resourceResponse, Metacard metacard) Processes aResourceResponse, following the execution of theResourceRequest, to return policy informationPreAuthorizationPlugin.processPostResource(ResourceResponse input, Metacard metacard) Process aResourceResponsefor use cases that occur prior to security rules. -
Uses of ResourceResponse in ddf.catalog.resource
Methods in ddf.catalog.resource that return ResourceResponseModifier and TypeMethodDescriptionResourceReader.retrieveResource(URI uri, Map<String, Serializable> arguments)