|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.dmn.engine.impl.DmnDecisionResultEntriesImpl
public class DmnDecisionResultEntriesImpl
| Nested Class Summary | |
|---|---|
protected class |
DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry
|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary | |
|---|---|
static DmnEngineLogger |
LOG
|
protected Map<String,org.camunda.bpm.engine.variable.value.TypedValue> |
outputValues
|
| Constructor Summary | |
|---|---|
DmnDecisionResultEntriesImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
clear()
|
|
boolean |
containsKey(Object key)
|
|
boolean |
containsValue(Object value)
|
|
Set<Map.Entry<String,Object>> |
entrySet()
|
|
Object |
get(Object key)
|
|
|
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. |
|
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()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final DmnEngineLogger LOG
protected final Map<String,org.camunda.bpm.engine.variable.value.TypedValue> outputValues
| Constructor Detail |
|---|
public DmnDecisionResultEntriesImpl()
| Method Detail |
|---|
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)
DmnDecisionResultEntries
getEntry in interface DmnDecisionResultEntriesT - the type of the result entryname - the name of the output
DmnDecisionResultEntries.getEntryTyped(String)public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getEntryTyped(String name)
DmnDecisionResultEntries
getEntryTyped in interface DmnDecisionResultEntriesT - the type of the result entryname - the name of the output
DmnDecisionResultEntries.getEntry(String)public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getFirstEntryTyped()
DmnDecisionResultEntries
getFirstEntryTyped in interface DmnDecisionResultEntriesT - the type of the result entry
DmnDecisionResultEntries.getFirstEntry()public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getSingleEntryTyped()
DmnDecisionResultEntries
getSingleEntryTyped in interface DmnDecisionResultEntriesT - the type of the result entry
DmnDecisionResultEntries.getSingleEntry()public <T> T getFirstEntry()
DmnDecisionResultEntries
getFirstEntry in interface DmnDecisionResultEntriesT - the type of the result entry
DmnDecisionResultEntries.getFirstEntryTyped()public <T> T getSingleEntry()
DmnDecisionResultEntries
getSingleEntry in interface DmnDecisionResultEntriesT - the type of the result entry
DmnDecisionResultEntries.getSingleEntryTyped()public Map<String,Object> getEntryMap()
DmnDecisionResultEntries
getEntryMap in interface DmnDecisionResultEntriesDmnDecisionResultEntries.getEntryMapTyped()public Map<String,org.camunda.bpm.engine.variable.value.TypedValue> getEntryMapTyped()
DmnDecisionResultEntries
getEntryMapTyped in interface DmnDecisionResultEntriesDmnDecisionResultEntries.getEntryMap()public int size()
size in interface Map<String,Object>public boolean isEmpty()
isEmpty in interface Map<String,Object>public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public Set<String> keySet()
keySet in interface Map<String,Object>public Collection<Object> values()
values in interface Map<String,Object>public String toString()
toString in class Objectpublic boolean containsValue(Object value)
containsValue in interface Map<String,Object>public Object get(Object key)
get in interface Map<String,Object>
public Object put(String key,
Object value)
put in interface Map<String,Object>public Object remove(Object key)
remove in interface Map<String,Object>public void putAll(Map<? extends String,?> m)
putAll in interface Map<String,Object>public void clear()
clear in interface Map<String,Object>public Set<Map.Entry<String,Object>> entrySet()
entrySet in interface Map<String,Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||