Interface ManifestCustomMetaDataSourceProvider
public interface ManifestCustomMetaDataSourceProvider
The ManifestCustomMetaDataSourceProvider delegate adds and removes metadata sources for content as well as adds
new attributes to existing metadata in the manifest.xml file in the payload.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomDataSources(WTKeyedMap currentData, SISOperationServerContext hookContext) Returns a map of targeted references and their custom metadata information.
-
Method Details
-
getCustomDataSources
Map<WTReference,List<SISMetaDataSource>> getCustomDataSources(WTKeyedMap currentData, SISOperationServerContext hookContext) throws WTException Returns a map of targeted references and their custom metadata information.- Parameters:
currentData-hookContext-- Returns:
- Map containing the reference to data source
- Throws:
WTException-
Supported API: true
-