Interface QuerySnapshotCompareResult


public interface QuerySnapshotCompareResult
Since:
UCMDB 9.0
  • Method Details

    • getHeader1

      SnapshotHeader getHeader1()
      The first snapshot header.
    • getResult1

      Topology getResult1()
      The first query result.
    • getHeader2

      SnapshotHeader getHeader2()
      The second snapshot header, or null if current query result was requested.
    • getResult2

      Topology getResult2()
      The second (or current) snapshot query result.
    • bothTopologiesOriginatedFromExactlyTheSameQuery

      boolean bothTopologiesOriginatedFromExactlyTheSameQuery()
      Returns true if the both topologies originated from exactly the same query. A query is an exact match if it has the same query version for the query and all the queries it depends on.
      Returns:
      true if the both topologies originated from exactly the same query