Index

A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_ADMINISTRATORS - Static variable in interface ddf.catalog.data.types.Security
Attribute name for storing list of individuals who have the ability to modify the list of permissions for a particular metacard
ACCESS_GROUPS - Static variable in interface ddf.catalog.data.types.Security
Attribute name for storing groups to enforce access controls upon
ACCESS_GROUPS_READ - Static variable in interface ddf.catalog.data.types.Security
Attribute name for adding more granularity for groups to discern who can _only_ read
ACCESS_INDIVIDUALS - Static variable in interface ddf.catalog.data.types.Security
Attribute name for storing the email addresses of users to enforce access controls upon
ACCESS_INDIVIDUALS_READ - Static variable in interface ddf.catalog.data.types.Security
Attribute name for adding more granularity for individuals to discern who can _only_ read
AccessPlugin - Interface in ddf.catalog.plugin
An AccessPlugin allows or denies access to the Catalog operation or response.
ACTION - Static variable in interface ddf.catalog.data.types.Version
Attribute name for accessing the action associated with a history
invalid reference
Metacard
.
adapt(Filter, FilterDelegate<T>) - Method in interface ddf.catalog.filter.FilterAdapter
Visit Filter nodes and invoke FilterDelegate methods with normalized input.
ADDITIONAL_SORT_BYS - Static variable in class ddf.catalog.Constants
 
after() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "after" operator ( After) for a moment in time
after(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is after a given Date.
allOf(List<Filter>) - Method in interface ddf.catalog.filter.FilterBuilder
Create a new Filter that requires that all the provided Filters be satisfied.
allOf(Filter...) - Method in interface ddf.catalog.filter.FilterBuilder
Create a new Filter that requires that all the provided Filters be satisfied.
ALTITUDE - Static variable in interface ddf.catalog.data.types.Location
Attribute name for accessing the altitude of the Resource of the
invalid reference
Metacard
.
and(List<T>) - Method in class ddf.catalog.filter.FilterDelegate
Logical "and" operation on a list of operands.
ANY_DATE - Static variable in interface ddf.catalog.data.Metacard
Attribute name for querying all dates of all temporal properties of a Metacard.
ANY_GEO - Static variable in interface ddf.catalog.data.Metacard
Attribute name for querying all geometries of all geometric properties of a Metacard Used in Queries only
ANY_TEXT - Static variable in interface ddf.catalog.data.Metacard
Attribute name for querying all text of all textual properties of a Metacard.
anyOf(List<Filter>) - Method in interface ddf.catalog.filter.FilterBuilder
Create a new Filter that requires at least one of the provided Filters be satisfied.
anyOf(Filter...) - Method in interface ddf.catalog.filter.FilterBuilder
Create a new Filter that requires at least one of the provided Filters be satisfied.
ArgumentBuilder - Interface in ddf.catalog.filter
This code is experimental.
Associations - Interface in ddf.catalog.data.types
This code is experimental.
attribute() - Method in interface ddf.catalog.data.InjectableAttribute
Returns the name of the AttributeDescriptor to be injected.
attribute(String) - Method in interface ddf.catalog.filter.FilterBuilder
Begin creating a Filter that will match Metacards based on Attributes with the given name.
Attribute - Interface in ddf.catalog.data
An instance of an AttributeType.
ATTRIBUTE_OVERRIDES_KEY - Static variable in class ddf.catalog.Constants
 
ATTRIBUTE_UPDATE_MAP_KEY - Static variable in class ddf.catalog.Constants
 
attributeArg(String) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on an attribute
AttributeBuilder - Interface in ddf.catalog.filter
Starts the fluent API to create Filter based on a particular Attribute
AttributeDescriptor - Interface in ddf.catalog.data
AttributeDescriptor describes an Attribute and associates it with a AttributeType
AttributeInjector - Interface in ddf.catalog.data
Manages InjectableAttribute services and injects the appropriate AttributeDescriptors into MetacardTypes and into Metacards.
AttributeRegistry - Interface in ddf.catalog.data
Manages registered attribute types.
AttributeType<T> - Interface in ddf.catalog.data
The type of an Attribute, indicating the Class
AttributeType.AttributeFormat - Enum Class in ddf.catalog.data
Enumeration used to indicate formats of Attributes.
AttributeValidationReport - Interface in ddf.catalog.validation.report
Describes the outcome of validating a single metacard attribute.
AttributeValidator - Interface in ddf.catalog.validation
A service that validates a single Metacard attribute and provides information if problems exist with the attribute's value.
AttributeValidatorRegistry - Interface in ddf.catalog.validation
Manages registered attribute validators.
AUTH_SOURCE - Enum constant in enum class ddf.catalog.plugin.OAuthPluginException.ErrorType
 

B

before() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "before" operator ( Before) for a moment in time
before(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is before a given Date.This is an exclusive comparison.
begins(String, Date, Date) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with the property by checking if it is start at the start date and ends some time before the endDate
between() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "between" operator ( PropertyIsBetween)
beyond() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "beyond" operator ( Beyond)
beyond(String, String, double) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property is beyond a distance from a WKT geometry.
BINARY - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java byte[] and AttributeType.getBinding() should return Class<Array> of byte.
BinaryContent - Interface in ddf.catalog.data
BinaryContent is used to return a format that has been transformed by a Transformer.
BINDING_TYPE_KEY - Static variable in interface ddf.catalog.endpoint.CatalogEndpoint
 
BITS_PER_SAMPLE - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the number of bits per image component of a Resource of a
invalid reference
Metacard
.
BITS_PER_SECOND - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the bit rate of a Resource of a
invalid reference
Metacard
.
bool(boolean) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a boolean value
boolArg(boolean) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a boolean value
BOOLEAN - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java Boolean.
BufferedSpatialExpressionBuilder - Interface in ddf.catalog.filter
Continues the fluent API to create a Spatial Filter.
bytes(byte[]) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on byte value
bytesArg(byte[]) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on byte value

C

canFilter(ProcessingDetails) - Method in interface ddf.catalog.security.SourceWarningsFilter
This method determines whether this SourceWarningsFilter can correctly filter the ProcessingDetails passed to it
canProcess(String) - Method in interface ddf.catalog.content.operation.MetadataExtractor
 
caseSensitiveText(String) - Method in interface ddf.catalog.filter.ContextualExpressionBuilder
Creates a case-sensitive contextual Filter
CatalogEndpoint - Interface in ddf.catalog.endpoint
CatalogEndpoint represents an endpoint that accesses the catalog and wants to advertise itself to the system.
CatalogFramework - Interface in ddf.catalog
The CatalogFramework functions as the routing mechanism between all catalog components.
CatalogProvider - Interface in ddf.catalog.source
External facing (outside of CatalogFramework) API used to interact with providers of data such as a file system or database.
catalogProviders - Variable in class ddf.catalog.plugin.PreFederatedLocalProviderQueryPlugin
 
CatalogStore - Interface in ddf.catalog.source
This code is experimental.
CatalogTransformerException - Exception Class in ddf.catalog.transform
The exception thrown when problems transforming a QueryResponse are detected.
CatalogTransformerException() - Constructor for exception class ddf.catalog.transform.CatalogTransformerException
Instantiates a new CatalogTransformerException.
CatalogTransformerException(String) - Constructor for exception class ddf.catalog.transform.CatalogTransformerException
Instantiates a new CatalogTransformerException with the provided message.
CatalogTransformerException(String, Throwable) - Constructor for exception class ddf.catalog.transform.CatalogTransformerException
Instantiates a new CatalogTransformerException with the provided message and throwable.
CatalogTransformerException(Throwable) - Constructor for exception class ddf.catalog.transform.CatalogTransformerException
Instantiates a new CatalogTransformerException with the provided throwable.
CATEGORY - Static variable in interface ddf.catalog.data.types.Topic
Attribute name for accessing the topic category for the resource of this
invalid reference
Metacard
.
CDM_LOGGER_NAME - Static variable in class ddf.catalog.Constants
 
CHECKSUM - Static variable in interface ddf.catalog.data.Metacard
Attribute checksum value for the Metacard.RESOURCE_URI
CHECKSUM - Static variable in interface ddf.catalog.data.types.Core
Attribute checksum value for the Metacard.RESOURCE_URI
CHECKSUM_ALGORITHM - Static variable in interface ddf.catalog.data.Metacard
Attribute algorithm used to calculate the checksum on the Metacard.RESOURCE_URI for local resources
CHECKSUM_ALGORITHM - Static variable in interface ddf.catalog.data.types.Core
Attribute algorithm used to calculate the checksum on the Metacard.RESOURCE_URI for local resources
COLLECTION - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
commit(StorageRequest) - Method in interface ddf.catalog.content.StorageProvider
Commit will be called by the CatalogFramework to finalize create, update, and delete requests.
COMPRESSION - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the type of compression of a Resource of a
invalid reference
Metacard
.
ConfiguredService - Interface in ddf.catalog.service
Describes a service that is created via ConfigurationAdmin.
ConnectedSource - Interface in ddf.catalog.source
Provides an implementation of Source that represents a remote that is always included in every local and enterprise Query processed.
Constants - Class in ddf.catalog
The Constants class is used to capture key values that can be re-used throughout DDF.
Contact - Interface in ddf.catalog.data.types
This code is experimental.
containing() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "contains" operator ( Contains)
contains(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property is contained by a WKT geometry.
containsPropertyName(String) - Method in interface ddf.catalog.operation.Operation
 
CONTENT_PATHS - Static variable in class ddf.catalog.Constants
 
CONTENT_SCHEME - Static variable in interface ddf.catalog.content.data.ContentItem
 
CONTENT_TYPE - Static variable in interface ddf.catalog.data.Metacard
Attribute name for querying the metadata content type of a Metacard.
CONTENT_TYPE_VERSION - Static variable in interface ddf.catalog.data.Metacard
Attribute name for querying the version of the metadata content type of a Metacard.
ContentItem - Interface in ddf.catalog.content.data
ContentItem is the POJO representing the information about the content to be stored in the StorageProvider.
ContentMetadataExtractor - Interface in ddf.catalog.content.operation
Parses content, extracting metadata and adding it to the provided card.
ContentType - Interface in ddf.catalog.data
Used to return the type and version of the content that is currently stored in a
invalid reference
Source
.
ContextualExpressionBuilder - Interface in ddf.catalog.filter
Completes building a Filter based on Contextual relevance
CONTRIBUTOR_ADDRESS - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the physical address of the contributor of the
invalid reference
Metacard
.
CONTRIBUTOR_EMAIL - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the email of the contributor of the
invalid reference
Metacard
.
CONTRIBUTOR_NAME - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the name of the contributor of the
invalid reference
Metacard
.
CONTRIBUTOR_PHONE - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the phone number of the contributor of the
invalid reference
Metacard
.
COORDINATE_REFERENCE_SYSTEM_CODE - Static variable in interface ddf.catalog.data.types.Location
Attribute name for accessing the Coordinate Reference System (CRS) of the Resource of the
invalid reference
Metacard
.
COORDINATE_REFERENCE_SYSTEM_NAME - Static variable in interface ddf.catalog.data.types.Location
Attribute name for accessing the CRS name of the Resource of the
invalid reference
Metacard
.
Core - Interface in ddf.catalog.data.types
This code is experimental.
COUNT - Enum constant in enum class ddf.catalog.operation.TermFacetProperties.SortFacetsBy
 
COUNTRY_CODE - Static variable in interface ddf.catalog.data.types.Location
Attribute name for accessing the country code of the Resource of the
invalid reference
Metacard
.
create(CreateStorageRequest) - Method in interface ddf.catalog.CatalogFramework
This code is experimental.
create(CreateStorageRequest) - Method in interface ddf.catalog.content.StorageProvider
Creates an item in the content repository.
create(CreateRequest) - Method in interface ddf.catalog.CatalogFramework
Creates Metacards in the CatalogProvider.
create(CreateRequest) - Method in interface ddf.catalog.source.CatalogProvider
Publishes a list of Metacard objects into the catalog.
create(CreateRequest) - Method in interface ddf.catalog.source.CatalogStore
Publishes a list of Metacard objects into the catalog.
CREATE - Enum constant in enum class ddf.catalog.operation.OperationTransaction.OperationType
 
created(Metacard) - Method in interface ddf.catalog.event.DeliveryMethod
This method will determine how to handle a Metacard when it is created/ingested.
CREATED - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the date/time this Metacard was created.
CREATED - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the date/time this Resource was created.
CreateRequest - Interface in ddf.catalog.operation
Defines a Create Request Object which can be sent to the
invalid reference
CatalogFramework.create
CreateResponse - Interface in ddf.catalog.operation
CreateResponse contains response information that should ber returned on a CreateRequest operation.
CreateStorageRequest - Interface in ddf.catalog.content.operation
Request to store content that is accessible by querying Metacards
CreateStorageResponse - Interface in ddf.catalog.content.operation
Response associated with creating content associated with a Metacard
createSubscription(Subscription) - Method in interface ddf.catalog.event.EventProcessor
Create a Subscription with an automatically-generated id.
createSubscription(Subscription, String) - Method in interface ddf.catalog.event.EventProcessor
Register a Subscription with this CatalogFramework.
CREATOR_ADDRESS - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the physical address of the creator of the
invalid reference
Metacard
.
CREATOR_EMAIL - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the email of the creator of the
invalid reference
Metacard
.
CREATOR_NAME - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the name of the creator of the
invalid reference
Metacard
.
CREATOR_PHONE - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the phone number of the creator of the
invalid reference
Metacard
.
crosses(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property crosses a WKT geometry.

D

DATASET - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
DataType - Enum Class in ddf.catalog.data.types.constants.core
These are the allowed values for the attribute Core#DATATYPE.
DATATYPE - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the generic type of the Metacard resource.
DataUsageLimitExceededException - Exception Class in ddf.catalog.resource
Custom exception class for the Data Usage Plugin that is thrown when a user exceeds their daily data usage limit.
DataUsageLimitExceededException(String) - Constructor for exception class ddf.catalog.resource.DataUsageLimitExceededException
 
DataUsageLimitExceededException(String, Throwable) - Constructor for exception class ddf.catalog.resource.DataUsageLimitExceededException
 
date(Date) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a Date
date(Date) - Method in interface ddf.catalog.filter.TemporalInstantExpressionBuilder
Complete building the Filter matching Metacards where the specified Attribute relates to the specified date via the specified relationship.
DATE - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java Date.
dateArg(Date) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a Date
dateRange(Date, Date) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a range defined by two Date instances
dateRangeArg(Date, Date) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a range defined by two Date instances
dates(Date, Date) - Method in interface ddf.catalog.filter.TemporalRangeExpressionBuilder
Create a Filter matching Metacards where the indicated Attribute is a time between the specified dates
DateTime - Interface in ddf.catalog.data.types
This code is experimental.
ddf.catalog - package ddf.catalog
Provides the classes for the Catalog Framework API and implementation.
ddf.catalog.configuration - package ddf.catalog.configuration
 
ddf.catalog.content - package ddf.catalog.content
 
ddf.catalog.content.data - package ddf.catalog.content.data
 
ddf.catalog.content.operation - package ddf.catalog.content.operation
 
ddf.catalog.content.plugin - package ddf.catalog.content.plugin
 
ddf.catalog.data - package ddf.catalog.data
Provides the classes for the Catalog Data API and implementation.
ddf.catalog.data.types - package ddf.catalog.data.types
 
ddf.catalog.data.types.constants.core - package ddf.catalog.data.types.constants.core
 
ddf.catalog.data.types.experimental - package ddf.catalog.data.types.experimental
 
ddf.catalog.endpoint - package ddf.catalog.endpoint
 
ddf.catalog.event - package ddf.catalog.event
Provides the classes for the Catalog Event API and implementation.
ddf.catalog.federation - package ddf.catalog.federation
Provides the classes for the Catalog Federation API and implementation.
ddf.catalog.filter - package ddf.catalog.filter
Provides interfaces used to create and interpret Filters
ddf.catalog.operation - package ddf.catalog.operation
Provides the classes for the Catalog Operation API and implementation.
ddf.catalog.plugin - package ddf.catalog.plugin
Provides the classes for the Catalog Plug-in API and implementation.
ddf.catalog.resource - package ddf.catalog.resource
Provides the classes for the Catalog Resource API and implementation.
ddf.catalog.security - package ddf.catalog.security
 
ddf.catalog.service - package ddf.catalog.service
 
ddf.catalog.source - package ddf.catalog.source
Provides the classes for the Catalog Source API used implement a data source.
ddf.catalog.transform - package ddf.catalog.transform
Provides the classes for the Catalog Transform API and implementation.
ddf.catalog.util - package ddf.catalog.util
Provides the classes for the Catalog Utility API and implementation.
ddf.catalog.validation - package ddf.catalog.validation
Provides the classes for the Catalog Validation API and implementation.
ddf.catalog.validation.report - package ddf.catalog.validation.report
 
ddf.catalog.validation.violation - package ddf.catalog.validation.violation
 
DEFAULT_FILE_NAME - Static variable in interface ddf.catalog.content.data.ContentItem
 
DEFAULT_MAXIMUM_RETURNED_RESULTS - Static variable in interface ddf.catalog.operation.Query
 
DEFAULT_METACARD_TYPE_NAME - Static variable in interface ddf.catalog.data.MetacardType
Default name of the default MetacardType
DEFAULT_METACARD_TYPE_NAMESPACE - Static variable in interface ddf.catalog.data.QualifiedMetacardType
Default MetacardType namespace.
DEFAULT_MIME_TYPE - Static variable in interface ddf.catalog.content.data.ContentItem
 
DEFAULT_PAGE_SIZE - Static variable in class ddf.catalog.Constants
The constant DEFAULT_PAGE_SIZE.
DEFAULT_START_INDEX - Static variable in class ddf.catalog.Constants
The constant DEFAULT_START_INDEX for the default index to start query results with in a query response.
DEFAULT_TAG - Static variable in interface ddf.catalog.data.Metacard
The default tag type for all metacards
DefaultAttributeValueRegistry - Interface in ddf.catalog.data
Manages default attribute values that apply to all metacard types and default attribute values that apply to specific metacard types.
delete(DeleteStorageRequest) - Method in interface ddf.catalog.content.StorageProvider
Deletes a ContentItem from the content repository.
delete(DeleteRequest) - Method in interface ddf.catalog.CatalogFramework
Deletes Metacards with Attributes matching a specified value.
delete(DeleteRequest) - Method in interface ddf.catalog.source.CatalogProvider
Deletes records specified by a list of attribute values such as an id attribute.
delete(DeleteRequest) - Method in interface ddf.catalog.source.CatalogStore
Deletes records specified by a list of attribute values such as an id attribute.
DELETE - Enum constant in enum class ddf.catalog.operation.OperationTransaction.OperationType
 
DELETE_BY_ID - Static variable in interface ddf.catalog.operation.DeleteRequest
 
DELETE_BY_PRODUCT_URI - Static variable in interface ddf.catalog.operation.DeleteRequest
 
deleted(Metacard) - Method in interface ddf.catalog.event.DeliveryMethod
This method will determine how to handle a Metacard when it is deleted.
DeleteRequest - Interface in ddf.catalog.operation
A request to delete Metacards from the CatalogProvider
deleteResource(URI, Map<String, Object>) - Method in interface ddf.catalog.resource.ResourceWriter
Deletes the Resource.
DeleteResponse - Interface in ddf.catalog.operation
The Interface DeleteResponse contains the response information on a DeleteRequest
DeleteStorageRequest - Interface in ddf.catalog.content.operation
Request to remove content associated with a Metacard
DeleteStorageResponse - Interface in ddf.catalog.content.operation
Response that holds the @{link List} of deleted ContentItems
deleteSubscription(String) - Method in interface ddf.catalog.event.EventProcessor
Deletes the subscription associated with the given id.
deleteSubscription(String) - Method in interface ddf.catalog.event.Subscriber
Deletes a subscription with the specified ID.
DeliveryException - Exception Class in ddf.catalog.event
The exception thrown when problems are detected during the delivery of a created, updated, or deleted event.
DeliveryException(String) - Constructor for exception class ddf.catalog.event.DeliveryException
Instantiates a new Delivery exception with the provided message.
DeliveryException(String, Throwable) - Constructor for exception class ddf.catalog.event.DeliveryException
Instantiates a new delivery exception with the provided message and throwable.
DeliveryException(Throwable) - Constructor for exception class ddf.catalog.event.DeliveryException
Instantiates a new delivery exception with the provided throwable.
DeliveryMethod - Interface in ddf.catalog.event
The DeliveryMethod provides the operation (created, updated, deleted) of how a Metacard can be delivered.
deregister(AttributeDescriptor) - Method in interface ddf.catalog.data.AttributeRegistry
Removes an attribute from the registry.
deregisterValidators(String) - Method in interface ddf.catalog.validation.AttributeValidatorRegistry
Deregisters all AttributeValidators associated with the given attribute name.
DERIVED - Static variable in interface ddf.catalog.data.Metacard
Attribute name for derived Metacard ids.
DERIVED - Static variable in interface ddf.catalog.data.types.Associations
Attribute name for accessing the derived associations of the Metacard.
DERIVED_RESOURCE_DOWNLOAD_URL - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the derived resource download URL for the derived products of this Metacard.
DERIVED_RESOURCE_DOWNLOAD_URL - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the derived resource download URL for the derived products of this Metacard.
DERIVED_RESOURCE_URI - Static variable in interface ddf.catalog.data.Metacard
Attribute that provides URIs for derived formats of the Metacard.RESOURCE_URI
DERIVED_RESOURCE_URI - Static variable in interface ddf.catalog.data.types.Core
Attribute that provides URIs for derived formats of the ddf.catalog.data.Metacard.RESOURCE_URI
Describable - Interface in ddf.catalog.util
Deprecated.
see Describable
DESCRIPTION - Static variable in interface ddf.catalog.data.Metacard
Attribute description associated with the Metacard
DESCRIPTION - Static variable in interface ddf.catalog.data.types.Core
Attribute description associated with the Metacard
DESCRIPTION_KEY - Static variable in interface ddf.catalog.endpoint.CatalogEndpoint
 
disjoint(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property is disjoint from a WKT geometry.
DISTANCE - Static variable in interface ddf.catalog.data.Result
Constant used to specify a sort policy based on distance.
DOUBLE - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java Double.
DURATION - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the duration in seconds of a Resource of a
invalid reference
Metacard
.
during() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "during" operator ( During) for a timne range (inclusive)
during(String, Date, Date) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is between a start and end date.
dwithin(String, String, double) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property is within a distance from a WKT geometry.

E

EDITED_BY - Static variable in interface ddf.catalog.data.types.Version
Attribute name for accessing the editor of a history
invalid reference
Metacard
.
EFFECTIVE - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the date/time the Metacard was last known to be up-to-date.
ELAPSED_TIME - Static variable in interface ddf.catalog.operation.QueryResponse
 
empty() - Method in interface ddf.catalog.filter.ExpressionBuilder
Complete building a Filter with the "is null" operator ( PropertyIsNull)
ENCODING - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the encoding scheme of a Resource of a
invalid reference
Metacard
.
END - Static variable in interface ddf.catalog.data.types.DateTime
Attribute name for accessing the end time for the Resource of the
invalid reference
Metacard
.
EqualityExpressionBuilder - Interface in ddf.catalog.filter
Completes the fluent API to create a PropertyIsEqualTo Filter .
equalTo() - Method in interface ddf.catalog.filter.ArgumentBuilder
Currently only propertyIsEqualTo(Function,val) is supported so instead supporting ExpressionBuilder is() the api just has equalTo
equalTo() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "equal to" operator ( PropertyIsEqualTo)
ERROR - Enum constant in enum class ddf.catalog.validation.violation.QueryValidationViolation.Severity
 
ERROR - Enum constant in enum class ddf.catalog.validation.violation.ValidationViolation.Severity
 
ESCAPE_CHAR - Static variable in class ddf.catalog.filter.FilterDelegate
Normalized escape character used to escape the meaning of the wildCard, singleChar, and the escapeChar itself
EVENT - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
EVENT_METACARD - Static variable in interface ddf.catalog.event.EventProcessor
Deprecated.
This constant is implementation specific and will be removed from API
EVENT_OLD_METACARD - Static variable in interface ddf.catalog.event.EventProcessor
Deprecated.
This constant is implementation specific and will be removed from API
EVENT_TIME - Static variable in interface ddf.catalog.event.EventProcessor
Deprecated.
This constant is implementation specific and will be removed from API
EventException - Exception Class in ddf.catalog.event
The exception thrown to capture problems during the PubSub operations create, update, and delete of subscriptions.
EventException() - Constructor for exception class ddf.catalog.event.EventException
Instantiates a new EventException.
EventException(String) - Constructor for exception class ddf.catalog.event.EventException
Instantiates a new EventException with the provided message.
EventException(String, Throwable) - Constructor for exception class ddf.catalog.event.EventException
Instantiates a new EventException with the provided message and throwable.
EventException(Throwable) - Constructor for exception class ddf.catalog.event.EventException
Instantiates a new EventException with the provided throwable.
EventProcessor - Interface in ddf.catalog.event
This interface is used to describe: a method of creating, updating, and deleting subscriptions.
EVENTS_ENTRY_NAME - Static variable in class ddf.catalog.Constants
Deprecated.
EVENTS_TIME_NAME - Static variable in class ddf.catalog.Constants
Deprecated.
EVENTS_TOPIC_CREATED - Static variable in class ddf.catalog.Constants
Deprecated.
EVENTS_TOPIC_CREATED - Static variable in interface ddf.catalog.event.EventProcessor
Deprecated.
This constant is implementation specific and will be removed from API
EVENTS_TOPIC_DELETED - Static variable in class ddf.catalog.Constants
Deprecated.
EVENTS_TOPIC_DELETED - Static variable in interface ddf.catalog.event.EventProcessor
Deprecated.
This constant is implementation specific and will be removed from API
EVENTS_TOPIC_UPDATED - Static variable in class ddf.catalog.Constants
Deprecated.
EVENTS_TOPIC_UPDATED - Static variable in interface ddf.catalog.event.EventProcessor
Deprecated.
This constant is implementation specific and will be removed from API
exclude() - Method in class ddf.catalog.filter.FilterDelegate
Include filter is equivalent to filter all or logically false.
exists() - Method in interface ddf.catalog.filter.XPathBuilder
Builds a Filter that matches Metacards where the XML node indicated by the XPath exists.
EXPERIMENTAL_FACET_PROPERTIES_KEY - Static variable in class ddf.catalog.Constants
 
EXPERIMENTAL_FACET_RESULTS_KEY - Static variable in class ddf.catalog.Constants
 
EXPIRATION - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the date/time the Metacard is no longer valid and could be removed.
EXPIRATION - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the date/time the Metacard is no longer valid and could be removed.
ExpressionBuilder - Interface in ddf.catalog.filter
Continues the fluent API to create Filter based on a particular Attribute
EXTERNAL - Static variable in interface ddf.catalog.data.types.Associations
Attribute name for accessing the external associations of the Metacard.
Extracted - Interface in ddf.catalog.data.types.experimental
 
EXTRACTED_TEXT - Static variable in interface ddf.catalog.data.types.experimental.Extracted
Attribute name for accessing the extracted text of the Metacard.

F

FacetAttributeResult - Interface in ddf.catalog.operation
FacetAttributeResult representing a portion of the results of a faceted query.
FacetValueCount - Interface in ddf.catalog.operation
A value and count pairing of a facet response.
FAILED_VALIDATORS_ERRORS - Static variable in interface ddf.catalog.data.types.Validation
Attribute name for accessing the validators that were run on this Metacard that had errors.
FAILED_VALIDATORS_WARNINGS - Static variable in interface ddf.catalog.data.types.Validation
Attribute name for accessing the validators that were run on this Metacard that had warnings.
Federatable - Interface in ddf.catalog.federation
Interface describing an object that can be federated with other
invalid reference
Source
s
federate(List<Source>, QueryRequest) - Method in interface ddf.catalog.federation.FederationStrategy
Federate the given query to the List of Sources, returning a QueryResponse back to the user that will include the matching Results.
FEDERATED_SITE_STATE - Static variable in class ddf.catalog.Constants
The constant FEDERATED_SITE_STATE.
FEDERATED_SITE_STATE_ACTIVE - Static variable in class ddf.catalog.Constants
The constant FEDERATED_SITE_STATE_ACTIVE.
FEDERATED_SITE_STATE_INACTIVE - Static variable in class ddf.catalog.Constants
The constant FEDERATED_SITE_STATE_INACTIVE.
FederatedSource - Interface in ddf.catalog.source
Provides an implementation of Source that represents a remote that can be optionally included in federated Query implementations.
FederationException - Exception Class in ddf.catalog.federation
This exception should be thrown when general federation issues arise.
FederationException() - Constructor for exception class ddf.catalog.federation.FederationException
Instantiates a new FederationException.
FederationException(String) - Constructor for exception class ddf.catalog.federation.FederationException
Instantiates a new FederationException with the provided message.
FederationException(String, Throwable) - Constructor for exception class ddf.catalog.federation.FederationException
Instantiates a new FederationException with the provided message and throwable.
FederationException(Throwable) - Constructor for exception class ddf.catalog.federation.FederationException
Instantiates a new FederationException with the provided throwable.
FederationStrategy - Interface in ddf.catalog.federation
Implementations of this interface federate the specified query to all the Sources in the list, process the Results in a unique way, and then return the results to the client.
filter(ProcessingDetails) - Method in interface ddf.catalog.security.SourceWarningsFilter
If this SourceWarningsFilter can filter the ProcessingDetails passed to it, then this method applies a filter to the warnings of the ProcessingDetails
FilterAdapter - Interface in ddf.catalog.filter
FilterAdapter visits a Filter and invokes FilterDelegate methods with normalized, typed values.
FilterBuilder - Interface in ddf.catalog.filter
Service interface with which implementations will register in the OSGi Registry for use by components needing to build Filters in an easy way without a dependence on a particular Filter implementation.
FilterDelegate<T> - Class in ddf.catalog.filter
* FilterDelegate is the target delegate of the FilterAdapter.
FilterDelegate() - Constructor for class ddf.catalog.filter.FilterDelegate
 
FilterResult - Interface in ddf.catalog.security
Result of performing filtering on a Metacard or Response.
FilterStrategy - Interface in ddf.catalog.security
A strategy for filtering a Metacard.
FLOAT - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java Float.
FORMAT - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the format of a Resource of a
invalid reference
Metacard
.
FORMAT_VERSION - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the format version of a Resource of a
invalid reference
Metacard
.
FRAME_CENTER - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the center of the video frame of a Resource of a
invalid reference
Metacard
.
FRAMES_PER_SECOND - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the frame rate of a Resource of a
invalid reference
Metacard
.
fromValue(String) - Static method in enum class ddf.catalog.data.types.constants.core.DataType
 
function(String) - Method in interface ddf.catalog.filter.FilterBuilder
Begin creating a Filter that will call a function with the given name.
fuzzyText(String) - Method in interface ddf.catalog.filter.ContextualExpressionBuilder
Creates a case-insensitive contextual Filter that will also include relevant matches that do not precisely match

G

GEOGRAPHY - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the location for this Metacard.
GEOMETRY - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a WKT-formatted Java String.
GET_RESOURCE_BY_ID - Static variable in interface ddf.catalog.operation.ResourceRequest
 
GET_RESOURCE_BY_ID - Static variable in interface ddf.catalog.operation.SourceInfoRequest
 
GET_RESOURCE_BY_PRODUCT_URI - Static variable in interface ddf.catalog.operation.ResourceRequest
 
GET_RESOURCE_BY_PRODUCT_URI - Static variable in interface ddf.catalog.operation.SourceInfoRequest
 
getActions() - Method in interface ddf.catalog.source.SourceDescriptor
Get the list of actions associated with the Source.
getAttribute(String) - Method in interface ddf.catalog.data.Metacard
Returns Attribute for given attribute name.
getAttributeDescriptor(String) - Method in interface ddf.catalog.data.MetacardType
Get the AttributeDescriptor for a particular Attribute name.
getAttributeDescriptors() - Method in interface ddf.catalog.data.MetacardType
Returns the unmodifiable Set of AttributeDescriptors for this MetacardType.
getAttributeFormat() - Method in interface ddf.catalog.data.AttributeType
Get the AttributeType.AttributeFormat used by values of this AttributeType
getAttributeHighlights() - Method in interface ddf.catalog.operation.ResultHighlight
 
getAttributeName() - Method in interface ddf.catalog.operation.DeleteRequest
The attribute name tells the CatalogProvider implementer what type of attribute values are in the (DeleteRequest.getAttributeValues()) List.
getAttributeName() - Method in interface ddf.catalog.operation.FacetAttributeResult
 
getAttributeName() - Method in interface ddf.catalog.operation.ResourceRequest
 
getAttributeName() - Method in interface ddf.catalog.operation.ResultAttributeHighlight
 
getAttributeName() - Method in interface ddf.catalog.operation.UpdateRequest
The attribute name tells the CatalogProvider what type of attribute values are the Map.Entry keys in the update list.
getAttributes() - Method in interface ddf.catalog.validation.violation.ValidationViolation
Returns the name(s) of the attribute(s) associated with the violation.
getAttributeValidationViolations() - Method in interface ddf.catalog.validation.report.AttributeValidationReport
Returns the set of ValidationViolations for the validated attribute.
getAttributeValidationViolations() - Method in interface ddf.catalog.validation.report.MetacardValidationReport
Returns the set of ValidationViolations representing the attribute-level violations on the validated Metacard.
getAttributeValue() - Method in interface ddf.catalog.operation.ResourceRequest
 
getAttributeValues() - Method in interface ddf.catalog.operation.DeleteRequest
Describes which Metacards to delete.
getAuthenticationType() - Method in interface ddf.catalog.source.OAuthFederatedSource
 
getBaseUrl() - Method in exception class ddf.catalog.plugin.OAuthPluginException
 
getBeginIndex() - Method in interface ddf.catalog.operation.Highlight
 
getBinding() - Method in interface ddf.catalog.data.AttributeType
Get the Class of the Serializable Object that will be returned by Attributes of this AttributeType.
getByteArray() - Method in interface ddf.catalog.data.BinaryContent
Convenience method to attempt to read the contents of the InputStream into a byte array.
getConfigurationPid() - Method in interface ddf.catalog.service.ConfiguredService
Returns the PID of the configuration that corresponds to this service
getContentItem() - Method in interface ddf.catalog.content.operation.ReadStorageResponse
Returns a ContentItem representing a file associated with a Metacard, or null if absent.
getContentItems() - Method in interface ddf.catalog.content.operation.CreateStorageRequest
Returns List of ContentItem
getContentItems() - Method in interface ddf.catalog.content.operation.UpdateStorageRequest
Returns the List of ContentItems that should be updated
getContentTypeName() - Method in interface ddf.catalog.data.Metacard
Returns the name of the content type of the Metacard.
getContentTypeNamespace() - Method in interface ddf.catalog.data.Metacard
Some types of metadata use different content types.
getContentTypes() - Method in interface ddf.catalog.source.Source
Gets the ContentTypes that are currently stored by the Source.
getContentTypes() - Method in interface ddf.catalog.source.SourceDescriptor
Gets the content types located within this Source
getContentTypeVersion() - Method in interface ddf.catalog.data.Metacard
Returns the version of the content type of the Metacard.
getCount() - Method in interface ddf.catalog.operation.FacetValueCount
 
getCreatedContentItems() - Method in interface ddf.catalog.content.operation.CreateStorageResponse
Returns the List of ContentItems that have been created.
getCreatedDate() - Method in interface ddf.catalog.data.Metacard
Returns the date/time this Metacard was created.
getCreatedMetacards() - Method in interface ddf.catalog.operation.CreateResponse
Gets the metacards returned from a create operation.
getDefaultValue(String, String) - Method in interface ddf.catalog.data.DefaultAttributeValueRegistry
Retrieves the default value registered for the given attribute of the given metacard type.
getDeletedContentItems() - Method in interface ddf.catalog.content.operation.DeleteStorageResponse
Returns @{link List} of deleted ContentItems
getDeletedMetacards() - Method in interface ddf.catalog.operation.DeleteResponse
Gets the deleted metacards.
getDeliveryMethod() - Method in interface ddf.catalog.event.Subscription
Gets the delivery method for the subscription.
getDescription() - Method in interface ddf.catalog.util.Describable
Deprecated.
Returns a description of the describable item.
getDistanceInMeters() - Method in interface ddf.catalog.data.Result
Gets the distance in meters.
getEffectiveDate() - Method in interface ddf.catalog.data.Metacard
Returns the date/time this Metacard was last known to be valid.
getEndIndex() - Method in interface ddf.catalog.operation.Highlight
 
getEndpointProperties() - Method in interface ddf.catalog.endpoint.CatalogEndpoint
 
getEnterpriseResource(ResourceRequest) - Method in interface ddf.catalog.CatalogFramework
Evaluate a ResourceRequest against the local CatalogProvider and RemoteSources.
getEnterpriseResourceOptions(String) - Method in interface ddf.catalog.CatalogFramework
Deprecated.
will be removed in the next release
getErrors() - Method in exception class ddf.catalog.validation.ValidationException
 
getErrorType() - Method in exception class ddf.catalog.plugin.OAuthPluginException
 
getException() - Method in interface ddf.catalog.operation.ProcessingDetails
 
getExpirationDate() - Method in interface ddf.catalog.data.Metacard
Returns the date/time this Metacard is no longer valid and could be removed.
getExtraData() - Method in interface ddf.catalog.validation.violation.QueryValidationViolation
Returns supplemental information about the violation.
getFacetAttributes() - Method in interface ddf.catalog.operation.TermFacetProperties
 
getFacetLimit() - Method in interface ddf.catalog.operation.TermFacetProperties
 
getFacetValues() - Method in interface ddf.catalog.operation.FacetAttributeResult
 
getFilename() - Method in interface ddf.catalog.content.data.ContentItem
Return the filename of the ContentItem.
getHighlights() - Method in interface ddf.catalog.operation.ResultAttributeHighlight
 
getHits() - Method in interface ddf.catalog.operation.SourceResponse
The total number of hits matching the associated Query for the associated Source, -1 if unknown.
getId() - Method in interface ddf.catalog.content.data.ContentItem
Return the globally unique ID for the content item.
getId() - Method in interface ddf.catalog.content.operation.StorageRequest
Returns the unique ID associated with this storage request.
getId() - Method in interface ddf.catalog.data.Metacard
Returns the ID of this Metacard.
getId() - Method in interface ddf.catalog.util.Describable
Deprecated.
Returns the name, aka ID, of the describable item.
getInputStream() - Method in interface ddf.catalog.content.data.ContentItem
Return the input stream containing the item's actual data content.
getInputStream() - Method in interface ddf.catalog.data.BinaryContent
Gets the input stream.
getLastAvailabilityDate() - Method in interface ddf.catalog.source.SourceDescriptor
Gets the last availability date of the Source
getLocalResource(ResourceRequest) - Method in interface ddf.catalog.CatalogFramework
Evaluate a ResourceRequest using available ResourceReaders (does not attempt to locate the resource via federation).
getLocalResourceOptions(String) - Method in interface ddf.catalog.CatalogFramework
Deprecated.
Will be removed in the next release.
getLocation() - Method in interface ddf.catalog.data.Metacard
Returns the WKT representation of the geometry.
getMessage() - Method in interface ddf.catalog.validation.violation.QueryValidationViolation
Returns a message describing the violation.
getMessage() - Method in interface ddf.catalog.validation.violation.ValidationViolation
Returns a message describing the violation.
getMetacard() - Method in interface ddf.catalog.content.data.ContentItem
Return the metacard associated with this product.
getMetacard() - Method in interface ddf.catalog.data.Result
Gets the Metacard wrapped by this Result.
getMetacardAttributes() - Method in interface ddf.catalog.content.operation.ContentMetadataExtractor
Returns the valid set of Metacard attributes that are populated by this extractor.
getMetacards() - Method in interface ddf.catalog.content.operation.DeleteStorageRequest
Returns the List of Metacards being deleted
getMetacards() - Method in interface ddf.catalog.operation.CreateRequest
Gets a List of Metacard to be stored.
getMetacardType() - Method in interface ddf.catalog.data.Metacard
Return the MetacardType of this Metacard.
getMetacardType() - Method in interface ddf.catalog.data.RequiredAttributes
Returns the metacard type for these required attributes.
getMetacardType(String) - Method in interface ddf.catalog.content.operation.MetadataExtractor
 
getMetacardValidationViolations() - Method in interface ddf.catalog.validation.report.MetacardValidationReport
Returns the set of ValidationViolations representing the metacard-level violations on the validated Metacard.
getMetadata() - Method in interface ddf.catalog.data.Metacard
Returns the metadata associated with this Metacard.
getMimeType() - Method in interface ddf.catalog.content.data.ContentItem
Return the mime type for the content item, e.g., image/nitf or application/pdf.
getMimeType() - Method in interface ddf.catalog.data.BinaryContent
 
getMimeTypeRawData() - Method in interface ddf.catalog.content.data.ContentItem
Return the mime type raw data for the content item, e.g., image/nitf or application/json;id=geojson.
getMimeTypeValue() - Method in interface ddf.catalog.data.BinaryContent
Gets the String format MimeType
getMinFacetCount() - Method in interface ddf.catalog.operation.TermFacetProperties
 
getModifiedDate() - Method in interface ddf.catalog.data.Metacard
Returns the date/time this Metacard was last modifed.
getName() - Method in interface ddf.catalog.data.Attribute
The name of this Attribute.
getName() - Method in interface ddf.catalog.data.AttributeDescriptor
Returns the name of this AttributeDescriptor
getName() - Method in interface ddf.catalog.data.ContentType
Get the name of this ContentType.
getName() - Method in interface ddf.catalog.data.MetacardType
Gets the name of this MetacardType.
getName() - Method in interface ddf.catalog.resource.Resource
Gets the name of the Resource.
getNamespace() - Method in interface ddf.catalog.data.ContentType
Get the namespace URI of this ContentType.
getNamespace() - Method in interface ddf.catalog.data.QualifiedMetacardType
 
getNewMetacard() - Method in interface ddf.catalog.operation.Update
Get the value of the new version of the related Metacard for this Update
getOauthClientId() - Method in interface ddf.catalog.source.OAuthFederatedSource
 
getOauthClientSecret() - Method in interface ddf.catalog.source.OAuthFederatedSource
 
getOauthDiscoveryUrl() - Method in interface ddf.catalog.source.OAuthFederatedSource
 
getOauthFlow() - Method in interface ddf.catalog.source.OAuthFederatedSource
 
getOldMetacard() - Method in interface ddf.catalog.operation.Update
Get the value of the old version of the related Metacard for this Update
getOptions(Metacard) - Method in interface ddf.catalog.resource.ResourceReader
Obtain a set of all options supported by this ResourceReader.
getOrganization() - Method in interface ddf.catalog.util.Describable
Deprecated.
Returns the organization associated with the describable item.
getPageSize() - Method in interface ddf.catalog.operation.Query
The page size represents the maximum amount of results the query will return.
getParameters() - Method in exception class ddf.catalog.plugin.OAuthPluginException
 
getPreviousStateMetacards() - Method in interface ddf.catalog.operation.OperationTransaction
Returns the list of metacards in the state they existed before the operation was performed.
getProcessingDetails() - Method in interface ddf.catalog.operation.QueryResponse
 
getProcessingDetails() - Method in interface ddf.catalog.operation.SourceResponse
Get any specific details about the execution of the QueryRequest associated with this SourceResponse.
getProcessingErrors() - Method in interface ddf.catalog.operation.Response
 
getProperties() - Method in interface ddf.catalog.operation.Operation
 
getPropertyNames() - Method in interface ddf.catalog.operation.Operation
 
getPropertyValue(String) - Method in interface ddf.catalog.operation.Operation
used for facets, authentication, transaction support, etc.
getQualifier() - Method in interface ddf.catalog.content.data.ContentItem
Return the optional field to describe the ContentItem as an additional product for a Metacard.
getQuery() - Method in interface ddf.catalog.operation.QueryRequest
Returns a Query associated with the QueryRequest
getRegisteredTypes() - Method in interface ddf.catalog.data.MetacardTypeRegistry
This must be invoked each time an updated view of the registered types is desired.
getRelevanceScore() - Method in interface ddf.catalog.data.Result
Gets the relevance score.
getRequest() - Method in interface ddf.catalog.operation.Response
Get the request that generated this response
getRequiredAttributes() - Method in interface ddf.catalog.data.RequiredAttributes
Returns this set of required attributes.
getRequiredAttributes(String) - Method in interface ddf.catalog.data.RequiredAttributesRegistry
Checks if the given attribute is required for the given metacard type.
getResource() - Method in interface ddf.catalog.operation.ResourceResponse
 
getResource(ResourceRequest, String) - Method in interface ddf.catalog.CatalogFramework
Evaluate a ResourceRequest using the specified site name.
getResourceOptions(String, String) - Method in interface ddf.catalog.CatalogFramework
Deprecated.
Will be removed in the next release.
getResourceSize() - Method in interface ddf.catalog.data.Metacard
This is the size of the resource which may or may not contain a unit.
getResourceUri() - Method in interface ddf.catalog.content.operation.ReadStorageRequest
Returns the resource URI associated with this request.
getResourceURI() - Method in interface ddf.catalog.data.Metacard
Get the value of this Metacards Resource URI and in the form of a URI Object.
getResultId() - Method in interface ddf.catalog.operation.ResultHighlight
 
getResults() - Method in interface ddf.catalog.operation.SourceResponse
Get the Results of the associated QueryRequest
getSecurityAttributes() - Method in interface ddf.catalog.source.Source
Gets the map of security attributes associated with this source
getSeverity() - Method in interface ddf.catalog.validation.violation.QueryValidationViolation
Returns the severity of the violation.
getSeverity() - Method in interface ddf.catalog.validation.violation.ValidationViolation
Returns the severity of the violation.
getSize() - Method in interface ddf.catalog.content.data.ContentItem
Return the total number of bytes in the item's input stream.
getSize() - Method in interface ddf.catalog.data.BinaryContent
Get the size if known.
getSortBy() - Method in interface ddf.catalog.operation.Query
The sortBy determines how the results will be sorted.
getSortKey() - Method in interface ddf.catalog.operation.TermFacetProperties
 
getSource() - Method in interface ddf.catalog.source.SourceAttributeRestriction
Get the source that this supported attribute definition describes.
getSourceId() - Method in interface ddf.catalog.data.Metacard
Returns the source ID of the source the metacard is located.
getSourceId() - Method in interface ddf.catalog.operation.ProcessingDetails
 
getSourceId() - Method in exception class ddf.catalog.plugin.OAuthPluginException
 
getSourceId() - Method in interface ddf.catalog.source.SourceDescriptor
The name of this Source.
getSourceIds() - Method in interface ddf.catalog.CatalogFramework
Return the set of source IDs known to the CatalogFramework.
getSourceIds() - Method in interface ddf.catalog.federation.Federatable
Returns the source ids that are associated with the Federatable implementation.
getSourceInfo() - Method in interface ddf.catalog.operation.SourceInfoResponse
Gets the source(s) information.
getSourceInfo(SourceInfoRequest) - Method in interface ddf.catalog.CatalogFramework
Returns information for each Source that is endpoint-addressable in CatalogFramework, including its own CatalogProvider, based on the contents of the SourceInfoRequest.
getStartIndex() - Method in interface ddf.catalog.operation.Query
Get the offset where the query results will begin.
getStatusCode() - Method in enum class ddf.catalog.plugin.OAuthPluginException.ErrorType
 
getStorageRequest() - Method in interface ddf.catalog.content.operation.StorageResponse
Returns the ID associated with the request that resulted in this response
getStoreIds() - Method in interface ddf.catalog.operation.Request
Returns a set of ids that correspond to catalog destinations
getSuggestedValues() - Method in interface ddf.catalog.validation.report.AttributeValidationReport
Returns a set of suggested values for the attribute.
getSupportedAttributes() - Method in interface ddf.catalog.source.SourceAttributeRestriction
Get a list of attribute names that the source supports.
getSupportedSchemes() - Method in interface ddf.catalog.resource.ResourceReader
Returns a set of URI schemes that the ResourceReader can accept when doing a Resource lookup.
getTags() - Method in interface ddf.catalog.data.Metacard
Returns the tags associated with this metacard.
getThumbnail() - Method in interface ddf.catalog.data.Metacard
Returns the thumbnail associated with this Metacard.
getTimeoutMillis() - Method in interface ddf.catalog.operation.Query
The timeout is specified in milliseconds.
getTitle() - Method in interface ddf.catalog.data.Metacard
Returns the title of this Metacard.
getTitle() - Method in interface ddf.catalog.util.Describable
Deprecated.
Returns the title of the describable item.
getTransformer(String) - Method in interface ddf.catalog.transform.QueryFilterTransformerProvider
Look up the QueryFilterTransformer that can provide Query Filter transformation for the given typeName
getTransformer(QName) - Method in interface ddf.catalog.transform.QueryFilterTransformerProvider
Look up the QueryFilterTransformer that can provide Query Filter transformation for the given qName
getType() - Method in interface ddf.catalog.data.AttributeDescriptor
Returns the AttributeType of Attributes described by this AttributeDescriptor.
getType() - Method in interface ddf.catalog.operation.OperationTransaction
Get the type of the underlying transaction.
getUpdatedContentItems() - Method in interface ddf.catalog.content.operation.UpdateStorageResponse
Returns the List of updated ContentItems
getUpdatedMetacards() - Method in interface ddf.catalog.operation.UpdateResponse
Get the Updates that occurred
getUpdates() - Method in interface ddf.catalog.operation.UpdateRequest
Get the updates to be made.
getUri() - Method in interface ddf.catalog.content.data.ContentItem
Return the URI of the content item.
getUrl() - Method in exception class ddf.catalog.plugin.OAuthPluginException
 
getValidatorId() - Method in interface ddf.catalog.validation.QueryValidator
Returns the unique identifier corresponding to this validator instance.
getValidators(String) - Method in interface ddf.catalog.validation.AttributeValidatorRegistry
Gets all the AttributeValidators associated with the given attribute name.
getValue() - Method in interface ddf.catalog.data.Attribute
The value of this Attribute.
getValue() - Method in interface ddf.catalog.operation.FacetValueCount
 
getValueIndex() - Method in interface ddf.catalog.operation.Highlight
 
getValues() - Method in interface ddf.catalog.data.Attribute
The value(s) of this Attribute as a List.
getVersion() - Method in interface ddf.catalog.data.ContentType
Get the version of this ContentType.
getVersion() - Method in interface ddf.catalog.util.Describable
Deprecated.
Retrieve the version.
getWarnings() - Method in interface ddf.catalog.operation.SourceProcessingDetails
Gets the warnings associated with the
invalid reference
Source
getWarnings() - Method in exception class ddf.catalog.validation.ValidationException
 
greaterThan() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "greater than" operator ( PropertyIsGreaterThan)
greaterThanOrEqualTo() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "greater than or equal to" operator ( PropertyIsGreaterThanOrEqualTo)

H

hasException() - Method in interface ddf.catalog.operation.ProcessingDetails
 
hasMoreResults() - Method in interface ddf.catalog.operation.QueryResponse
 
hasProperties() - Method in interface ddf.catalog.operation.Operation
 
HEIGHT - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the height in pixels of a Resource of a
invalid reference
Metacard
.
Highlight - Interface in ddf.catalog.operation
A Highlight represents a specific range of characters in an attribute that matched a query.
HistorianConfiguration - Interface in ddf.catalog.configuration
This interface is used to determine if history has been enabled.
HTTP_INVOCATION_ABSOLUTE_PATH_URI - Static variable in class ddf.catalog.Constants
The constant HTTP_INVOCATION_ABSOLUTE_PATH_URI

I

ID - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the ID of the Metacard.
ID - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the ID of the Metacard.
ID - Static variable in interface ddf.catalog.data.types.Version
Attribute name for accessing the version id for a history
invalid reference
Metacard
.
ID_KEY - Static variable in interface ddf.catalog.endpoint.CatalogEndpoint
 
IMAGE - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
include() - Method in class ddf.catalog.filter.FilterDelegate
Include filter is equivalent to no filtering or logically true.
includeContentTypes() - Method in interface ddf.catalog.operation.SourceInfoRequest
Include content types.
INDEX - Enum constant in enum class ddf.catalog.operation.TermFacetProperties.SortFacetsBy
 
INGEST_LOGGER_NAME - Static variable in class ddf.catalog.Constants
 
IngestException - Exception Class in ddf.catalog.source
The Class IngestException is thrown by a CatalogProvider when an error occurs on an operation.
IngestException() - Constructor for exception class ddf.catalog.source.IngestException
Instantiates a new exception.
IngestException(String) - Constructor for exception class ddf.catalog.source.IngestException
Instantiates a new exception with the provided message.
IngestException(String, Throwable) - Constructor for exception class ddf.catalog.source.IngestException
Instantiates a new exception with the provided message and Throwable.
IngestException(Throwable) - Constructor for exception class ddf.catalog.source.IngestException
Instantiates a new exception with the provided Throwable.
InjectableAttribute - Interface in ddf.catalog.data
Describes an 'injectable' attribute (i.e., an AttributeDescriptor that should be injected into specific MetacardTypes or into all MetacardTypes).
injectAttributes(Metacard) - Method in interface ddf.catalog.data.AttributeInjector
'Injects' AttributeDescriptors (represented by 'global' InjectableAttributes and InjectableAttributes specific to original's metacard type) into the given Metacard by returning a new Metacard with the same data as original but with a new MetacardType containing the additional injected AttributeDescriptors.
injectAttributes(MetacardType) - Method in interface ddf.catalog.data.AttributeInjector
'Injects' AttributeDescriptors (represented by 'global' InjectableAttributes and InjectableAttributes specific to original) into the given MetacardType by returning a new MetacardType with the same name as original and containing the additional injected AttributeDescriptors.
InputCollectionTransformer - Interface in ddf.catalog.transform
The InputCollectionTransformer is used to transform an InputStream into a list of Metacards.
InputTransformer - Interface in ddf.catalog.transform
An InputTransformer has the purpose of creating a Metacard from a given InputStream.
INTEGER - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java Integer.
INTERACTIVE_RESOURCE - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
InternalIngestException - Exception Class in ddf.catalog.source
Ingest exception that should spawn a 5xx error back to the client.
InternalIngestException() - Constructor for exception class ddf.catalog.source.InternalIngestException
Instantiates a new exception.
InternalIngestException(String) - Constructor for exception class ddf.catalog.source.InternalIngestException
Instantiates a new exception with the provided message.
InternalIngestException(String, Throwable) - Constructor for exception class ddf.catalog.source.InternalIngestException
Instantiates a new exception with the provided message and Throwable.
InternalIngestException(Throwable) - Constructor for exception class ddf.catalog.source.InternalIngestException
Instantiates a new exception with the provided Throwable.
intersecting() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "intersects" operator ( Intersects)
intersects(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property intersects a WKT geometry.
InvalidSubscriptionException - Exception Class in ddf.catalog.event
The exception thrown when problems creating a subscription are detected due to invalid data in the Subscription, such as a missing DeliveryMethod.
InvalidSubscriptionException(String) - Constructor for exception class ddf.catalog.event.InvalidSubscriptionException
Instantiates a new invalid subscription exception with the provided message.
InvalidSubscriptionException(String, Throwable) - Constructor for exception class ddf.catalog.event.InvalidSubscriptionException
Instantiates a new invalid subscription exception with the provided message and throwable.
InvalidSubscriptionException(Throwable) - Constructor for exception class ddf.catalog.event.InvalidSubscriptionException
Instantiates a new invalid subscription exception with the provided throwable.
is() - Method in interface ddf.catalog.filter.AttributeBuilder
Continue building the Filter with an implied equality operator.
is() - Method in interface ddf.catalog.filter.XPathBuilder
Continue building the Filter with an implied EQUALS
IS_ENTERPRISE - Static variable in interface ddf.catalog.operation.ResourceRequest
 
isAvailable() - Method in interface ddf.catalog.source.Source
This method states whether this source is available, typically connecting and performing some sort of simple query or ping to the native catalog.
isAvailable() - Method in interface ddf.catalog.source.SourceDescriptor
Checks if Source is available.
isAvailable(SourceMonitor) - Method in interface ddf.catalog.source.Source
This method is the same as Source.isAvailable() but allows a caller to provide a SourceMonitor callback object which is meant to be used as a way for the Source to dynamically contact the caller with its availability.
isEnterprise() - Method in interface ddf.catalog.federation.Federatable
Specifies whether the Federatable implementation should be applied to the enterprise
isHistoryEnabled() - Method in interface ddf.catalog.configuration.HistorianConfiguration
 
isIndexed() - Method in interface ddf.catalog.data.AttributeDescriptor
Whether or not this Attribute should be indexed by Source implementations, therefore part of Query evaluation.
isLocalSource(Source) - Method in class ddf.catalog.plugin.PreFederatedLocalProviderQueryPlugin
Given a source, determine if it is a registered catalog provider or a cache.
isMultiValued() - Method in interface ddf.catalog.data.AttributeDescriptor
Returns whether or not Attributes described by this AttributeDescriptor are multivalued, that is, Attribute.getValue() returns a List.
isRequired(String, String) - Method in interface ddf.catalog.data.RequiredAttributesRegistry
Checks if the given attribute is required for the given metacard type.
isStored() - Method in interface ddf.catalog.data.AttributeDescriptor
Returns whether or not Source implementations must store the value of this Attribute.
isTokenized() - Method in interface ddf.catalog.data.AttributeDescriptor
If the AttributeType.AttributeFormat of this Attribute is AttributeType.AttributeFormat.STRING, returns whether or not Source implementations should tokenize it; removing stopwords, etc.
itemPolicy() - Method in interface ddf.catalog.plugin.PolicyResponse
Policy to be applied to item being worked on by the catalog.

K

KEYWORD - Static variable in interface ddf.catalog.data.types.Topic
Attribute name for accessing the topic keywords of the resource of this
invalid reference
Metacard
.

L

LANGUAGE - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the language of the resource of this Metacard.
last(long) - Method in interface ddf.catalog.filter.TemporalRangeExpressionBuilder
Create a Filter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in the past (inclusive)
lessThan() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "less than" operator ( PropertyIsLessThan)
lessThanOrEqualTo() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "less than or equal to" operator ( PropertyIsLessThanOrEqualTo)
like() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "like" operator ( PropertyIsLike)
like() - Method in interface ddf.catalog.filter.XPathBasicBuilder
Continue building an XPath Filter with a Contextual operator
LOCAL_DESTINATION_KEY - Static variable in class ddf.catalog.Constants
 
Location - Interface in ddf.catalog.data.types
This code is experimental.
LOCATION - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the location for this Metacard.
LONG - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java Long.
lookup(String) - Method in interface ddf.catalog.data.AttributeRegistry
Gets the AttributeDescriptor for the attribute with the given name.
lookup(String) - Method in interface ddf.catalog.data.MetacardTypeRegistry
Gets the MetacardType identified using the default namespace and the specified MetacardType name.
lookup(String, String) - Method in interface ddf.catalog.data.MetacardTypeRegistry
Gets the MetacardType identified by the namespace and MetacardType name.

M

Maskable - Interface in ddf.catalog.util
Used to specify an item whose ID is to be masked when it reports its ID externally, e.g., in a query response.
maskId(String) - Method in interface ddf.catalog.util.Maskable
Instructs this source of the id to use when reporting an id externally.
Media - Interface in ddf.catalog.data.types
This code is experimental.
metacard() - Method in interface ddf.catalog.security.FilterResult
Returns a filtered Metacard.
Metacard - Interface in ddf.catalog.data
A Metacard is a container for Metadata.
METACARD_CREATED - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the creation date of the Metacard.
METACARD_MODIFIED - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the modified date of the Metacard.
METACARD_OWNER - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the owner of the Metacard.
METACARD_PROPERTY - Static variable in class ddf.catalog.Constants
This constant is the name used to pass the metacard as part of a CatalogResponse.
METACARD_TAGS - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the tags of the Metacard.
METACARD_TYPE - Static variable in interface ddf.catalog.data.MetacardType
The name for the value returned by MetacardType.getName() to be used when serializing the metacard type name.
METACARD_TYPE_NAME_KEY - Static variable in interface ddf.catalog.data.MetacardTypeRegistry
 
METACARD_TYPE_NAMESPACE_KEY - Static variable in interface ddf.catalog.data.MetacardTypeRegistry
 
MetacardCreationException - Exception Class in ddf.catalog.data
The exception thrown when problems are detected during the creation of a Metacard.
MetacardCreationException() - Constructor for exception class ddf.catalog.data.MetacardCreationException
Instantiates a new MetacardCreationException.
MetacardCreationException(String) - Constructor for exception class ddf.catalog.data.MetacardCreationException
Instantiates a new MetacardCreationException with the provided message.
MetacardCreationException(String, Throwable) - Constructor for exception class ddf.catalog.data.MetacardCreationException
Instantiates a new MetacardCreationException with the provided message and throwable.
MetacardCreationException(Throwable) - Constructor for exception class ddf.catalog.data.MetacardCreationException
Instantiates a new MetacardCreationException with the provided throwable.
MetacardTransformer - Interface in ddf.catalog.transform
The MetacardTransfomer is used to transform a Metacard to a provided BinaryContent.
MetacardType - Interface in ddf.catalog.data
This class describes the set of attributes a Metacard can contain.
MetacardTypeRegistry - Interface in ddf.catalog.data
Registry to maintain MetacardTypes that are supported by the system's Endpoints and Sources.
metacardTypes() - Method in interface ddf.catalog.data.InjectableAttribute
Returns the names of the MetacardTypes into which this attribute should be injected.
MetacardTypeUnregistrationException - Exception Class in ddf.catalog.data
 
MetacardTypeUnregistrationException() - Constructor for exception class ddf.catalog.data.MetacardTypeUnregistrationException
 
MetacardTypeUnregistrationException(String) - Constructor for exception class ddf.catalog.data.MetacardTypeUnregistrationException
 
MetacardTypeUnregistrationException(String, Throwable) - Constructor for exception class ddf.catalog.data.MetacardTypeUnregistrationException
 
MetacardValidationReport - Interface in ddf.catalog.validation.report
Describes the outcome of validating a single Metacard.
MetacardValidator - Interface in ddf.catalog.validation
A service that validates a Metacard and provides information if problems exist with the Metacard data.
METADATA - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the XML metadata for this Metacard.
METADATA - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the XML metadata for this Metacard.
MetadataExtractor - Interface in ddf.catalog.content.operation
Enrich metacard using provided input.
MIME_TYPE_JPEG - Static variable in class ddf.catalog.Constants
Constant for the String representation of the MIME type for a JPEG image
MODIFIED - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the date/time this Metacard was last modified.
MODIFIED - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the date/time this Resource was last modified.
MOVING_IMAGE - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 

N

NAME - Static variable in interface ddf.catalog.data.types.DateTime
Attribute name for accessing a descriptive name for the corresponding temporal attributes of the
invalid reference
Metacard
.
NAME_KEY - Static variable in interface ddf.catalog.endpoint.CatalogEndpoint
 
nearestNeighbor(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Returns a sorted list of the nearest neighbors to a property for a given WKT.
nearestTo() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "nearest to" operator
next(long) - Method in interface ddf.catalog.filter.TemporalRangeExpressionBuilder
Create a Filter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in the future (inclusive)
NO_AUTH - Enum constant in enum class ddf.catalog.plugin.OAuthPluginException.ErrorType
 
not(Filter) - Method in interface ddf.catalog.filter.FilterBuilder
Create a Filter that matches on Metacards that do not match the provided Filter
not(T) - Method in class ddf.catalog.filter.FilterDelegate
Logical "not" operation on an operand.
notEqualTo() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "not equal" operator ( PropertyIsNotEqualTo)
notifyCreated(Metacard) - Method in interface ddf.catalog.event.EventProcessor
Notify this EventProcessor that a Metacard (or equivalent) has been created in a RemoteSource.
notifyDeleted(Metacard) - Method in interface ddf.catalog.event.EventProcessor
Notify this EventProcessor that a Metacard (or equivalent) has been deleted in a RemoteSource.
notifyUpdated(Metacard, Metacard) - Method in interface ddf.catalog.event.EventProcessor
Notify this EventProcessor that a Metacard (or equivalent) has been updated in a RemoteSource.
number(double) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a double
number(double) - Method in interface ddf.catalog.filter.NumericalExpressionBuilder
Complete building a Filter with the previously specified operation using a double as an argument
number(float) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a float
number(float) - Method in interface ddf.catalog.filter.NumericalExpressionBuilder
Complete building a Filter with the previously specified operation using a floatas an argument
number(int) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a int
number(int) - Method in interface ddf.catalog.filter.NumericalExpressionBuilder
Complete building a Filter with the previously specified operation using an int as an argument
number(long) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a long
number(long) - Method in interface ddf.catalog.filter.NumericalExpressionBuilder
Complete building a Filter with the previously specified operation using a long as an argument
number(short) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a short
number(short) - Method in interface ddf.catalog.filter.NumericalExpressionBuilder
Complete building a Filter with the previously specified operation using a short as an argument
NUMBER_OF_BANDS - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the number of spectral bands of a Resource of a
invalid reference
Metacard
.
numberArg(double) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a double
numberArg(float) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a float
numberArg(int) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a int
numberArg(long) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a long
numberArg(short) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a short
numbers(Double, Double) - Method in interface ddf.catalog.filter.NumericalRangeExpressionBuilder
Completes building a Numerical Range Filter, using a range between two numbers of type Double
numbers(Float, Float) - Method in interface ddf.catalog.filter.NumericalRangeExpressionBuilder
Completes building a Numerical Range Filter, using a range between two numbers of type Float
numbers(Integer, Integer) - Method in interface ddf.catalog.filter.NumericalRangeExpressionBuilder
Completes building a Numerical Range Filter, using a range between two Integers
numbers(Long, Long) - Method in interface ddf.catalog.filter.NumericalRangeExpressionBuilder
Completes building a Numerical Range Filter, using a range between two Longs
numbers(Short, Short) - Method in interface ddf.catalog.filter.NumericalRangeExpressionBuilder
Completes building a Numerical Range Filter, using a range between two numbers of type Short
NumericalExpressionBuilder - Interface in ddf.catalog.filter
Completes the fluent API to create Filter based on a numerical value.
NumericalRangeExpressionBuilder - Interface in ddf.catalog.filter
 

O

OAUTH_RESOURCE_OWNER_USERNAME - Static variable in class ddf.catalog.Constants
 
OAuthFederatedSource - Interface in ddf.catalog.source
 
OAuthPluginException - Exception Class in ddf.catalog.plugin
Exception thrown when an user doesn't have the appropriate OAuth tokens to federate
OAuthPluginException(String, String, String, Map<String, String>, OAuthPluginException.ErrorType) - Constructor for exception class ddf.catalog.plugin.OAuthPluginException
 
OAuthPluginException.ErrorType - Enum Class in ddf.catalog.plugin
 
objArg(Object) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a object value
OBJECT - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that implements the Serializable interface.
Operation - Interface in ddf.catalog.operation
 
OPERATION_SECURITY - Static variable in interface ddf.catalog.plugin.PolicyPlugin
 
OPERATION_TRANSACTION_KEY - Static variable in class ddf.catalog.Constants
 
operationPolicy() - Method in interface ddf.catalog.plugin.PolicyResponse
Policy to be applied to the catalog operation being attempted.
OperationTransaction - Interface in ddf.catalog.operation
Interface describing an operation transaction for the catalog.
OperationTransaction.OperationType - Enum Class in ddf.catalog.operation
Operation transaction type
OPTION_ARGUMENT - Static variable in interface ddf.catalog.operation.ResourceRequest
 
or(List<T>) - Method in class ddf.catalog.filter.FilterDelegate
Logical "or" operation on a list of operands.
overlapping() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "overlaps" operator ( OverlappedBy) for a time range (inclusive)
overlaps(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property overlaps a WKT geometry.

P

PHYSICAL_OBJECT - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
ping() - Method in interface ddf.catalog.operation.Pingable
This method can be called to get the status of a service.
Pingable - Interface in ddf.catalog.operation
 
PluginExecutionException - Exception Class in ddf.catalog.plugin
The PluginExecutionException is used to signal errors during service operations.
PluginExecutionException() - Constructor for exception class ddf.catalog.plugin.PluginExecutionException
Instantiates a new PluginExecutionException.
PluginExecutionException(String) - Constructor for exception class ddf.catalog.plugin.PluginExecutionException
Instantiates a new PluginExecutionException from a given string.
PluginExecutionException(String, Throwable) - Constructor for exception class ddf.catalog.plugin.PluginExecutionException
Instantiates a new PluginExecutionException with a message.
PluginExecutionException(Throwable) - Constructor for exception class ddf.catalog.plugin.PluginExecutionException
Instantiates a new PluginExecutionExceptionn.
POINT_OF_CONTACT - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the point of contact to the product this Metacard represents.
POINT_OF_CONTACT_ADDRESS - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the physical address of the POC of the
invalid reference
Metacard
.
POINT_OF_CONTACT_EMAIL - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the email of the POC of the
invalid reference
Metacard
.
POINT_OF_CONTACT_NAME - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the name of the POC of the
invalid reference
Metacard
.
POINT_OF_CONTACT_PHONE - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the phone number of the POC of the
invalid reference
Metacard
.
PolicyPlugin - Interface in ddf.catalog.plugin
A PolicyPlugin is used to build policy information regarding the Catalog action a user is attempting.
PolicyResponse - Interface in ddf.catalog.plugin
Response from PolicyPlugin containing policy information for Operation and individual items, such as Metacard or Result
poll() - Method in interface ddf.catalog.operation.QueryResponse
 
poll(long) - Method in interface ddf.catalog.operation.QueryResponse
 
PostCreateStoragePlugin - Interface in ddf.catalog.content.plugin
Services implementing this interface are called immediately after an item is created in the content repository.
PostFederatedQueryPlugin - Interface in ddf.catalog.plugin
A PostFederatedQueryPlugin is used to execute functionality after a federated query has been executed.
PostIngestPlugin - Interface in ddf.catalog.plugin
Marker interface for services that wish to be called after any CreateResponse, UpdateResponse, or DeleteResponse is about to be returned to an endpoint.
PostQueryPlugin - Interface in ddf.catalog.plugin
A PostQueryPlugin is used to execute functionality after a query has been executed.
PostResourcePlugin - Interface in ddf.catalog.plugin
The PostResourcePlugin is executed after a getResource operation has completed.
PostUpdateStoragePlugin - Interface in ddf.catalog.content.plugin
Services implementing this interface are called immediately after an item is updated in the content repository.
PreAuthorizationPlugin - Interface in ddf.catalog.plugin
The PreAuthorizationPlugin extension point allows for request/response processing before any security rules (policy and access) are implemented at the beginning of the plugin chain.
PreCreateStoragePlugin - Interface in ddf.catalog.content.plugin
Services implementing this interface are called immediately before an item is created in the content repository.
PreDeliveryPlugin - Interface in ddf.catalog.plugin
The PreDeliveryPlugin is executed prior to an event being delivered.
PreFederatedLocalProviderQueryPlugin - Class in ddf.catalog.plugin
The PreFederatedLocalProviderQueryPlugin is an abstract class implementing the PreFederatedQueryPlugin.
PreFederatedLocalProviderQueryPlugin(List<CatalogProvider>) - Constructor for class ddf.catalog.plugin.PreFederatedLocalProviderQueryPlugin
 
PreFederatedQueryPlugin - Interface in ddf.catalog.plugin
A PreFederatedQueryPlugin is used to execute functionality before a federated query has been executed.
PreIngestPlugin - Interface in ddf.catalog.plugin
Executes business logic prior to an ingest operation executing.
PreQueryPlugin - Interface in ddf.catalog.plugin
A PreQueryPlugin is used to execute functionality after a query has been executed.
PreResourcePlugin - Interface in ddf.catalog.plugin
The PreResourcePlugin executes prior to the getResource operation.
PreSubscriptionPlugin - Interface in ddf.catalog.plugin
The Interface PreSubscriptionPlugin provides the capability to execute a plugin prior to a Subscription being created.
PreUpdateStoragePlugin - Interface in ddf.catalog.content.plugin
Services implementing this interface are called immediately before an item is updated in the content repository.
process(CreateStorageRequest) - Method in interface ddf.catalog.content.plugin.PreCreateStoragePlugin
Processes the CreateStorageRequest.
process(CreateStorageResponse) - Method in interface ddf.catalog.content.plugin.PostCreateStoragePlugin
Processes the CreateStorageResponse.
process(UpdateStorageRequest) - Method in interface ddf.catalog.content.plugin.PreUpdateStoragePlugin
Processes the UpdateStorageRequest.
process(UpdateStorageResponse) - Method in interface ddf.catalog.content.plugin.PostUpdateStoragePlugin
Processes the UpdateStorageResponse.
process(Subscription) - Method in interface ddf.catalog.plugin.PreSubscriptionPlugin
Processes the Subscription.
process(CreateRequest) - Method in interface ddf.catalog.plugin.PreIngestPlugin
process(CreateResponse) - Method in interface ddf.catalog.plugin.PostIngestPlugin
Processes the CreateResponse.
process(DeleteRequest) - Method in interface ddf.catalog.plugin.PreIngestPlugin
Processes the DeleteRequest prior to the execution of the update operation.
process(DeleteResponse) - Method in interface ddf.catalog.plugin.PostIngestPlugin
Processes the DeleteResponse.
process(QueryRequest) - Method in interface ddf.catalog.plugin.PreQueryPlugin
Processes a QueryRequest prior to execution of the
invalid reference
Query
.
process(QueryResponse) - Method in interface ddf.catalog.plugin.PostFederatedQueryPlugin
Processes a QueryResponse after the execution of the Federated Query.
process(QueryResponse) - Method in interface ddf.catalog.plugin.PostQueryPlugin
Processes a QueryResponse after the execution of the Query.
process(ResourceRequest) - Method in interface ddf.catalog.plugin.PreResourcePlugin
Processes the ResourceRequest.
process(ResourceResponse) - Method in interface ddf.catalog.plugin.PostResourcePlugin
Processes a ResourceResponse after the execution of a getResource operation.
process(Response, Metacard) - Method in interface ddf.catalog.security.FilterStrategy
Returns a FilterResult with a processed or unprocessed Metacard or Response
process(UpdateRequest) - Method in interface ddf.catalog.plugin.PreIngestPlugin
process(UpdateResponse) - Method in interface ddf.catalog.plugin.PostIngestPlugin
Processes the UpdateResponse.
process(Source, QueryRequest) - Method in class ddf.catalog.plugin.PreFederatedLocalProviderQueryPlugin
 
process(Source, QueryRequest) - Method in interface ddf.catalog.plugin.PreFederatedQueryPlugin
Processes a QueryRequest prior to execution of the Federated Query.
process(InputStream, Metacard) - Method in interface ddf.catalog.content.operation.ContentMetadataExtractor
Parses the input stream, extracting metadata from it to add to the metacard.
process(String, Metacard) - Method in interface ddf.catalog.content.operation.ContentMetadataExtractor
Parses the input string, extracting metadata from it to add to the metacard.
process(String, Metacard) - Method in interface ddf.catalog.content.operation.MetadataExtractor
Parses the input string, extracting metadata from it to add to the metacard.
processCreate(Metacard) - Method in interface ddf.catalog.plugin.PreDeliveryPlugin
Callback invoked when a Metacard has created
processDelete(Metacard) - Method in interface ddf.catalog.plugin.PreDeliveryPlugin
Callback invoked when a Metacard has been deleted
processed() - Method in interface ddf.catalog.security.FilterResult
Returns true if this result was processed.
ProcessingDetails - Interface in ddf.catalog.operation
 
processPostDelete(Metacard, Map<String, Serializable>) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a Metacard, following the execution of ddf.catalog.source.CatalogProvider#delete(ddf.catalog.operation.DeleteRequest), to return policy information
processPostDelete(DeleteResponse) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes a DeleteResponse, following the execution of CatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operation
processPostDelete(DeleteResponse) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process a DeleteResponse for use cases that occur prior to security rules.
processPostQuery(Result, Map<String, Serializable>) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a Result, following the execution of the Query, to return policy information
processPostQuery(QueryResponse) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes a QueryResponse, following the execution of the Query, to determine whether or not the user can access the Response.
processPostQuery(QueryResponse) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process a QueryResponse for use cases that occur prior to security rules.
processPostResource(ResourceResponse, Metacard) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes a ResourceResponse, following the execution of the ResourceRequest, to determine whether or not the user can access the Response.
processPostResource(ResourceResponse, Metacard) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a ResourceResponse, following the execution of the ResourceRequest, to return policy information
processPostResource(ResourceResponse, Metacard) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process a ResourceResponse for use cases that occur prior to security rules.
processPreCreate(Metacard, Map<String, Serializable>) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a Metacard, prior to ddf.catalog.source.CatalogProvider#create(ddf.catalog.operation.CreateRequest), to return policy information
processPreCreate(CreateRequest) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes a CreateRequest, prior to CatalogProvider.create(CreateRequest), to determine whether or not the user can access the Catalog operation
processPreCreate(CreateRequest) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process a CreateRequest for use cases that occur prior to security rules.
processPreDelete(DeleteRequest) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes a DeleteRequest, prior to CatalogProvider.delete(DeleteRequest), to determine whether or not the user can access the Catalog operation
processPreDelete(DeleteRequest) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process a DeleteRequest for use cases that occur prior to security rules.
processPreDelete(List<Metacard>, Map<String, Serializable>) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a DeleteRequest, prior to ddf.catalog.source.CatalogProvider#delete(ddf.catalog.operation.DeleteRequest), to return policy information
processPreQuery(QueryRequest) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes a QueryRequest, prior to execution of the Query, to determine whether or not the user can access the Catalog operation.
processPreQuery(QueryRequest) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process a QueryRequest for use cases that occur prior to security rules.
processPreQuery(Query, Map<String, Serializable>) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a Query, prior to execution of the Query, to return policy information
processPreResource(ResourceRequest) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes a ResourceRequest, prior to execution of the ResourceRequest, to determine whether or not the user can access the Catalog operation.
processPreResource(ResourceRequest) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a ResourceRequest, prior to execution of the ResourceRequest, to return policy information
processPreResource(ResourceRequest) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process a ResourceRequest for use cases that occur prior to security rules.
processPreUpdate(Metacard, Map<String, Serializable>) - Method in interface ddf.catalog.plugin.PolicyPlugin
Processes a Metacard, prior to ddf.catalog.source.CatalogProvider#update(ddf.catalog.operation.UpdateRequest), to return policy information
processPreUpdate(UpdateRequest, Map<String, Metacard>) - Method in interface ddf.catalog.plugin.AccessPlugin
Processes an UpdateRequest, prior to execution of the Update, to determine whether or not the user can access the Catalog operation
processPreUpdate(UpdateRequest, Map<String, Metacard>) - Method in interface ddf.catalog.plugin.PreAuthorizationPlugin
Process an UpdateRequest for use cases that occur prior to security rules.
processSourceIds(Set<String>) - Method in interface ddf.catalog.plugin.SourcePlugin
Plugin point for changing the list of source ids return from the catalog frameworks getSourceIds method
processSourceInfo(SourceInfoResponse) - Method in interface ddf.catalog.plugin.SourcePlugin
Plugin point for modifying the SourceInfoResponse return from the catalog frameworks getSourceInfo method
processUpdateHit(Update) - Method in interface ddf.catalog.plugin.PreDeliveryPlugin
Callback invoked when a Metacard has been updated and the new version matches a Subscription.
processUpdateMiss(Update) - Method in interface ddf.catalog.plugin.PreDeliveryPlugin
Callback invoked when a Metacard has been updated and only the old version matches a Subscription
propertyIsBetween(String, double, double) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsBetween(String, float, float) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsBetween(String, int, int) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsBetween(String, long, long) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsBetween(String, short, short) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsBetween(String, Object, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is between a lower and upper boundary.
propertyIsBetween(String, String, String) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsBetween(String, Date, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, boolean) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, byte[]) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, double) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, float) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, int) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, long) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, short) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is equal to the value of a literal.
propertyIsEqualTo(String, String, boolean) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, Date, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsEqualTo(String, List<Object>, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the function return value is equal to the value of a literal.
propertyIsFuzzy(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property to the value of a literal with a fuzzy operator which expands the literal to match misspellings.
propertyIsGreaterThan(String, double) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThan(String, float) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThan(String, int) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThan(String, long) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThan(String, short) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThan(String, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is greater than the value of a literal.
propertyIsGreaterThan(String, String) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThan(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThanOrEqualTo(String, double) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThanOrEqualTo(String, float) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThanOrEqualTo(String, int) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThanOrEqualTo(String, long) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThanOrEqualTo(String, short) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThanOrEqualTo(String, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is greater than or equal to the value of a literal.
propertyIsGreaterThanOrEqualTo(String, String) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsGreaterThanOrEqualTo(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThan(String, double) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThan(String, float) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThan(String, int) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThan(String, long) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThan(String, short) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThan(String, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is less than the value of a literal.
propertyIsLessThan(String, String) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThan(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThanOrEqualTo(String, double) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThanOrEqualTo(String, float) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThanOrEqualTo(String, int) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThanOrEqualTo(String, long) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThanOrEqualTo(String, short) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThanOrEqualTo(String, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is less than or equal to the value of a literal.
propertyIsLessThanOrEqualTo(String, String) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLessThanOrEqualTo(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsLike(String, String, boolean) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property to a regular expression pattern.
propertyIsNotEqualTo(String, boolean) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, byte[]) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, double) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, float) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, int) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, long) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, short) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, Object) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is not equal to the value of a literal.
propertyIsNotEqualTo(String, String, boolean) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNotEqualTo(String, Date, Date) - Method in class ddf.catalog.filter.FilterDelegate
propertyIsNull(String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is equal to null.
PUBLISHER_ADDRESS - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the physical address of the publisher of the
invalid reference
Metacard
.
PUBLISHER_EMAIL - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the email of the publisher of the
invalid reference
Metacard
.
PUBLISHER_NAME - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the name of the publisher of the
invalid reference
Metacard
.
PUBLISHER_PHONE - Static variable in interface ddf.catalog.data.types.Contact
Attribute name for accessing the phone number of the publisher of the
invalid reference
Metacard
.

Q

QualifiedMetacardType - Interface in ddf.catalog.data
Qualified and uniquely identified set of AttributeDescriptors used to specify and describe the valid Attributes on a Metacard.
QUALIFIER_KEYWORD - Static variable in interface ddf.catalog.content.data.ContentItem
 
query(QueryRequest) - Method in interface ddf.catalog.CatalogFramework
Evaluates a QueryRequest using the default FederationStrategy
query(QueryRequest) - Method in interface ddf.catalog.source.Source
 
query(QueryRequest, FederationStrategy) - Method in interface ddf.catalog.CatalogFramework
Evaluates and executes a QueryRequest using the FederationStrategy provided.
Query - Interface in ddf.catalog.operation
A Query contains the basic aspects of executing a search.
QUERY_FILTER_TRANSFORMER_TYPE_NAMES_FIELD - Static variable in interface ddf.catalog.transform.QueryFilterTransformer
 
QUERY_HIGHLIGHT_KEY - Static variable in class ddf.catalog.Constants
 
QUERY_LOGGER_NAME - Static variable in class ddf.catalog.Constants
 
QueryFilterTransformer - Interface in ddf.catalog.transform
Transforms a QueryRequest containing external attribute names invalid input: '&' values into a normalized taxonomy QueryRequest.
QueryFilterTransformerProvider - Interface in ddf.catalog.transform
Provider interface to obtain the appropriate QueryFilterTransformer given qName or typeName
QueryRequest - Interface in ddf.catalog.operation
 
QueryResponse - Interface in ddf.catalog.operation
 
QueryResponseTransformer - Interface in ddf.catalog.transform
The QueryResponseTransformer is used to transform a list of Result objects from a SourceResponse.
QueryValidationViolation - Interface in ddf.catalog.validation.violation
Describes a violation of a constraint on query.
QueryValidationViolation.Severity - Enum Class in ddf.catalog.validation.violation
Describes the severity of a validation violation.
QueryValidator - Interface in ddf.catalog.validation
A QueryRequest may be structurally valid but be semantically incorrect.

R

read(ReadStorageRequest) - Method in interface ddf.catalog.content.StorageProvider
Retrieves a ContentItem from the content repository.
ReadStorageRequest - Interface in ddf.catalog.content.operation
Request to retrieve a file product associated with a Metacard
ReadStorageResponse - Interface in ddf.catalog.content.operation
Response that contains the ContentItem that was specified in the request URI
register(AttributeDescriptor) - Method in interface ddf.catalog.data.AttributeRegistry
Registers a new attribute.
register(QualifiedMetacardType) - Method in interface ddf.catalog.data.MetacardTypeRegistry
Registers a QualifiedMetacardType in the system so that it is accessible to InputTransformers, MetacardTransformers, QueryResponseTransformers, and other components.
registerValidators(String, Set<? extends AttributeValidator>) - Method in interface ddf.catalog.validation.AttributeValidatorRegistry
Registers the given AttributeValidator(s) to the given attribute name.
RELATED - Static variable in interface ddf.catalog.data.Metacard
Attribute name for related Metacard ids.
RELATED - Static variable in interface ddf.catalog.data.types.Associations
Attribute name for accessing the related associations of the Metacard.
relative(String, long) - Method in class ddf.catalog.filter.FilterDelegate
Compares the value associated with a property is relatively within a duration of milliseconds in the past from the current time of evaluation.
RELEVANCE - Static variable in interface ddf.catalog.data.Result
Constant used to specify a sort policy based on relevance.
REMOTE_DESTINATION_KEY - Static variable in class ddf.catalog.Constants
 
RemoteSource - Interface in ddf.catalog.source
The Interface RemoteSource is used to represent a remote Source.
removeDefaultValue(String) - Method in interface ddf.catalog.data.DefaultAttributeValueRegistry
Removes the default value for the given attribute.
removeDefaultValue(String, String) - Method in interface ddf.catalog.data.DefaultAttributeValueRegistry
Removes the default value for the given attribute of the given metacard type.
removeDefaultValues() - Method in interface ddf.catalog.data.DefaultAttributeValueRegistry
Removes all 'global' default values (i.e., the default values for the attributes that are not tied to specific metacard types).
removeDefaultValues(String) - Method in interface ddf.catalog.data.DefaultAttributeValueRegistry
Removes all the default attribute values for the given metacard type.
ReportingMetacardValidator - Interface in ddf.catalog.validation
Validates a Metacard and provides information via a report if problems exist with the Metacard's data.
Request - Interface in ddf.catalog.operation
Marker interface to differentiate Requests from Responses.
requestsTotalResultsCount() - Method in interface ddf.catalog.operation.Query
Determines whether the total number of results should be returned
RequiredAttributes - Interface in ddf.catalog.data
List of required attributes for a metacard type.
RequiredAttributesRegistry - Interface in ddf.catalog.data
Manages required attribute values, which correspond to specific metacard types.
Resource - Interface in ddf.catalog.resource
A Resource represents an item (e.g. image, video, document, etc.) that has been posted for sharing.
RESOURCE_DOWNLOAD_URL - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the resource download URL for the product this Metacard represents.
RESOURCE_DOWNLOAD_URL - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the resource download URL for the product this Metacard represents.
RESOURCE_SIZE - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the size (in bytes) of the product this Metacard represents.
RESOURCE_SIZE - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the size (in bytes) of the product this Metacard represents.
RESOURCE_URI - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the URI reference to the product this Metacard represents.
RESOURCE_URI - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the URI reference to the product this Metacard represents.
ResourceNotFoundException - Exception Class in ddf.catalog.resource
ResourceNotFoundException is thrown when a ResourceReader is unable to find a Resource.
ResourceNotFoundException() - Constructor for exception class ddf.catalog.resource.ResourceNotFoundException
Instantiates a new ResourceNotFoundException.
ResourceNotFoundException(String) - Constructor for exception class ddf.catalog.resource.ResourceNotFoundException
Instantiates a new resource not found exception with the provided message.
ResourceNotFoundException(String, Throwable) - Constructor for exception class ddf.catalog.resource.ResourceNotFoundException
Instantiates a new resource not found exception with the provided message and a throwable.
ResourceNotFoundException(Throwable) - Constructor for exception class ddf.catalog.resource.ResourceNotFoundException
Instantiates a new resource not found exception with the provided throwable.
ResourceNotSupportedException - Exception Class in ddf.catalog.resource
The ResourceNotSupportedException is thrown by a ResourceReader or
invalid reference
CatalogFramework
when they do not support a Resource or
invalid reference
ResourceRequest
.
ResourceNotSupportedException() - Constructor for exception class ddf.catalog.resource.ResourceNotSupportedException
Instantiates a resource not supported exception.
ResourceNotSupportedException(String) - Constructor for exception class ddf.catalog.resource.ResourceNotSupportedException
Instantiates a new resource not supported exception with the provided message.
ResourceNotSupportedException(String, Throwable) - Constructor for exception class ddf.catalog.resource.ResourceNotSupportedException
Instantiates a new resource not supported exception with the provided message and throwable.
ResourceNotSupportedException(Throwable) - Constructor for exception class ddf.catalog.resource.ResourceNotSupportedException
Instantiates a new resource not supported exception with the provided throwable.
ResourceReader - Interface in ddf.catalog.resource
A ResourceReader is used to obtain a Resource.
ResourceRequest - Interface in ddf.catalog.operation
 
ResourceResponse - Interface in ddf.catalog.operation
 
ResourceWriter - Interface in ddf.catalog.resource
The ResourceWriter is used to store a Resource.
response() - Method in interface ddf.catalog.security.FilterResult
Returns a filtered Response
Response<T> - Interface in ddf.catalog.operation
 
Result - Interface in ddf.catalog.data
The Result is used to supplement Metacard fields when a Metacard is returned from a query.
ResultAttributeHighlight - Interface in ddf.catalog.operation
ResultAttributeHighlight represents a specific attribute that matched a query and provides indications of what the specific data the query matched on via a list of highlights.
ResultHighlight - Interface in ddf.catalog.operation
ResultHighlight represents a list of attributes that matched a given query for a particular result as identified by the ID returned from the getResultId method.
retrieveResource(URI, Map<String, Serializable>) - Method in interface ddf.catalog.resource.ResourceReader
Retrieves a Resource based on a URI and provided arguments.
rollback(StorageRequest) - Method in interface ddf.catalog.content.StorageProvider
Rollback will be called by the CatalogFramework to discard changes related to create, update, and delete requests

S

SCANNING_MODE - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing whether progressive or interlaced scans are being applied to a Resource of a
invalid reference
Metacard
.
Security - Interface in ddf.catalog.data.types
This code is experimental.
SECURITY - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the security relevant markings on the product that this Metacard represents.
SECURITY_MATCH_ALL - Static variable in interface ddf.catalog.data.Metacard
Deprecated.
Not to be used anymore, replaced with SECURITY attribute.
SECURITY_MATCH_ONE - Static variable in interface ddf.catalog.data.Metacard
Deprecated.
Not to be used anymore, replaced with SECURITY attribute.
SERVICE - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
SERVICE_DESCRIPTION - Static variable in class ddf.catalog.Constants
The constant SERVICE_DESCRIPTION.
SERVICE_ID - Static variable in class ddf.catalog.Constants
The constant to be used by Catalog Services to register a unique name by which they can be referred
SERVICE_SHORTNAME - Static variable in class ddf.catalog.Constants
Deprecated.
SERVICE_TITLE - Static variable in class ddf.catalog.Constants
The constant SERVICE_TITLE.
setAttribute(Attribute) - Method in interface ddf.catalog.data.Metacard
Sets Attribute with new attribute.
setAvailable() - Method in interface ddf.catalog.source.SourceMonitor
This method is used to identify to the caller that the Source is now available.
setConfigurationPid(String) - Method in interface ddf.catalog.service.ConfiguredService
Sets the PID of this service's corresponding configuration
setDefaultValue(String, Serializable) - Method in interface ddf.catalog.data.DefaultAttributeValueRegistry
Registers the given value as the default value for the given attribute across all metacard types (i.e., it is a 'global' default value).
setDefaultValue(String, String, Serializable) - Method in interface ddf.catalog.data.DefaultAttributeValueRegistry
Registers the given value as the default value for the given attribute of the given metacard type.
setSourceId(String) - Method in interface ddf.catalog.data.Metacard
Sets the source ID of the source the metacard is located.
setUnavailable() - Method in interface ddf.catalog.source.SourceMonitor
This method is used to identify to the caller that the Source is now unavailable.
SHORT - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java Short.
SINGLE_CHAR - Static variable in class ddf.catalog.filter.FilterDelegate
Normalized single wildcard character used to match exactly one character
SITE_LIST - Static variable in interface ddf.catalog.operation.QueryResponse
 
SOFTWARE - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
SORT_POLICY_VALUE_DISTANCE - Static variable in class ddf.catalog.Constants
Deprecated.
Use Result.DISTANCE instead
SORT_POLICY_VALUE_RELEVANCE - Static variable in class ddf.catalog.Constants
Deprecated.
Use Result.RELEVANCE instead
SORT_POLICY_VALUE_TEMPORAL - Static variable in class ddf.catalog.Constants
Deprecated.
Use the appropriate temporal field from Metacard
SOUND - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
Source - Interface in ddf.catalog.source
The Source is used to represent a system that has Metacards in a catalog.
SOURCE_ID - Static variable in interface ddf.catalog.data.Metacard
Deprecated. 
SOURCE_ID - Static variable in interface ddf.catalog.data.types.Core
Attribute name for the ID of the source where the Metacard is cataloged.
SOURCE_ID - Static variable in interface ddf.catalog.operation.ResourceRequest
 
SourceAttributeRestriction - Interface in ddf.catalog.source
Any Source can optionally implement this interface to provide a set of attributes that it supports querying on.
SourceCache - Interface in ddf.catalog.source
Used by PostFederatedQueryPlugin and PreFederatedQueryPlugin to determine if a source is the cache.
SourceDescriptor - Interface in ddf.catalog.source
The Interface SourceDescriptor is used to describe a Source.
SourceInfoRequest - Interface in ddf.catalog.operation
The SourceInfoRequest represents a request to obtain
invalid reference
Source
information.
SourceInfoResponse - Interface in ddf.catalog.operation
The SourceInfoResponse is used to return
invalid reference
Source
information on an operation.
SourceMonitor - Interface in ddf.catalog.source
The Interface SourceMonitor is used as a callback object when the availability of a Source changes.
SourcePlugin - Interface in ddf.catalog.plugin
Provides a plugin point for manipulating the framework source responses for getSourceIds and getSourceInfo methods
SourceProcessingDetails - Interface in ddf.catalog.operation
The Interface SourceProcessingDetails is intended to capture the processing details (e.g.
SourceResponse - Interface in ddf.catalog.operation
Query status should come back in the properties.
SourceUnavailableException - Exception Class in ddf.catalog.source
This exception should be thrown on a Source-related operation when the source is unavailable.
SourceUnavailableException() - Constructor for exception class ddf.catalog.source.SourceUnavailableException
Instantiates a new source unavailable exception.
SourceUnavailableException(String) - Constructor for exception class ddf.catalog.source.SourceUnavailableException
Instantiates a new source unavailable exception with the provided message.
SourceUnavailableException(String, Throwable) - Constructor for exception class ddf.catalog.source.SourceUnavailableException
Instantiates a new source unavailable exception with the provided message and Throwable.
SourceUnavailableException(Throwable) - Constructor for exception class ddf.catalog.source.SourceUnavailableException
Instantiates a new source unavailable exception with the provided Throwable.
SourceWarningsFilter - Interface in ddf.catalog.security
This code is experimental.
SpatialExpressionBuilder - Interface in ddf.catalog.filter
Complete the fluent API to build a spatial Filter
START - Static variable in interface ddf.catalog.data.types.DateTime
Attribute name for accessing the start time for the Resource of the
invalid reference
Metacard
.
STILL_IMAGE - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
StopProcessingException - Exception Class in ddf.catalog.plugin
Exception representing a situation where a Catalog Plugin has executed successfully but will not allow an operation to continue.
StopProcessingException(String) - Constructor for exception class ddf.catalog.plugin.StopProcessingException
 
StorageException - Exception Class in ddf.catalog.content
Exception thrown when a StorageProvider encounters problems during its execution of CRUD operations.
StorageException(String) - Constructor for exception class ddf.catalog.content.StorageException
Instantiates a new StorageException from a given string.
StorageException(String, Throwable) - Constructor for exception class ddf.catalog.content.StorageException
Instantiates a new StorageException with a message.
StorageException(Throwable) - Constructor for exception class ddf.catalog.content.StorageException
Instantiates a new StorageException with given Throwable.
StorageProvider - Interface in ddf.catalog.content
Provider of content repository storage.
StorageRequest - Interface in ddf.catalog.content.operation
Base request interface for storage operations.
StorageResponse<T> - Interface in ddf.catalog.content.operation
Base response interface for storage operations.
STORE_REFERENCE_KEY - Static variable in class ddf.catalog.Constants
 
storeResource(Resource, String, Map<String, Object>) - Method in interface ddf.catalog.resource.ResourceWriter
Stores the Resource using the supplied id and optional arguments
storeResource(Resource, Map<String, Object>) - Method in interface ddf.catalog.resource.ResourceWriter
Stores the Resource with optional arguments
STRING - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a Java String and treated as plain text.
SUBJECT_PROPERTY - Static variable in class ddf.catalog.Constants
This constant should be used to pass the users credentials in the form of a Subject object through any request/response property map.
Subscriber - Interface in ddf.catalog.event
A Subscriber is used to identify a service that is capable of deleting subscriptions.
Subscription - Interface in ddf.catalog.event
A Subscription is used for a "subscriber" to subscribe to events based on a particular type of filter.
SUBSCRIPTION_KEY - Static variable in class ddf.catalog.Constants
 
SubscriptionExistsException - Exception Class in ddf.catalog.event
The exception thrown when problems creating a subscription are detected due to a Subscription with the same ID already existing in the OSGi registry.
SubscriptionExistsException() - Constructor for exception class ddf.catalog.event.SubscriptionExistsException
 
SubscriptionNotFoundException - Exception Class in ddf.catalog.event
The exception thrown when problems updating or deleting a subscription are detected due to the Subscription not being found in the OSGi registry.
SubscriptionNotFoundException(String) - Constructor for exception class ddf.catalog.event.SubscriptionNotFoundException
Instantiates a new subscription not found exception with the provided message.
SubscriptionNotFoundException(String, Throwable) - Constructor for exception class ddf.catalog.event.SubscriptionNotFoundException
Instantiates a new subscription not found exception with the provided message and throwable.
SubscriptionNotFoundException(Throwable) - Constructor for exception class ddf.catalog.event.SubscriptionNotFoundException
Instantiates a new subscription not found exception with the provided throwable.
SUGGESTION_BUILD_KEY - Static variable in class ddf.catalog.Constants
 
SUGGESTION_CONTEXT_KEY - Static variable in class ddf.catalog.Constants
 
SUGGESTION_DICT_KEY - Static variable in class ddf.catalog.Constants
 
SUGGESTION_QUERY_KEY - Static variable in class ddf.catalog.Constants
 
SUGGESTION_RESULT_KEY - Static variable in class ddf.catalog.Constants
 

T

TAGS - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the tags of the Metacard.
TAGS - Static variable in interface ddf.catalog.data.types.Version
Attribute name for accessing the version tags for a history
invalid reference
Metacard
.
take() - Method in interface ddf.catalog.operation.QueryResponse
 
take(long) - Method in interface ddf.catalog.operation.QueryResponse
 
TARGET_NAMESPACE - Static variable in interface ddf.catalog.data.Metacard
Attribute name for querying the target namespace of the metadata content type of a Metacard.
TEMPORAL - Static variable in interface ddf.catalog.data.Result
Constant used to specify a sort policy based on temporal data.
TemporalInstantExpressionBuilder - Interface in ddf.catalog.filter
Completes the fluent API to build a temporal Filter using an instant in time (vs a bounded range)
TemporalRangeExpressionBuilder - Interface in ddf.catalog.filter
Finishes the fluent API to create a Temporal Range Filter
TermFacetProperties - Interface in ddf.catalog.operation
TermFacetPropertiesImpl object using the supplied parameters to facet on the provided attributes, returning results sorted by the provided key.
TermFacetProperties.SortFacetsBy - Enum Class in ddf.catalog.operation
 
text(String) - Method in interface ddf.catalog.filter.ContextualExpressionBuilder
Creates a case-insensitive contextual Filter
text(String) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a text value
TEXT - Enum constant in enum class ddf.catalog.data.types.constants.core.DataType
 
textArg(String) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a text value
THUMBNAIL - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the thumbnail image of the product this Metacard represents.
THUMBNAIL - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the thumbnail image of the product this Metacard represents.
TITLE - Static variable in interface ddf.catalog.data.Metacard
Attribute name for accessing the title of the Metacard.
TITLE - Static variable in interface ddf.catalog.data.types.Core
Attribute name for accessing the title of the Metacard.
Topic - Interface in ddf.catalog.data.types
This code is experimental.
toString() - Method in enum class ddf.catalog.data.types.constants.core.DataType
 
toString() - Method in exception class ddf.catalog.validation.ValidationException
Converts this exception into a String representation.
TOTAL_HITS - Static variable in interface ddf.catalog.operation.QueryResponse
 
TOTAL_RESULTS_RETURNED - Static variable in interface ddf.catalog.operation.QueryResponse
 
touches(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property touches a WKT geometry.
transform(Metacard, String, Map<String, Serializable>) - Method in interface ddf.catalog.CatalogFramework
Transforms the provided Metacard into BinaryContent.
transform(Metacard, Map<String, Serializable>) - Method in interface ddf.catalog.transform.MetacardTransformer
Transforms the provided Metacard into a BinaryContent
transform(QueryRequest, Map<String, Serializable>) - Method in interface ddf.catalog.transform.QueryFilterTransformer
Transforms a QueryRequest.
transform(SourceResponse, String, Map<String, Serializable>) - Method in interface ddf.catalog.CatalogFramework
Transforms the provided SourceResponse (or QueryResponse) into BinaryContent.
transform(SourceResponse, Map<String, Serializable>) - Method in interface ddf.catalog.transform.QueryResponseTransformer
Transforms the list of results into the BinaryContent.
transform(InputStream) - Method in interface ddf.catalog.transform.InputTransformer
Transforms the input into a Metacard.
transform(InputStream, String) - Method in interface ddf.catalog.transform.InputTransformer
Transforms the input into a Metacard and associates the id with the Metacard on creation.
transform(InputStream, Map<String, Serializable>) - Method in interface ddf.catalog.transform.InputCollectionTransformer
Transforms an InputStream into a list of Metacards.
TYPE - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the type of a Resource of a
invalid reference
Metacard
.
TYPE - Static variable in interface ddf.catalog.data.types.Version
Attribute name for accessing the version types for a history
invalid reference
Metacard
.
TYPE_BINARY - Static variable in interface ddf.catalog.data.types.Version
Attribute name for accessing the version types in binary for a history
invalid reference
Metacard
.

U

unregister(QualifiedMetacardType) - Method in interface ddf.catalog.data.MetacardTypeRegistry
Removes from the registry the given QualifiedMetacardType.
UnsupportedQueryException - Exception Class in ddf.catalog.source
UnsupportedQueryException is thrown by a Source when it cannot support a provided
invalid reference
QueryRequest
UnsupportedQueryException() - Constructor for exception class ddf.catalog.source.UnsupportedQueryException
Instantiates a new unsupported query exception.
UnsupportedQueryException(String) - Constructor for exception class ddf.catalog.source.UnsupportedQueryException
Instantiates a new unsupported query exception with the provided message.
UnsupportedQueryException(String, Throwable) - Constructor for exception class ddf.catalog.source.UnsupportedQueryException
Instantiates a new unsupported query exception with the provided message and Throwable.
UnsupportedQueryException(Throwable) - Constructor for exception class ddf.catalog.source.UnsupportedQueryException
Instantiates a new unsupported query exception with the provided Throwable.
update(UpdateStorageRequest) - Method in interface ddf.catalog.CatalogFramework
This code is experimental.
update(UpdateStorageRequest) - Method in interface ddf.catalog.content.StorageProvider
Updates a ContentItem in the content repository.
update(UpdateRequest) - Method in interface ddf.catalog.CatalogFramework
Updates a list of Metacards.
update(UpdateRequest) - Method in interface ddf.catalog.source.CatalogProvider
Updates a list of Metacard records.
update(UpdateRequest) - Method in interface ddf.catalog.source.CatalogStore
Updates a list of Metacard records.
Update - Interface in ddf.catalog.operation
Represents an update of a single Metacard, which has an older (previous) version and a new (current) version.
UPDATE - Enum constant in enum class ddf.catalog.operation.OperationTransaction.OperationType
 
UPDATE_BY_ID - Static variable in interface ddf.catalog.operation.UpdateRequest
Shortcut for the Attribute name used for updating Metacards by ID.
UPDATE_BY_PRODUCT_URI - Static variable in interface ddf.catalog.operation.UpdateRequest
Shortcut for the Attribute name used for updating Metacards by the String value of the Metacard's Resource URI.
updatedHit(Metacard, Metacard) - Method in interface ddf.catalog.event.DeliveryMethod
This method will determine how to handle a Metacard when it is updated.
updatedMiss(Metacard, Metacard) - Method in interface ddf.catalog.event.DeliveryMethod
This method will determine how to handle a Metacard when it is updated.
UpdateRequest - Interface in ddf.catalog.operation
Interface representing a request to update a Metacard.  
UpdateResponse - Interface in ddf.catalog.operation
Further specification of Response for an Update request.
UpdateStorageRequest - Interface in ddf.catalog.content.operation
Request to update the file associated with a Metacard
UpdateStorageResponse - Interface in ddf.catalog.content.operation
Response containing the updated ContentItems
updateSubscription(Subscription, String) - Method in interface ddf.catalog.event.EventProcessor
Updates the subscription associated with the given id.
URL_KEY - Static variable in interface ddf.catalog.endpoint.CatalogEndpoint
 

V

validate(Attribute) - Method in interface ddf.catalog.validation.AttributeValidator
Validates a single Attribute.
validate(Metacard) - Method in interface ddf.catalog.validation.MetacardValidator
Validates a Metacard
validate(QueryRequest) - Method in interface ddf.catalog.validation.QueryValidator
Validates a QueryRequest for semantic correctness.
validateMetacard(Metacard) - Method in interface ddf.catalog.validation.ReportingMetacardValidator
Validates a Metacard.
Validation - Interface in ddf.catalog.data.types
This code is experimental.
VALIDATION_ERRORS - Static variable in interface ddf.catalog.data.types.Validation
Attribute name for accessing the validation errors of this Metacard.
VALIDATION_WARNINGS - Static variable in interface ddf.catalog.data.types.Validation
Attribute name for accessing the validation warnings of this Metacard.
ValidationException - Exception Class in ddf.catalog.validation
Thrown to indicate that a validation operation could not be completed.
ValidationException() - Constructor for exception class ddf.catalog.validation.ValidationException
Constructs a ValidationException with no detailed message.
ValidationException(String) - Constructor for exception class ddf.catalog.validation.ValidationException
Constructs a ValidationException with a specified summary message of the failure.
ValidationException(String, Throwable) - Constructor for exception class ddf.catalog.validation.ValidationException
Constructs a ValidationException with a specified summary message and cause of the failure.
ValidationException(Throwable) - Constructor for exception class ddf.catalog.validation.ValidationException
Constructs a ValidationException with a cause of the failure.
ValidationViolation - Interface in ddf.catalog.validation.violation
Describes a violation of a constraint on an attribute or metacard.
ValidationViolation.Severity - Enum Class in ddf.catalog.validation.violation
Describes the severity of a validation violation.
valueOf(String) - Static method in enum class ddf.catalog.data.AttributeType.AttributeFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ddf.catalog.data.types.constants.core.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ddf.catalog.operation.OperationTransaction.OperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ddf.catalog.operation.TermFacetProperties.SortFacetsBy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ddf.catalog.plugin.OAuthPluginException.ErrorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ddf.catalog.validation.violation.QueryValidationViolation.Severity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ddf.catalog.validation.violation.ValidationViolation.Severity
Returns the enum constant of this class with the specified name.
values() - Static method in enum class ddf.catalog.data.AttributeType.AttributeFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ddf.catalog.data.types.constants.core.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ddf.catalog.operation.OperationTransaction.OperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ddf.catalog.operation.TermFacetProperties.SortFacetsBy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ddf.catalog.plugin.OAuthPluginException.ErrorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ddf.catalog.validation.violation.QueryValidationViolation.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ddf.catalog.validation.violation.ValidationViolation.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
Version - Interface in ddf.catalog.data.types
This code is experimental.
VERSION_KEY - Static variable in interface ddf.catalog.endpoint.CatalogEndpoint
 
VERSIONED_BY - Static variable in interface ddf.catalog.data.types.Version
Attribute name for accessing the versioned date of a history
invalid reference
Metacard
.
VOCABULARY - Static variable in interface ddf.catalog.data.types.Topic
Attribute name for accessing the topic vocabulary of the resource of this
invalid reference
Metacard
.

W

WARNING - Enum constant in enum class ddf.catalog.validation.violation.QueryValidationViolation.Severity
 
WARNING - Enum constant in enum class ddf.catalog.validation.violation.ValidationViolation.Severity
 
WIDTH - Static variable in interface ddf.catalog.data.types.Media
Attribute name for accessing the width in pixels of a Resource of a
invalid reference
Metacard
.
WILDCARD_CHAR - Static variable in class ddf.catalog.filter.FilterDelegate
Normalized wildcard character used to match zero or more characters.
within() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "within" operator ( Within)
within(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Compares the geometry associated with a property is within a WKT geometry.
withinBuffer() - Method in interface ddf.catalog.filter.ExpressionBuilder
Continue building a Filter with the "within distance" operator ( DWithin)
wkt(String) - Method in interface ddf.catalog.filter.EqualityExpressionBuilder
Completes building the Filter based on a WKT shape
wkt(String) - Method in interface ddf.catalog.filter.SpatialExpressionBuilder
Complete building a spatial Filter for Metacards where the specified Attribute relates to the specified WKT per the specified operator.
wkt(String, double) - Method in interface ddf.catalog.filter.BufferedSpatialExpressionBuilder
Creates a Filter matching against a wkt-defined shape buffered by the specified distance
wktArg(String) - Method in interface ddf.catalog.filter.ArgumentBuilder
Continues building the ArgumentBuilder based on a WKT shape

X

XML - Enum constant in enum class ddf.catalog.data.AttributeType.AttributeFormat
Attributes of this AttributeType.AttributeFormat must have a value that is a XML-formatted Java String.
xpath(String) - Method in interface ddf.catalog.filter.FilterBuilder
Begin creating a Filter that will match Metacards based on values selected via an XPath selector.
XPathBasicBuilder - Interface in ddf.catalog.filter
Builds XPath-based Contextual Filters.
XPathBuilder - Interface in ddf.catalog.filter
Builds XPath Filters
xpathExists(String) - Method in class ddf.catalog.filter.FilterDelegate
Deprecated.
xpathIsFuzzy(String, String) - Method in class ddf.catalog.filter.FilterDelegate
Deprecated.
xpathIsLike(String, String, boolean) - Method in class ddf.catalog.filter.FilterDelegate
Deprecated.
A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form