Interface QueryConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
AlarmJournalQueryConfig, NamedQueryConfig, PrepStmtQueryConfig, SimpleSqlQueryConfig, TagCalculationQueryConfig, TagHistQueryConfig

public interface QueryConfig extends Serializable
Interface that all config objects that represent query sources must implement. This is a core part of the data source plugin system. Must be both XML and java.util serializable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type ID for which factories/sources are registered in the designer/gateway registries.
    Returns a string description of this query, suitable for logging.
  • Method Details

    • getQueryTypeId

      String getQueryTypeId()
      Returns the type ID for which factories/sources are registered in the designer/gateway registries.
    • toString

      String toString()
      Returns a string description of this query, suitable for logging.
      Overrides:
      toString in class Object