com.hp.ucmdb.api.topology
Interface ElementIdsForChangedCachedQueries


public interface ElementIdsForChangedCachedQueries

The result of 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
 java.util.Collection<java.lang.String> nonUpdatedQueries()
          Returns a collection of queries in the request that were not updated (so they have no entry in the map returned from updatedQueriesResults()).
 java.util.Collection<java.lang.String> queriesNotInCache()
          Returns a collection of queries that were not checked because they were not in the CMDB result cache.
 java.util.Map<java.lang.String,ElementIdsForChangedCachedQuery> updatedQueriesResults()
          Returns a map of of the updated queries names to their ids (and current version).
 

Method Detail

updatedQueriesResults

java.util.Map<java.lang.String,ElementIdsForChangedCachedQuery> updatedQueriesResults()
Returns a map of of the updated queries names to their ids (and current version).

Returns:
map of updated query name to result (as ids).

nonUpdatedQueries

java.util.Collection<java.lang.String> nonUpdatedQueries()
Returns a collection of queries in the request that were not updated (so they have no entry in the map returned from updatedQueriesResults()).

Returns:
non updated queries.

queriesNotInCache

java.util.Collection<java.lang.String> queriesNotInCache()
Returns a collection of queries that were not checked because they were not in the CMDB result cache.

Returns:
queries not in cache.


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