Interface QueryDatabaseConfigurationsParam

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String databaseAlias()
      Get a filter to be applied to the database alias of the queried Model Manager database configurations.
      DatabaseKey databaseKey()
      Get a filter to be applied to the database key of the queried Model Manager database configurations.
      java.lang.String label()
      Get a filter to be applied to the configuration label of the queried Model Manager database configurations.
    • Method Detail

      • label

        java.lang.String label()
        Get a filter to be applied to the configuration label of the queried Model Manager database configurations. Only database configurations whose configuration label equals the returned string will match in the query. Returns null if no configuration label filter should be applied in the query.
        Returns:
        A configuration label or null.
      • databaseKey

        DatabaseKey databaseKey()
        Get a filter to be applied to the database key of the queried Model Manager database configurations. Only database configurations whose database key (if set) equals the returned key will match in the query. Returns null if no database key filter should be applied in the query.
        Returns:
        A database key or null.
      • databaseAlias

        java.lang.String databaseAlias()
        Get a filter to be applied to the database alias of the queried Model Manager database configurations. Only database configurations whose database alias (if set) equals the returned string will match in the query. Returns null if no database alias filter should be applied in the query.
        Returns:
        A database alias or null.