Interface IBmProvider

All Known Subinterfaces:
IBmProjectProvider, IDerivedDataBmProvider
All Known Implementing Classes:
DerivedDataBmProvider

@Deprecated public interface IBmProvider
Deprecated.
Public contract of BM provider. BM providers are responsible for two-way communication with external data sources or specific autonomous processing of BM data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the unique identifier of the provider being used to address it within the collection of BM providers being associated with particular model.
    void
    waitProcessing(long timeout)
    Deprecated.
    Waits till all the processing in progress is finished.
  • Method Details

    • getId

      String getId()
      Deprecated.
      Gets the unique identifier of the provider being used to address it within the collection of BM providers being associated with particular model.
      Returns:
      ID of this provider.
    • waitProcessing

      void waitProcessing(long timeout)
      Deprecated.
      Waits till all the processing in progress is finished.
      Parameters:
      timeout - The maximum time to wait in milliseconds.