Uses of Interface
com.hp.ucmdb.api.topology.LiveQuery
Packages that use LiveQuery
Package
Description
This package contains services for defining and running TQL queries and processing the results.
This package contains services for listening for changes in the IT universe and changes in query results.
-
Uses of LiveQuery in com.hp.ucmdb.api.topology
Methods in com.hp.ucmdb.api.topology that return LiveQueryModifier and TypeMethodDescriptionTopologyQueryService.getLiveQuery
(String queryName) Returns a query whose result is always kept updated on server side.LiveQuery.withDataIntegrityRulesBundle
(String dataIntegrityRulesBundle) -
Uses of LiveQuery in com.hp.ucmdb.api.topology.notification
Methods in com.hp.ucmdb.api.topology.notification with parameters of type LiveQueryModifier and TypeMethodDescriptionvoid
LiveQueryResultListener.onMassiveChange
(LiveQuery liveQuery) Notifies the client of massive changes to the result of the query.