public interface IQueryImplementationFactory
IQueryImplementation
for queries corresponding to this type of
factory.Modifier and Type | Method and Description |
---|---|
IQueryImplementation |
create(Query query,
Bundle queryBundle,
IDerivedTypedElementManager manager)
Create a query implementation for the given query.
|
EClass |
getManagedQueryType()
Return the type of query handled by this implementation.
|
IQueryImplementation create(Query query, Bundle queryBundle, IDerivedTypedElementManager manager) throws DerivedTypedElementException
query
- the query to create an implementation forqueryBundle
- the bundle in which the query is defined. May be null
if the query is not defined in a
Bundle
.DerivedTypedElementException
EClass getManagedQueryType()