|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IDerivedTypedElementManager with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381225)
@Deprecated public interface IEFacetManager
This interface allows the user to use the EMF Facet API for Query and Facet.
| Field Summary | |
|---|---|
static IEFacetManager |
INSTANCE
Deprecated. |
| Method Summary | |
|---|---|
java.lang.Object |
basicEvaluate(Query query,
EObject eObject)
Deprecated. This method is equivalent to evaluate(Query, EObject) but rather than
return the errors into a QueryResult instance, it throws an exception. |
java.lang.Object |
basicEvaluate(Query query,
EObject eObject,
java.util.List<ParameterValue> parameterValues)
Deprecated. This method is equivalent to evaluate(Query, EObject, List) but rather
than return the errors into a QueryResult instance, it throws an exception. |
QueryResult |
evaluate(Query query,
EObject eObject)
Deprecated. This method is used to evaluate the given Query on the given EObject |
QueryResult |
evaluate(Query query,
EObject eObject,
java.util.List<ParameterValue> parameterValues)
Deprecated. This method is used to evaluate the given Query on the given EObject taking
into consideration some ParameterValue |
| Field Detail |
|---|
static final IEFacetManager INSTANCE
| Method Detail |
|---|
QueryResult evaluate(Query query,
EObject eObject,
java.util.List<ParameterValue> parameterValues)
Query on the given EObject taking
into consideration some ParameterValue
QueryResult evaluate(Query query,
EObject eObject)
Query on the given EObject
java.lang.Object basicEvaluate(Query query,
EObject eObject,
java.util.List<ParameterValue> parameterValues)
throws QueryException
evaluate(Query, EObject, List) but rather
than return the errors into a QueryResult instance, it throws an exception.
eObject - The query evaluation context
QueryException
java.lang.Object basicEvaluate(Query query,
EObject eObject)
throws QueryException
evaluate(Query, EObject) but rather than
return the errors into a QueryResult instance, it throws an exception.
eObject - The query evaluation context
QueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||