Package org.codice.ddf.rest.service.impl
Class CatalogServiceImpl
java.lang.Object
org.codice.ddf.rest.service.AbstractCatalogService
org.codice.ddf.rest.service.impl.CatalogServiceImpl
- All Implemented Interfaces:
org.codice.ddf.rest.api.CatalogService
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codice.ddf.rest.service.AbstractCatalogService
AbstractCatalogService.IncomingContentItem -
Field Summary
Fields inherited from class org.codice.ddf.rest.service.AbstractCatalogService
attachmentParser, attributeRegistry, catalogFramework, DEFAULT_METACARD_TRANSFORMER, jsonMimeType, storageProvidersFields inherited from interface org.codice.ddf.rest.api.CatalogService
CONTEXT_ROOT, SOURCES_PATH -
Constructor Summary
ConstructorsConstructorDescriptionCatalogServiceImpl(ddf.catalog.CatalogFramework framework, org.codice.ddf.attachment.AttachmentParser attachmentParser, ddf.catalog.data.AttributeRegistry attributeRegistry, List<ddf.catalog.content.StorageProvider> storageProviders, List<org.codice.ddf.checksum.ChecksumProvider> checksumProviders) -
Method Summary
Methods inherited from class org.codice.ddf.rest.service.AbstractCatalogService
addDocument, addDocument, containsErrors, createMetacard, createMetacard, deleteDocument, doesLocalResourceExist, getBundleContext, getDocument, getFileExtensionForMimeType, getFilterBuilder, getHeaders, parseAttachments, parseParts, setFilterBuilder, setMimeTypeToTransformerMapper, setTikaMimeTypeResolver, setUuidGenerator, sourceActionToJSON, updateDocument, updateDocument, updateDocument, updateDocument
-
Constructor Details
-
CatalogServiceImpl
public CatalogServiceImpl(ddf.catalog.CatalogFramework framework, org.codice.ddf.attachment.AttachmentParser attachmentParser, ddf.catalog.data.AttributeRegistry attributeRegistry, List<ddf.catalog.content.StorageProvider> storageProviders, List<org.codice.ddf.checksum.ChecksumProvider> checksumProviders)
-
-
Method Details
-
getSourcesInfo
public ddf.catalog.data.BinaryContent getSourcesInfo()- Specified by:
getSourcesInfoin interfaceorg.codice.ddf.rest.api.CatalogService- Specified by:
getSourcesInfoin classAbstractCatalogService
-