|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEFacetManager
This interface allows the user to use the EMF Facet API for Query and Facet.
| Field Summary | |
|---|---|
static IEFacetManager |
INSTANCE
|
| Method Summary | |
|---|---|
java.lang.Object |
basicEvaluate(Query query,
EObject eObject)
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)
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)
This method is used to evaluate the given Query on the given
EObject |
QueryResult |
evaluate(Query query,
EObject eObject,
java.util.List<ParameterValue> parameterValues)
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 | |||||||||