Uses of Interface
ddf.catalog.operation.CreateRequest
Packages that use CreateRequest
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 Source API used implement a data source.
-
Uses of CreateRequest in ddf.catalog
Methods in ddf.catalog with parameters of type CreateRequestModifier and TypeMethodDescriptionCatalogFramework.create(CreateRequest createRequest) CreatesMetacards in theCatalogProvider. -
Uses of CreateRequest in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return CreateRequestModifier and TypeMethodDescriptionPreIngestPlugin.process(CreateRequest input) Process aCreateRequestprior toCatalogProvider.create(CreateRequest).AccessPlugin.processPreCreate(CreateRequest input) Processes aCreateRequest, prior toCatalogProvider.create(CreateRequest), to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPreCreate(CreateRequest input) Process aCreateRequestfor use cases that occur prior to security rules.Methods in ddf.catalog.plugin with parameters of type CreateRequestModifier and TypeMethodDescriptionPreIngestPlugin.process(CreateRequest input) Process aCreateRequestprior toCatalogProvider.create(CreateRequest).AccessPlugin.processPreCreate(CreateRequest input) Processes aCreateRequest, prior toCatalogProvider.create(CreateRequest), to determine whether or not the user can access the Catalog operationPreAuthorizationPlugin.processPreCreate(CreateRequest input) Process aCreateRequestfor use cases that occur prior to security rules. -
Uses of CreateRequest in ddf.catalog.source
Methods in ddf.catalog.source with parameters of type CreateRequestModifier and TypeMethodDescriptionCatalogProvider.create(CreateRequest createRequest) Publishes a list ofMetacardobjects into the catalog.CatalogStore.create(CreateRequest createRequest) Publishes a list ofMetacardobjects into the catalog.