com.hp.ucmdb.api.topology
Interface QueryChangeResult


public interface QueryChangeResult

The result of a call to QueryManagementService.modifyQuery(QueryChangeCommand).

This structure holds the queries that were changed, both before and after the change. The Query objects are fully loaded and do not require a request to the server for their definitions.

Since:
UCMDB 9.0

Method Summary
 java.util.Map<java.lang.String,Query> getAllChangedQueriesAfterModification()
          Returns all of the changed queries after modification.
 java.util.Map<java.lang.String,Query> getAllChangedQueriesBeforeModification()
          Returns all of the changed queries before modification.
 Query getChangedQueryAfterModification(java.lang.String queryName)
          Returns the changed query after modification, or null if the given query name was not changed.
 Query getChangedQueryBeforeModification(java.lang.String queryName)
          Returns the changed query before modification, or null if the given query name was not changed.
 

Method Detail

getChangedQueryBeforeModification

Query getChangedQueryBeforeModification(java.lang.String queryName)
Returns the changed query before modification, or null if the given query name was not changed.


getAllChangedQueriesBeforeModification

java.util.Map<java.lang.String,Query> getAllChangedQueriesBeforeModification()
Returns all of the changed queries before modification.


getChangedQueryAfterModification

Query getChangedQueryAfterModification(java.lang.String queryName)
Returns the changed query after modification, or null if the given query name was not changed.


getAllChangedQueriesAfterModification

java.util.Map<java.lang.String,Query> getAllChangedQueriesAfterModification()
Returns all of the changed queries after modification.



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