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. Must be both XML and java.util serializable.

Created by carl.gould on 3/3/2015.

  • Method Summary

    Modifier and Type
    Method
    Description
    The type ID for which factories/sources are registered in the designer/gateway registries
    For pleasant logging, implement toString() to describe this query
  • Method Details

    • getQueryTypeId

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

      String toString()
      For pleasant logging, implement toString() to describe this query
      Overrides:
      toString in class Object