Uses of Class
ddf.catalog.plugin.StopProcessingException
Packages that use StopProcessingException
Package
Description
Provides the classes for the Catalog Plug-in API and implementation.
-
Uses of StopProcessingException in ddf.catalog.plugin
Methods in ddf.catalog.plugin that throw StopProcessingExceptionModifier and TypeMethodDescriptionPostFederatedQueryPlugin.process(QueryResponse input) Processes aQueryResponseafter the execution of the FederatedQuery.PostQueryPlugin.process(QueryResponse input) Processes aQueryResponseafter the execution of theQuery.PostResourcePlugin.process(ResourceResponse input) Processes aResourceResponseafter the execution of a getResource operation.abstract QueryRequestPreFederatedLocalProviderQueryPlugin.process(Source source, QueryRequest input) PreFederatedQueryPlugin.process(Source source, QueryRequest input) Processes aQueryRequestprior to execution of the FederatedQuery.PreIngestPlugin.process(CreateRequest input) Process aCreateRequestprior toCatalogProvider.create(CreateRequest).PreIngestPlugin.process(DeleteRequest input) Processes theDeleteRequestprior to the execution of the update operation.PreIngestPlugin.process(UpdateRequest input) Process aUpdateRequestprior toCatalogProvider.update(UpdateRequest).PreQueryPlugin.process(QueryRequest input) Processes aQueryRequestprior to execution of the.invalid reference
QueryPreResourcePlugin.process(ResourceRequest input) Processes theResourceRequest.PreSubscriptionPlugin.process(Subscription input) Processes theSubscription.PreDeliveryPlugin.processCreate(Metacard metacard) Callback invoked when aMetacardhas createdPreDeliveryPlugin.processDelete(Metacard metacard) Callback invoked when aMetacardhas been deletedAccessPlugin.processPostDelete(DeleteResponse input) Processes aDeleteResponse, following the execution ofCatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operationPolicyPlugin.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 informationPreAuthorizationPlugin.processPostDelete(DeleteResponse input) Process aDeleteResponsefor use cases that occur prior to security rules.AccessPlugin.processPostQuery(QueryResponse input) Processes aQueryResponse, following the execution of theQuery, to determine whether or not the user can access the Response.PolicyPlugin.processPostQuery(Result input, Map<String, Serializable> properties) PreAuthorizationPlugin.processPostQuery(QueryResponse input) Process aQueryResponsefor use cases that occur prior to security rules.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.AccessPlugin.processPreCreate(CreateRequest input) Processes aCreateRequest, prior toCatalogProvider.create(CreateRequest), to determine whether or not the user can access the Catalog operationPolicyPlugin.processPreCreate(Metacard input, Map<String, Serializable> properties) Processes aMetacard, prior to ddf.catalog.source.CatalogProvider#create(ddf.catalog.operation.CreateRequest), to return policy informationPreAuthorizationPlugin.processPreCreate(CreateRequest input) Process aCreateRequestfor use cases that occur prior to security rules.AccessPlugin.processPreDelete(DeleteRequest input) Processes aDeleteRequest, prior toCatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operationPolicyPlugin.processPreDelete(List<Metacard> metacards, Map<String, Serializable> properties) Processes aDeleteRequest, prior to ddf.catalog.source.CatalogProvider#delete(ddf.catalog.operation.DeleteRequest), to return policy informationPreAuthorizationPlugin.processPreDelete(DeleteRequest input) Process aDeleteRequestfor use cases that occur prior to security rules.AccessPlugin.processPreQuery(QueryRequest input) Processes aQueryRequest, prior to execution of theQuery, to determine whether or not the user can access the Catalog operation.PolicyPlugin.processPreQuery(Query query, Map<String, Serializable> properties) PreAuthorizationPlugin.processPreQuery(QueryRequest input) Process aQueryRequestfor use cases that occur prior to security rules.AccessPlugin.processPreResource(ResourceRequest input) Processes aResourceRequest, prior to execution of theResourceRequest, to determine whether or not the user can access the Catalog operation.PolicyPlugin.processPreResource(ResourceRequest resourceRequest) Processes aResourceRequest, prior to execution of theResourceRequest, to return policy informationPreAuthorizationPlugin.processPreResource(ResourceRequest input) Process aResourceRequestfor use cases that occur prior to security rules.AccessPlugin.processPreUpdate(UpdateRequest input, Map<String, Metacard> existingMetacards) Processes anUpdateRequest, prior to execution of theUpdate, to determine whether or not the user can access the Catalog operationPolicyPlugin.processPreUpdate(Metacard newMetacard, Map<String, Serializable> properties) Processes aMetacard, prior to ddf.catalog.source.CatalogProvider#update(ddf.catalog.operation.UpdateRequest), to return policy informationPreAuthorizationPlugin.processPreUpdate(UpdateRequest input, Map<String, Metacard> existingMetacards) Process anUpdateRequestfor use cases that occur prior to security rules.PreDeliveryPlugin.processUpdateHit(Update update) Callback invoked when aMetacardhas been updated and the new version matches aSubscription.PreDeliveryPlugin.processUpdateMiss(Update update) Callback invoked when aMetacardhas been updated and only the old version matches aSubscription