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 Type
    Method
    Description
    void
    Add info about imported sub object
  • Method Details

    • addContainObject

      void addContainObject(String name, Object value)
      Add info about imported sub object
      Parameters:
      name - the sub object name or indentifier, or null if object without name
      value - the sub object instance, cannot be null
      Throws:
      IllegalArgumentException - if parent object not support