Interface IExternalPropertyManagerRegistry

All Superinterfaces:
IManagedService
All Known Implementing Classes:
ExternalPropertyManagerRegistry

public interface IExternalPropertyManagerRegistry extends IManagedService
External property managers registry.
  • Method Details

    • getExternalPropertyManager

      IExternalPropertyManager getExternalPropertyManager(IBmModel model)
      Returns external property manager for given IBmModel model instance.
      Parameters:
      model - IBmModel big model instance (not null)
      Returns:
      external property manager registered for given IBmModel model instance.
    • registerExternalPropertyManager

      IExternalPropertyManager registerExternalPropertyManager(IBmModel model)
      Registers new external property manager for given IBmModel model instance.
      Parameters:
      model - IBmModel big model instance (not null)
      Returns:
      external property manager registered for given IBmModel model instance.