public class DmnDecisionResultEntriesImpl extends Object implements DmnDecisionResultEntries
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry | 
| Modifier and Type | Field and Description | 
|---|---|
| static DmnEngineLogger | LOG | 
| protected Map<String,org.camunda.bpm.engine.variable.value.TypedValue> | outputValues | 
| Constructor and Description | 
|---|
| DmnDecisionResultEntriesImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| boolean | containsKey(Object key) | 
| boolean | containsValue(Object value) | 
| Set<Map.Entry<String,Object>> | entrySet() | 
| Object | get(Object key) | 
| <T> T | 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. | 
| <T extends org.camunda.bpm.engine.variable.value.TypedValue>  | getEntryTyped(String name)Returns the typed value of the result entry for a given output name. | 
| <T> T | getFirstEntry()Returns the value of the first result entry. | 
| <T extends org.camunda.bpm.engine.variable.value.TypedValue>  | getFirstEntryTyped()Returns the typed value of the first result entry. | 
| <T> T | getSingleEntry()Returns the value of the single entry of the decision result. | 
| <T extends org.camunda.bpm.engine.variable.value.TypedValue>  | getSingleEntryTyped()Returns the typed value of the single entry of the decision result. | 
| boolean | isEmpty() | 
| Set<String> | keySet() | 
| Object | put(String key,
   Object value) | 
| void | putAll(Map<? extends String,?> m) | 
| void | putAllValues(Map<String,org.camunda.bpm.engine.variable.value.TypedValue> values) | 
| void | putValue(String name,
        org.camunda.bpm.engine.variable.value.TypedValue value) | 
| Object | remove(Object key) | 
| int | size() | 
| String | toString() | 
| Collection<Object> | values() | 
public static final DmnEngineLogger LOG
public void putValue(String name, org.camunda.bpm.engine.variable.value.TypedValue value)
public void putAllValues(Map<String,org.camunda.bpm.engine.variable.value.TypedValue> values)
public <T> T getEntry(String name)
DmnDecisionResultEntriesgetEntry in interface DmnDecisionResultEntriesT - the type of the result entryname - the name of the outputDmnDecisionResultEntries.getEntryTyped(String)public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getEntryTyped(String name)
DmnDecisionResultEntriesgetEntryTyped in interface DmnDecisionResultEntriesT - the type of the result entryname - the name of the outputDmnDecisionResultEntries.getEntry(String)public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getFirstEntryTyped()
DmnDecisionResultEntriesgetFirstEntryTyped in interface DmnDecisionResultEntriesT - the type of the result entryDmnDecisionResultEntries.getFirstEntry()public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getSingleEntryTyped()
DmnDecisionResultEntriesgetSingleEntryTyped in interface DmnDecisionResultEntriesT - the type of the result entryDmnDecisionResultEntries.getSingleEntry()public <T> T getFirstEntry()
DmnDecisionResultEntriesgetFirstEntry in interface DmnDecisionResultEntriesT - the type of the result entryDmnDecisionResultEntries.getFirstEntryTyped()public <T> T getSingleEntry()
DmnDecisionResultEntriesgetSingleEntry in interface DmnDecisionResultEntriesT - the type of the result entryDmnDecisionResultEntries.getSingleEntryTyped()public Map<String,Object> getEntryMap()
DmnDecisionResultEntriesgetEntryMap in interface DmnDecisionResultEntriesDmnDecisionResultEntries.getEntryMapTyped()public Map<String,org.camunda.bpm.engine.variable.value.TypedValue> getEntryMapTyped()
DmnDecisionResultEntriesgetEntryMapTyped in interface DmnDecisionResultEntriesDmnDecisionResultEntries.getEntryMap()public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>Copyright © 2018. All rights reserved.