com.hp.ucmdb.api.topology
Interface LiveQueryResult


public interface LiveQueryResult


Method Summary
 QueryResultChange getChanges()
          Returns the changes to the query result.
 Topology getCurrentTopology()
          Returns current topology from the server.
 boolean hasChanges()
          Returns true if the server has changes on the query result.
 

Method Detail

getCurrentTopology

Topology getCurrentTopology()
                            throws UcmdbException
Returns current topology from the server.

Returns:
the current topology from the server.
Throws:
UcmdbException

hasChanges

boolean hasChanges()
                   throws UcmdbException
Returns true if the server has changes on the query result.

Returns:
true if the server has changes on the query result.
Throws:
UcmdbException

getChanges

QueryResultChange getChanges()
                             throws FullSyncRequiredException,
                                    UcmdbException
Returns the changes to the query result.

Returns:
the changes to the query result.
Throws:
FullSyncRequiredException, - UcmdbException
FullSyncRequiredException
UcmdbException


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