public class ExecutionResultImpl extends Object implements org.kie.api.runtime.ExecutionResults, Serializable
| Constructor and Description |
|---|
ExecutionResultImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFactHandle(String identifier) |
Map<String,Object> |
getFactHandles() |
Collection<String> |
getIdentifiers() |
Map<String,Object> |
getResults() |
Object |
getValue(String identifier) |
void |
setFactHandles(HashMap<String,Object> facts) |
void |
setResults(HashMap<String,Object> results) |
public Collection<String> getIdentifiers()
getIdentifiers in interface org.kie.api.runtime.ExecutionResultspublic Object getValue(String identifier)
getValue in interface org.kie.api.runtime.ExecutionResultspublic Object getFactHandle(String identifier)
getFactHandle in interface org.kie.api.runtime.ExecutionResultsCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.