Constructor and Description |
---|
DynamicFact(Object bean,
org.kie.api.definition.type.FactType typeDef) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object arg0) |
Set |
entrySet() |
Object |
get(Object fieldName) |
Object |
getFactObject()
Return the underlying fact itself.
|
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map arg0) |
Object |
remove(Object arg0) |
int |
size() |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public DynamicFact(Object bean, org.kie.api.definition.type.FactType typeDef)
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object arg0)
containsValue
in interface Map<String,Object>
public Collection values()
public Object getFactObject()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.