@Deprecated
public final class ModelQuerySetCatalog
extends AbstractMoDiscoCatalog
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | FACTORY_EXTENSION_POINT_IDDeprecated.  | 
| static java.lang.String | FILE_EXTENSIONDeprecated.  | 
| static java.lang.String | REGISTRATION_EXTENSION_POINT_IDDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<ModelQuerySet> | getAllModelQuerySets()Deprecated.  This methods returns the query sets of all the resources contained in the
 catalog. | 
| java.lang.String | getFileExtension()Deprecated.  | 
| java.util.List<IModelQueryFactory> | getInstalledModelQueryFactory()Deprecated.  This method returns the list of the installed model query factory. | 
| AbstractModelQuery | getModelQueryImpl(ModelQuery modelQuery)Deprecated.  This method return a java object containing the model query
 implementation. | 
| ModelQuerySet | getModelQuerySet(java.lang.String name)Deprecated.  This method returns the model query set of the resource having for name
 the "name" parameter value. | 
| static ModelQuerySetCatalog | getSingleton()Deprecated.  | 
public static final java.lang.String REGISTRATION_EXTENSION_POINT_ID
public static final java.lang.String FACTORY_EXTENSION_POINT_ID
public static final java.lang.String FILE_EXTENSION
public static ModelQuerySetCatalog getSingleton()
public ModelQuerySet getModelQuerySet(java.lang.String name)
name - the name of a resource contained in the catalogpublic java.util.Collection<ModelQuerySet> getAllModelQuerySets()
public java.util.List<IModelQueryFactory> getInstalledModelQueryFactory()
public AbstractModelQuery getModelQueryImpl(ModelQuery modelQuery) throws ModelQueryException
modelQuery - a model queryModelQueryExceptionpublic java.lang.String getFileExtension()