Issue Type: Improvement Improvement
Affects Versions: 1.0
Assignee: Unassigned
Created: 18/Feb/13 10:45 AM
Description:

In the current implementation the metadata-standards are hard coded. It must be possible to add and change the available metadata standards. For example a registry of metadata standards.

Here is for example some code that must go:
InternalAssetMetadataBuilder

if (SupportedMetaDataType.MAGNOLIA.name().equals(metadataType))

{ return createMagnoliaMetadata(source); }

else if (SupportedMetaDataType.DUBLIN_CORE.name().equals(metadataType))

{ return createDublinCoreMetadata(source); }

else {
log.warn("Unsuported Metadata type '{}'", metadataType);
throw new AssetMetadataTypeNotSupportedException(metadataType + " is Not a supported Metadata Type.");
}

Fix Versions: 1.0
Project: Magnolia DAM Module
Labels: BL-145
Priority: Neutral Neutral
Reporter: Christopher Zimmermann
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to