Interface QueryNamesAndVersions


public interface QueryNamesAndVersions
Since:
UCMDB 9.0
  • Method Details

    • queryToCheckIfUpdated

      QueryNamesAndVersions queryToCheckIfUpdated(String queryName, QueryResultVersion resultVersion)
      Adds a query to check if its cached result is newer than the given result version.
      Parameters:
      queryName - the query name.
      resultVersion - the result version to check.
      Returns:
      this object for method chaining.
    • queryToCheckAlways

      QueryNamesAndVersions queryToCheckAlways(String queryName)
      Adds a query to check regardless of its result version.
      Parameters:
      queryName - the query name.
      Returns:
      this object for method chaining.