Interface IContainObjectsNode
- All Known Implementing Classes:
AggregatesMigrationNode,ConfigurationImporterNode,CubeImporterNode,DimensionTableImporterNode,ExternalObjectImporterNode,FormMetadataImporterNode,MetadataObjectImporterNode,SubsystemImporterNode,TableImporterNode
public interface IContainObjectsNode
Extension for
IHierarchyImporterNode to provide
the ability to add objects from external resources-
Method Summary
Modifier and TypeMethodDescriptionvoidaddContainObject(String name, Object value) Add info about imported sub object
-
Method Details
-
addContainObject
Add info about imported sub object- Parameters:
name- the sub object name or indentifier, ornullif object without namevalue- the sub object instance, cannot benull- Throws:
IllegalArgumentException- if parent object not support
-