com.hp.ucmdb.api.snapshots
Interface QuerySnapshotCompareResult


public interface QuerySnapshotCompareResult

Since:
UCMDB 9.0

Method Summary
 boolean bothTopologiesOriginatedFromExactlyTheSameQuery()
          Returns true if the both topologies originated from exactly the same query.
 SnapshotHeader getHeader1()
          The first snapshot header.
 SnapshotHeader getHeader2()
          The second snapshot header, or null if current query result was requested.
 Topology getResult1()
          The first query result.
 Topology getResult2()
          The second (or current) snapshot query result.
 

Method Detail

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


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.