Package | Description |
---|---|
ddf.camel.component.catalog.content | |
ddf.catalog |
Provides the classes for the Catalog Framework API and implementation.
|
ddf.catalog.history | |
ddf.catalog.impl |
Provides the Catalog Framework reference implementation.
|
ddf.catalog.impl.operations | |
ddf.catalog.source |
Provides the classes for the Catalog Source API used implement a data source.
|
ddf.catalog.source.solr | |
org.codice.ddf.catalog.ui.metacard | |
org.codice.ddf.catalog.ui.metacard.associations | |
org.codice.ddf.commands.catalog.facade | |
org.codice.ddf.registry.api.impl | |
org.codice.ddf.spatial.ogc.csw.catalog.common.source | |
org.codice.ddf.ui.searchui.query.solr |
Modifier and Type | Method and Description |
---|---|
void |
ContentProducerDataAccessObject.createContentItem(FileSystemPersistenceProvider fileIdMap,
ContentEndpoint endpoint,
File ingestedFile,
WatchEvent.Kind<Path> eventType,
String mimeType,
Map<String,Object> headers) |
void |
ContentProducer.process(org.apache.camel.Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
CatalogFramework.create(CreateRequest createRequest)
Creates
Metacard s in the CatalogProvider . |
CreateResponse |
CatalogFramework.create(CreateStorageRequest createRequest)
This code is experimental.
|
DeleteResponse |
CatalogFramework.delete(DeleteRequest deleteRequest)
|
UpdateResponse |
CatalogFramework.update(UpdateRequest updateRequest)
Updates a list of Metacards.
|
UpdateResponse |
CatalogFramework.update(UpdateStorageRequest updateRequest)
This code is experimental.
|
Modifier and Type | Method and Description |
---|---|
DeleteResponse |
Historian.version(DeleteResponse deleteResponse)
Versions deleted
Metacard s. |
UpdateResponse |
Historian.version(UpdateResponse updateResponse)
Versions metacards being updated based off of the
Update.getOldMetacard() method on
UpdateResponse |
UpdateStorageResponse |
Historian.version(UpdateStorageRequest streamUpdateRequest,
UpdateStorageResponse updateStorageResponse,
UpdateResponse updateResponse)
Versions updated
Metacard s and ContentItem s. |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
CatalogFrameworkImpl.create(CreateRequest createRequest) |
CreateResponse |
CatalogFrameworkImpl.create(CreateStorageRequest createRequest) |
DeleteResponse |
CatalogFrameworkImpl.delete(DeleteRequest deleteRequest) |
UpdateResponse |
CatalogFrameworkImpl.update(UpdateRequest updateRequest) |
UpdateResponse |
CatalogFrameworkImpl.update(UpdateStorageRequest updateRequest) |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
CreateOperations.create(CreateRequest createRequest) |
CreateResponse |
CreateOperations.create(CreateStorageRequest streamCreateRequest,
List<String> fanoutTagBlacklist) |
DeleteResponse |
DeleteOperations.delete(DeleteRequest deleteRequest,
List<String> fanoutTagBlacklist) |
DeleteResponse |
DeleteOperations.doDelete(DeleteRequest deleteRequest,
List<String> fanoutTagBlacklist) |
UpdateResponse |
UpdateOperations.update(UpdateRequest updateRequest) |
UpdateResponse |
UpdateOperations.update(UpdateStorageRequest streamUpdateRequest) |
Modifier and Type | Class and Description |
---|---|
class |
InternalIngestException
Ingest exception that should spawn a 5xx error back to the client.
|
Modifier and Type | Method and Description |
---|---|
CreateResponse |
CatalogStore.create(CreateRequest createRequest)
Publishes a list of
Metacard objects into the catalog. |
CreateResponse |
CatalogProvider.create(CreateRequest createRequest)
Publishes a list of
Metacard objects into the catalog. |
DeleteResponse |
CatalogStore.delete(DeleteRequest deleteRequest)
Deletes records specified by a list of attribute values such as an id attribute.
|
DeleteResponse |
CatalogProvider.delete(DeleteRequest deleteRequest)
Deletes records specified by a list of attribute values such as an id attribute.
|
UpdateResponse |
CatalogStore.update(UpdateRequest updateRequest)
Updates a list of
Metacard records. |
UpdateResponse |
CatalogProvider.update(UpdateRequest updateRequest)
Updates a list of
Metacard records. |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
RemoteSolrCatalogProvider.create(CreateRequest createRequest) |
CreateResponse |
SolrCatalogProvider.create(CreateRequest request) |
CreateResponse |
UnavailableSolrCatalogProvider.create(CreateRequest createRequest) |
DeleteResponse |
RemoteSolrCatalogProvider.delete(DeleteRequest deleteRequest) |
DeleteResponse |
SolrCatalogProvider.delete(DeleteRequest deleteRequest) |
DeleteResponse |
UnavailableSolrCatalogProvider.delete(DeleteRequest deleteRequest) |
UpdateResponse |
RemoteSolrCatalogProvider.update(UpdateRequest updateRequest) |
UpdateResponse |
SolrCatalogProvider.update(UpdateRequest updateRequest) |
UpdateResponse |
UnavailableSolrCatalogProvider.update(UpdateRequest updateRequest) |
Modifier and Type | Method and Description |
---|---|
protected UpdateResponse |
MetacardApplication.patchMetacards(List<MetacardChanges> metacardChanges) |
Modifier and Type | Method and Description |
---|---|
void |
Associated.putAssociations(String id,
Collection<Associated.Edge> edges) |
Modifier and Type | Method and Description |
---|---|
abstract CreateResponse |
CatalogFacade.create(CreateRequest createRequest) |
CreateResponse |
Provider.create(CreateRequest createRequest) |
CreateResponse |
Framework.create(CreateRequest createRequest) |
abstract DeleteResponse |
CatalogFacade.delete(DeleteRequest deleteRequest) |
DeleteResponse |
Provider.delete(DeleteRequest deleteRequest) |
DeleteResponse |
Framework.delete(DeleteRequest deleteRequest) |
abstract UpdateResponse |
CatalogFacade.update(UpdateRequest updateRequest) |
UpdateResponse |
Provider.update(UpdateRequest updateRequest) |
UpdateResponse |
Framework.update(UpdateRequest updateRequest) |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
RegistryStoreImpl.create(CreateRequest request) |
DeleteResponse |
RegistryStoreImpl.delete(DeleteRequest request) |
UpdateResponse |
RegistryStoreImpl.update(UpdateRequest request) |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
AbstractCswStore.create(CreateRequest createRequest) |
DeleteResponse |
AbstractCswStore.delete(DeleteRequest deleteRequest) |
UpdateResponse |
AbstractCswStore.update(UpdateRequest updateRequest) |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
FilteringSolrIndex.add(List<Result> results)
Must be synchronized since force auto commit is enabled.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.