Interface CustomMetaDataSourceProvider
public interface CustomMetaDataSourceProvider
The CustomMetaDataSourceProvider delegate allows the user to supply additional metadata sources for any parts list item or any node in a service structure.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomDataSources(Persistable targetNode, ObjectToObjectLink linkToNode, Persistable rootNode, SISOperationServerContext hookContext) Returns a collection of custom metadata sources that will be appended to the existing metadata sources and serialized to the target node.
-
Method Details
-
getCustomDataSources
List<SISMetaDataSource> getCustomDataSources(Persistable targetNode, ObjectToObjectLink linkToNode, Persistable rootNode, SISOperationServerContext hookContext) throws WTException Returns a collection of custom metadata sources that will be appended to the existing metadata sources and serialized to the target node.- Parameters:
targetNode-linkToNode-rootNode-hookContext-- Returns:
- Throws:
WTException-
Supported API: true
-