org.eclipse.emf.facet.efacet.core.query
Interface IQueryUtils
public interface IQueryUtils
This interface gathers utility methods for manipulating queries.
|
Method Summary |
Query |
searchQuery(java.lang.String querySetName,
java.lang.String queryName)
This method searches in all registered QuerySetCatalogs the
corresponding query in all the querySet |
INSTANCE
static final IQueryUtils INSTANCE
searchQuery
Query searchQuery(java.lang.String querySetName,
java.lang.String queryName)
- This method searches in all registered
QuerySetCatalogs the
corresponding query in all the querySet
- Parameters:
querySetName - the name of the querySet to search into.queryName - the name of the query to search for.
- Returns:
- the query if found,
null otherwise