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.ExecutionResults
public Object getValue(String identifier)
getValue
in interface org.kie.api.runtime.ExecutionResults
public Object getFactHandle(String identifier)
getFactHandle
in interface org.kie.api.runtime.ExecutionResults
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.