Package | Description |
---|---|
ddf.catalog.content.operation | |
ddf.catalog.data |
Provides the classes for the Catalog Data API and implementation.
|
ddf.catalog.data.impl |
Provides the classes for the Catalog Data API reference implementation.
|
ddf.catalog.data.impl.types | |
ddf.catalog.data.impl.types.experimental | |
ddf.catalog.history | |
ddf.catalog.transformer.common.tika | |
org.codice.ddf.catalog.plugin.metacard.util | |
org.codice.ddf.catalog.ui.metacard.workspace | |
org.codice.ddf.catalog.ui.query.cql | |
org.codice.ddf.registry.common.metacard | |
org.codice.ddf.spatial.ogc.wfs.catalog.common | |
org.codice.ddf.transformer.xml.streaming | |
org.codice.ddf.transformer.xml.streaming.impl | |
org.codice.ddf.transformer.xml.streaming.lib |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
ContentMetadataExtractor.getMetacardAttributes()
Returns the valid set of Metacard attributes that are populated by this extractor.
|
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
MetacardType.getAttributeDescriptor(String attributeName)
Get the
AttributeDescriptor for a particular Attribute name. |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
MetacardType.getAttributeDescriptors()
|
Optional<AttributeDescriptor> |
AttributeRegistry.lookup(String name)
Gets the
AttributeDescriptor for the attribute with the given name. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeRegistry.deregister(AttributeDescriptor attributeDescriptor)
Removes an attribute from the registry.
|
void |
AttributeRegistry.register(AttributeDescriptor attributeDescriptor)
Registers a new attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDescriptorImpl
Simple implementation of
AttributeDescriptor |
Modifier and Type | Field and Description |
---|---|
protected Set<AttributeDescriptor> |
MetacardTypeImpl.descriptors
Set of
AttributeDescriptor s |
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
MetacardTypeImpl.getAttributeDescriptor(String attributeName) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
MetacardTypeImpl.getAttributeDescriptors() |
Optional<AttributeDescriptor> |
AttributeRegistryImpl.lookup(String name) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeRegistryImpl.deregister(AttributeDescriptor attributeDescriptor) |
void |
AttributeRegistryImpl.register(AttributeDescriptor attributeDescriptor) |
Constructor and Description |
---|
MetacardTypeImpl(String name,
MetacardType metacardType,
Set<AttributeDescriptor> additionalDescriptors)
Creates a
MetacardTypeImpl with the provided name, MetacardType , and set of
additional AttributeDescriptors. |
MetacardTypeImpl(String name,
Set<AttributeDescriptor> descriptors)
|
QualifiedMetacardTypeImpl(String namespace,
String name,
Set<AttributeDescriptor> descriptors) |
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
MediaAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
ValidationAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
VersionAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
AssociationsAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
DateTimeAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
TopicAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
ContactAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
LocationAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
SecurityAttributes.getAttributeDescriptor(String name) |
AttributeDescriptor |
CoreAttributes.getAttributeDescriptor(String name) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
MediaAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
ValidationAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
VersionAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
AssociationsAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
DateTimeAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
TopicAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
ContactAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
LocationAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
SecurityAttributes.getAttributeDescriptors() |
Set<AttributeDescriptor> |
CoreAttributes.getAttributeDescriptors() |
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
ExtractedAttributes.getAttributeDescriptor(String attributeName) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
ExtractedAttributes.getAttributeDescriptors() |
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
DynamicMultiMetacardType.getAttributeDescriptor(String attributeName) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
DynamicMultiMetacardType.getAttributeDescriptors() |
Constructor and Description |
---|
Mp4MetacardType(String name,
Set<AttributeDescriptor> descriptors) |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeFactory.createAttribute(AttributeDescriptor attributeDescriptor,
String value)
Attempts to create an
Attribute according to the provided AttributeDescriptor
whose value is represented by the given string . |
Serializable |
AttributeFactory.parseAttributeValue(AttributeDescriptor attributeDescriptor,
String value)
Attempts to parse a value for an
Attribute according to the provided AttributeDescriptor whose value is represented by the given string . |
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
WorkspaceMetacardType.getAttributeDescriptor(String s) |
AttributeDescriptor |
WorkspaceAttributes.getAttributeDescriptor(String name) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
WorkspaceMetacardType.getAttributeDescriptors() |
Set<AttributeDescriptor> |
WorkspaceAttributes.getAttributeDescriptors() |
Constructor and Description |
---|
QueryMetacardTypeImpl(String name,
Set<AttributeDescriptor> descriptors) |
Constructor and Description |
---|
MetacardAttribute(AttributeDescriptor descriptor) |
Constructor and Description |
---|
RegistryObjectMetacardType(String name,
Set<AttributeDescriptor> descriptors) |
Modifier and Type | Class and Description |
---|---|
class |
FeatureAttributeDescriptor
Extension of the
AttributeDescriptorImpl to allow for mapping of an actual property name,
which may collide with a "reserved" attributeDescriptor from ddf.catalog.data.impl.BasicTypes.BASIC_METACARD , to a name that can be used without over-writing
existing attributeDescriptors. |
Modifier and Type | Method and Description |
---|---|
int |
AttributeDescriptorComparator.compare(AttributeDescriptor ad1,
AttributeDescriptor ad2) |
Constructor and Description |
---|
FeatureAttributeDescriptor(AttributeDescriptor ad) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
SaxEventHandler.getSupportedAttributeDescriptors()
Get all the possible attribute types that can be returned by this factory's handler
|
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
GmlHandler.getSupportedAttributeDescriptors() |
Set<AttributeDescriptor> |
XmlSaxEventHandlerImpl.getSupportedAttributeDescriptors() |
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
DynamicMetacardType.getAttributeDescriptor(String attributeName) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeDescriptor> |
DynamicMetacardType.getAttributeDescriptors() |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
SaxEventHandlerUtils.getCombinedMultiValuedAttributes(Set<AttributeDescriptor> descriptors,
List<Attribute> attributes)
This method iterates through the attribute list provided and combines the values of common
attributes.
|
Map<String,Boolean> |
SaxEventHandlerUtils.getMultiValuedNameMap(Set<AttributeDescriptor> descriptors) |
Constructor and Description |
---|
DynamicMetacardType(Set<AttributeDescriptor> attDesc,
String name) |
This work is licensed under a Creative Commons Attribution 4.0 International License.