Uses of Class
ddf.catalog.plugin.PluginExecutionException
Packages that use PluginExecutionException
Package
Description
Provides the classes for the Catalog Plug-in API and implementation.
-
Uses of PluginExecutionException in ddf.catalog.content.plugin
Methods in ddf.catalog.content.plugin that throw PluginExecutionExceptionModifier and TypeMethodDescriptionPostCreateStoragePlugin.process(CreateStorageResponse input) Processes theCreateStorageResponse.PostUpdateStoragePlugin.process(UpdateStorageResponse input) Processes theUpdateStorageResponse.PreCreateStoragePlugin.process(CreateStorageRequest input) Processes theCreateStorageRequest.PreUpdateStoragePlugin.process(UpdateStorageRequest input) Processes theUpdateStorageRequest. -
Uses of PluginExecutionException in ddf.catalog.plugin
Methods in ddf.catalog.plugin that throw PluginExecutionExceptionModifier and TypeMethodDescriptionPostFederatedQueryPlugin.process(QueryResponse input) Processes aQueryResponseafter the execution of the FederatedQuery.PostIngestPlugin.process(CreateResponse input) Processes theCreateResponse.PostIngestPlugin.process(DeleteResponse input) Processes theDeleteResponse.PostIngestPlugin.process(UpdateResponse input) Processes theUpdateResponse.PostQueryPlugin.process(QueryResponse input) Processes aQueryResponseafter the execution of theQuery.PostResourcePlugin.process(ResourceResponse input) Processes aResourceResponseafter the execution of a getResource operation.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 theQuery.PreResourcePlugin.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 deletedPreDeliveryPlugin.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