| Package | Description |
|---|---|
| ddf.catalog.cache.solr.impl | |
| ddf.catalog.data.impl |
Provides the classes for the Catalog Data API reference implementation.
|
| ddf.catalog.source |
Provides the classes for the Catalog Source API used implement a data source.
|
| ddf.catalog.source.impl |
Provides implementation(s) for the Catalog Source API.
|
| ddf.catalog.source.opensearch.impl | |
| ddf.catalog.source.solr | |
| ddf.catalog.util.impl |
Provides utility classes for the Catalog.
|
| org.codice.ddf.catalog.twitter.source | |
| org.codice.ddf.confluence.source | |
| org.codice.ddf.spatial.ogc.catalog.common | |
| org.codice.ddf.spatial.ogc.csw.catalog.common.source | |
| org.codice.ddf.spatial.ogc.wfs.v1_0_0.catalog.source | |
| org.codice.ddf.spatial.ogc.wfs.v2_0_0.catalog.source |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
NoOpSolrMetacardClient.getContentTypes() |
Set<ContentType> |
SolrCacheSource.getContentTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentTypeImpl
This class is a common implementation of the
ContentType interface. |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
SourceDescriptor.getContentTypes()
Gets the content types located within this
Source |
Set<ContentType> |
Source.getContentTypes()
Gets the
ContentTypes that are currently stored by the Source. |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ContentType> |
SourceDescriptorImpl.catalogedTypes
The content types contained in this source
|
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
SourceDescriptorImpl.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescriptorImpl.setContentTypes(Set<ContentType> catalogedTypes)
Sets the content types.
|
| Constructor and Description |
|---|
SourceDescriptorImpl(String sourceId,
Set<ContentType> catalogedTypes)
Instantiates a new SourceDescriptorImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
OpenSearchSource.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
RemoteSolrCatalogProvider.getContentTypes() |
Set<ContentType> |
SolrMetacardClientImpl.getContentTypes() |
Set<ContentType> |
SolrMetacardClient.getContentTypes() |
Set<ContentType> |
SolrCatalogProvider.getContentTypes() |
Set<ContentType> |
UnavailableSolrCatalogProvider.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
CachedSource.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
TwitterSource.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
ConfluenceSource.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentType> |
ContentTypeFilterDelegate.and(List<List<ContentType>> operands) |
<S> List<ContentType> |
ContentTypeFilterDelegate.defaultOperation(Object property,
S literal,
Class<S> literalClass,
Enum operation) |
List<ContentType> |
ContentTypeFilterDelegate.or(List<List<ContentType>> operands) |
List<ContentType> |
ContentTypeFilterDelegate.propertyIsEqualTo(String propertyName,
String literal,
boolean isCaseSensitive) |
List<ContentType> |
ContentTypeFilterDelegate.propertyIsLike(String propertyName,
String pattern,
boolean isCaseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentType> |
ContentTypeFilterDelegate.and(List<List<ContentType>> operands) |
List<ContentType> |
ContentTypeFilterDelegate.or(List<List<ContentType>> operands) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
AbstractCswSource.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
WfsSource.getContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentType> |
WfsSource.getContentTypes() |
This work is licensed under a Creative Commons Attribution 4.0 International License.