org.eclipse.emf.facet.efacet.core.query
Interface IQueryUtils


public interface IQueryUtils

This interface gathers utility methods for manipulating queries.


Field Summary
static IQueryUtils INSTANCE
           
 
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
 

Field Detail

INSTANCE

static final IQueryUtils INSTANCE
Method Detail

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