public interface QueryChangeResult
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.| Modifier and Type | Method and Description | 
|---|---|
Map<String,Query> | 
getAllChangedQueriesAfterModification()
Returns all of the changed queries after modification. 
 | 
Map<String,Query> | 
getAllChangedQueriesBeforeModification()
Returns all of the changed queries before modification. 
 | 
Query | 
getChangedQueryAfterModification(String queryName)
Returns the changed query after modification, or null if the given query name was not changed. 
 | 
Query | 
getChangedQueryBeforeModification(String queryName)
Returns the changed query before modification, or null if the given query name was not changed. 
 | 
Query getChangedQueryBeforeModification(String queryName)
Map<String,Query> getAllChangedQueriesBeforeModification()
Query getChangedQueryAfterModification(String queryName)
                             Documentation Feedback                             
                             Copyright 2011 - 2018 Micro Focus or one of its affiliates.