Package | Description |
---|---|
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
com.hp.ucmdb.api.topology.notification |
This package contains services for listening for changes in the IT universe and changes in query results.
|
Modifier and Type | Method and Description |
---|---|
QueryResultChange |
LiveQueryResult.getChanges()
Returns the changes to the query result.
|
QueryResultChange |
LiveQuery.getChanges(QueryResultVersion queryResultVersion)
returns the changes in the result of the query since the result had the given result version
Notice that there may be cases where has changes returned true, but get changes will return empty changes
since it accumulates changes, for example, if certain object was added and than was removed
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultListener.onChange(QueryResultChange queryResultChange)
Notifies the client of changes to the result of the query.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.