Uses of Interface
ddf.catalog.plugin.PolicyResponse
Packages that use PolicyResponse
Package
Description
Provides the classes for the Catalog Plug-in API and implementation.
-
Uses of PolicyResponse in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return PolicyResponseModifier and TypeMethodDescriptionPolicyPlugin.processPostDelete(Metacard input, Map<String, Serializable> properties) Processes aMetacard, following the execution of ddf.catalog.source.CatalogProvider#delete(ddf.catalog.operation.DeleteRequest), to return policy informationPolicyPlugin.processPostQuery(Result input, Map<String, Serializable> properties) PolicyPlugin.processPostResource(ResourceResponse resourceResponse, Metacard metacard) Processes aResourceResponse, following the execution of theResourceRequest, to return policy informationPolicyPlugin.processPreCreate(Metacard input, Map<String, Serializable> properties) Processes aMetacard, prior to ddf.catalog.source.CatalogProvider#create(ddf.catalog.operation.CreateRequest), to return policy informationPolicyPlugin.processPreDelete(List<Metacard> metacards, Map<String, Serializable> properties) Processes aDeleteRequest, prior to ddf.catalog.source.CatalogProvider#delete(ddf.catalog.operation.DeleteRequest), to return policy informationPolicyPlugin.processPreQuery(Query query, Map<String, Serializable> properties) PolicyPlugin.processPreResource(ResourceRequest resourceRequest) Processes aResourceRequest, prior to execution of theResourceRequest, to return policy informationPolicyPlugin.processPreUpdate(Metacard newMetacard, Map<String, Serializable> properties) Processes aMetacard, prior to ddf.catalog.source.CatalogProvider#update(ddf.catalog.operation.UpdateRequest), to return policy information