|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnDecisionResultEntries
Represents the output entries (i.e., pairs of output name and value).
In case of a decision with a decision table, the result contains the output
entries of a matched rule. Each output value is mapped to the output
name attribute. If no name was given then the entry key is
null.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | ||
|---|---|---|
|
getEntry(String name)
Returns the value of the result entry for a given output name. |
|
Map<String,Object> |
getEntryMap()
Returns a map of the result entry values by output name. |
|
Map<String,org.camunda.bpm.engine.variable.value.TypedValue> |
getEntryMapTyped()
Returns a map of the typed result entry values by output name. |
|
|
getEntryTyped(String name)
Returns the typed value of the result entry for a given output name. |
|
|
getFirstEntry()
Returns the value of the first result entry. |
|
|
getFirstEntryTyped()
Returns the typed value of the first result entry. |
|
|
getSingleEntry()
Returns the value of the single entry of the decision result. |
|
|
getSingleEntryTyped()
Returns the typed value of the single entry of the decision result. |
|
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
<T> T getFirstEntry()
T - the type of the result entry
getFirstEntryTyped()<T extends org.camunda.bpm.engine.variable.value.TypedValue> T getFirstEntryTyped()
T - the type of the result entry
getFirstEntry()<T> T getSingleEntry()
T - the type of the result entry
DmnEngineException - if more than one result entry existsgetSingleEntryTyped()<T extends org.camunda.bpm.engine.variable.value.TypedValue> T getSingleEntryTyped()
T - the type of the result entry
DmnEngineException - if more than one result entry existsgetSingleEntry()<T> T getEntry(String name)
T - the type of the result entryname - the name of the output
getEntryTyped(String)<T extends org.camunda.bpm.engine.variable.value.TypedValue> T getEntryTyped(String name)
T - the type of the result entryname - the name of the output
getEntry(String)Map<String,Object> getEntryMap()
getEntryMapTyped()Map<String,org.camunda.bpm.engine.variable.value.TypedValue> getEntryMapTyped()
getEntryMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||