Package com.hp.ucmdb.api.topology
Interface LiveQueryResult
public interface LiveQueryResult
-
Method Summary
Modifier and TypeMethodDescriptionReturns the changes to the query result.Returns current topology from the server.boolean
Returns true if the server has changes on the query result.
-
Method Details
-
getCurrentTopology
Returns current topology from the server.- Returns:
- the current topology from the server.
- Throws:
UcmdbException
-
hasChanges
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
Returns the changes to the query result.- Returns:
- the changes to the query result.
- Throws:
FullSyncRequiredException
UcmdbException
-