Modifier and Type | Method and Description |
---|---|
<T extends ETypedElementResult> |
IDerivedTypedElementManager.batchEvaluate(DerivedTypedElement derivedTE,
java.util.Collection<? extends EObject> sources,
java.util.List<ParameterValue> parameterValues,
java.lang.Class<T> resultType,
IFacetManager facetManager)
Evaluates a derived typed element on a list of model elements in a single
call.
|
Modifier and Type | Method and Description |
---|---|
<T> java.util.List<ETypedElementResult> |
IFacetManager.batchGetOrInvoke(java.util.Collection<EObject> sources,
ETypedElement query,
java.lang.Class<T> aClass) |
java.util.List<ETypedElementResult> |
IFacetManager.batchInvoke(java.util.Collection<EObject> eObjects,
EOperation operation,
java.lang.Object... arguments)
Invoke the given
EOperation on each element of the given
collection of EObject s. |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
FacetUtils.getResultValue(ETypedElementResult eTEresult) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ETypedElementResult> |
IQueryCollectionImplementation.getValues(Query query,
ETypedElement eTypedElement,
java.util.Collection<? extends EObject> sources,
java.util.List<ParameterValue> arguments)
This method must be implemented by each sub-class to evaluate a query on a collection of elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ETypedElementEObjectListResult<T extends EObject>
A representation of the model object 'ETyped Element EObject List Result'.
|
interface |
ETypedElementEObjectResult<T extends EObject>
A representation of the model object 'ETyped Element EObject Result'.
|
interface |
ETypedElementPrimitiveTypeListResult<T>
A representation of the model object 'ETyped Element Primitive Type List Result'.
|
interface |
ETypedElementPrimitiveTypeResult<T>
A representation of the model object 'ETyped Element Primitive Type Result'.
|
Modifier and Type | Method and Description |
---|---|
void |
IETypedElementResultDisplayer.displayETypedElementResults(java.util.List<ETypedElementResult> result,
EditingDomain editingDomain) |
IWorkbenchPart |
IETypedElementResultDisplayerOpener.open(java.util.List<ETypedElementResult> results) |
Modifier and Type | Method and Description |
---|---|
ETypedElementResult |
NavigationRow.getQueryResult()
Returns the value of the 'Query Result' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationRow.setQueryResult(ETypedElementResult value)
Sets the value of the '
Query Result ' reference. |