Package com.endeca.portal.metadata

Interface Summary
Metadata Interface representing a metadata record that abstracts the basic properties of a Liferay-generated record persisted to the metadata tables.
MetadataManager<T extends MetadataObject> Interface for metadata managers - managers are the classes that hold all the logic for retrieving and creating various Metadata Objects.
 

Class Summary
AbstractMetadata Base abstract class for all metadata records.
AbstractMetadataManager<T extends MetadataObject> Central facade for managing low-level Metadata Objects and Properties.
MetadataObject Abstract class representing a Metadata Object.
MetadataProperty Abstract class representing a Metadata Property.
 

Exception Summary
MetadataException Base Endeca-authored class for Metadata exceptions