|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnDecisionRuleResult
The result of one decision rule. This represents the output entry
values of a matching decision rule. It is a mapping from the output
name attribute to the output value. If no name
was given the 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 rule result entry for a given output name. |
|
Map<String,Object> |
getEntryMap()
Returns a map of the rule result entry values by output name. |
|
Map<String,org.camunda.bpm.engine.variable.value.TypedValue> |
getEntryMapTyped()
Returns a map of the typed rule result entry values by output name. |
|
|
getEntryTyped(String name)
Returns the typed value of the rule result entry for a given output name. |
|
|
getFirstEntry()
Returns the value of the first rule result entry. |
|
|
getFirstEntryTyped()
Returns the typed value of the first rule result entry. |
|
|
getSingleEntry()
Returns the value of the single entry of the decision rule result. |
|
|
getSingleEntryTyped()
Returns the typed value of the single entry of the decision rule 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 rule result entry
getFirstEntryTyped()<T extends org.camunda.bpm.engine.variable.value.TypedValue> T getFirstEntryTyped()
T - the type of the rule result entry
getFirstEntry()<T> T getSingleEntry()
T - the type of the rule result entry
DmnEngineException - if more than one rule result entry existsgetSingleEntryTyped()<T extends org.camunda.bpm.engine.variable.value.TypedValue> T getSingleEntryTyped()
T - the type of the rule result entry
DmnEngineException - if more than one rule result entry existsgetSingleEntry()<T> T getEntry(String name)
T - the type of the rule 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 rule 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 | |||||||||