KIE Internal 6.2.0.CR2

org.kie.internal.executor.api
Class ExecutionResults

java.lang.Object
  extended by org.kie.internal.executor.api.ExecutionResults
All Implemented Interfaces:
Serializable

public class ExecutionResults
extends Object
implements Serializable

Data holder for command's result data. Whatever command produces should be placed in this results so they can be later on referenced by name by the requestor - e.g. process instance.

See Also:
Serialized Form

Constructor Summary
ExecutionResults()
           
 
Method Summary
 Map<String,Object> getData()
           
 Object getData(String key)
           
 Set<String> keySet()
           
 void setData(Map<String,Object> data)
           
 void setData(String key, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionResults

public ExecutionResults()
Method Detail

setData

public void setData(Map<String,Object> data)

getData

public Map<String,Object> getData()

getData

public Object getData(String key)

setData

public void setData(String key,
                    Object value)

keySet

public Set<String> keySet()

toString

public String toString()
Overrides:
toString in class Object

KIE Internal 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.