com.hp.ucmdb.api.topology
Interface ElementIdsForChangedCachedQuery


public interface ElementIdsForChangedCachedQuery

An object representing a single change in a query result. See TopologyQueryService.retrieveElementIdsForChangedCachedQueries(com.hp.ucmdb.api.topology.QueryNamesAndVersions, com.hp.ucmdb.api.topology.ElementIdsForChangedCachedQueriesOptions) for complete description.

Since:
UCMDB 9.0

Method Summary
 java.util.Collection<UcmdbId> currentIdsInQueryResult()
          The ids in the current cached query result.
 QueryResultVersion currentQueryResultVersion()
          The current query version.
 

Method Detail

currentIdsInQueryResult

java.util.Collection<UcmdbId> currentIdsInQueryResult()
The ids in the current cached query result. Note: may be affected by options.

Returns:
the ids.

currentQueryResultVersion

QueryResultVersion currentQueryResultVersion()
The current query version. This should be kept and handed back in later method invocation.

Returns:
the result version.


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