|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.camunda.bpm.dmn.engine.impl.DmnDecisionRuleResultImpl
public class DmnDecisionRuleResultImpl
Nested Class Summary | |
---|---|
protected class |
DmnDecisionRuleResultImpl.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 | |
---|---|
DmnDecisionRuleResultImpl()
|
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 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. |
|
boolean |
isEmpty()
|
|
Set<String> |
keySet()
|
|
Object |
put(String key,
Object value)
|
|
void |
putAll(Map<? extends String,?> m)
|
|
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 DmnDecisionRuleResultImpl()
Method Detail |
---|
public void putValue(String name, org.camunda.bpm.engine.variable.value.TypedValue value)
public <T> T getEntry(String name)
DmnDecisionRuleResult
getEntry
in interface DmnDecisionRuleResult
T
- the type of the rule result entryname
- the name of the output
DmnDecisionRuleResult.getEntryTyped(String)
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getEntryTyped(String name)
DmnDecisionRuleResult
getEntryTyped
in interface DmnDecisionRuleResult
T
- the type of the rule result entryname
- the name of the output
DmnDecisionRuleResult.getEntry(String)
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getFirstEntryTyped()
DmnDecisionRuleResult
getFirstEntryTyped
in interface DmnDecisionRuleResult
T
- the type of the rule result entry
DmnDecisionRuleResult.getFirstEntry()
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getSingleEntryTyped()
DmnDecisionRuleResult
getSingleEntryTyped
in interface DmnDecisionRuleResult
T
- the type of the rule result entry
DmnDecisionRuleResult.getSingleEntry()
public <T> T getFirstEntry()
DmnDecisionRuleResult
getFirstEntry
in interface DmnDecisionRuleResult
T
- the type of the rule result entry
DmnDecisionRuleResult.getFirstEntryTyped()
public <T> T getSingleEntry()
DmnDecisionRuleResult
getSingleEntry
in interface DmnDecisionRuleResult
T
- the type of the rule result entry
DmnDecisionRuleResult.getSingleEntryTyped()
public Map<String,Object> getEntryMap()
DmnDecisionRuleResult
getEntryMap
in interface DmnDecisionRuleResult
DmnDecisionRuleResult.getEntryMapTyped()
public Map<String,org.camunda.bpm.engine.variable.value.TypedValue> getEntryMapTyped()
DmnDecisionRuleResult
getEntryMapTyped
in interface DmnDecisionRuleResult
DmnDecisionRuleResult.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 Object
public 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 |