Uses of Interface
ddf.catalog.data.QualifiedMetacardType
Packages that use QualifiedMetacardType
Package
Description
Provides the classes for the Catalog Data API and implementation.
-
Uses of QualifiedMetacardType in ddf.catalog.data
Methods in ddf.catalog.data that return QualifiedMetacardTypeModifier and TypeMethodDescriptionGets the MetacardType identified using the default namespace and the specified MetacardType name.Gets theMetacardTypeidentified by the namespace and MetacardType name.Methods in ddf.catalog.data that return types with arguments of type QualifiedMetacardTypeModifier and TypeMethodDescriptionMetacardTypeRegistry.getRegisteredTypes()This must be invoked each time an updated view of the registered types is desired.Methods in ddf.catalog.data with parameters of type QualifiedMetacardTypeModifier and TypeMethodDescriptionvoidMetacardTypeRegistry.register(QualifiedMetacardType qualifiedMetacardType) Registers aQualifiedMetacardTypein the system so that it is accessible toInputTransformers,MetacardTransformers,QueryResponseTransformers, and other components.voidMetacardTypeRegistry.unregister(QualifiedMetacardType qualifiedMetacardType) Removes from the registry the given QualifiedMetacardType.