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


Deprecated. This class manipulated the old facet metamodel. With the new eFacet2 metamodel, there are no QuerySets anymore. Queries are used only in Facets. (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381230)

@Deprecated
public interface IQueryUtils

Utility methods for manipulating queries.


Field Summary
static IQueryUtils INSTANCE
          Deprecated. The singleton IQueryUtils
 
Method Summary
 Query searchQuery(java.lang.String querySetName, java.lang.String queryName)
          Deprecated. there are no QuerySets anymore. Queries are now a second-level concept only defined in Facets. An equivalent is to search for an attribute or operation on a Facet : see IFacetUtils
 

Field Detail

INSTANCE

static final IQueryUtils INSTANCE
Deprecated. 
The singleton IQueryUtils

Method Detail

searchQuery

@Deprecated
Query searchQuery(java.lang.String querySetName,
                             java.lang.String queryName)
Deprecated. there are no QuerySets anymore. Queries are now a second-level concept only defined in Facets. An equivalent is to search for an attribute or operation on a Facet : see IFacetUtils

This method searches a query in all registered QuerySetCatalogs.

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