Package org.imemex.contentconverters

This package and its subpackages implement the content converters.

See:
          Description

Interface Summary
ContentConvertedResourceView A content converted resource view is a resource view (RV) that came from the content of a data source resource view.
ContentToContentConverter Converts a Content (as defined in the iDM) into another.
ContentToResourceViewConverter Interface which defines the access point to the Content to Resource View conversion package.
ContentToRVConverterFactory TODO will probably not exist after cleaning up the CC.
ContentToTextConverter Converts a given content to a text representation.
 

Class Summary
AbstractHierarchicalContentConvertedResourceView This class implements a resource view plugin id scheme in which the plugin id of a view is given by a concatenation of the plugin id from its parent view with a suffix.
ContentConvertedRVResultIdentifier Test result identifier for content converted resource views.
Conversion Represents the result of a conversion of a content to a resource view sub-graph.
DefaultHierarchicalContentConvertedResourceView Default implementation of a hierarchical content converted resource view.
PrefixContentConvertedIdPullOperator<E extends ContentConvertedResourceView> An operator which prefixes the name of each of its input resource views with a prefix.
PrefixContentConvertedIdResourceView A resource view which prefixes its input resource view with a prefix.
 

Exception Summary
ContentConversionException Exception thrown if a content cannot be converted to another.
 

Package org.imemex.contentconverters Description

This package and its subpackages implement the content converters.

Interfaces