Package com.hp.ucmdb.api.topology
Interface QueryNamesAndVersions
public interface QueryNamesAndVersions
Request object for
TopologyQueryService.retrieveElementIdsForChangedCachedQueries(com.hp.ucmdb.api.topology.QueryNamesAndVersions, com.hp.ucmdb.api.topology.ElementIdsForChangedCachedQueriesOptions)
.
See the original method for complete description.- Since:
- UCMDB 9.0
-
Method Summary
Modifier and TypeMethodDescriptionqueryToCheckAlways
(String queryName) Adds a query to check regardless of its result version.queryToCheckIfUpdated
(String queryName, QueryResultVersion resultVersion) Adds a query to check if its cached result is newer than the given result version.
-
Method Details
-
queryToCheckIfUpdated
Adds a query to check if its cached result is newer than the given result version.- Parameters:
queryName
- the query name.resultVersion
- the result version to check.- Returns:
- this object for method chaining.
-
queryToCheckAlways
Adds a query to check regardless of its result version.- Parameters:
queryName
- the query name.- Returns:
- this object for method chaining.
-