Interface QueryManagementService
-
public interface QueryManagementService
The query management service can be used to maintain queries displayed in the "Queries" panel in XC.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Query
createQuery(String name)
Creates a new query with the specified name.void
deleteQuery(Query query)
Deletes the specified query
-