org.drools.runtime
Interface ExecutionResults


public interface ExecutionResults

Contains the results for the BatchExecution Command. If the identifier is reference the results of a query, you'll need to cast the vlaue to QueryResults.


Method Summary
 Object getFactHandle(String identifier)
           
 Collection<String> getIdentifiers()
           
 Object getValue(String identifier)
           
 

Method Detail

getIdentifiers

Collection<String> getIdentifiers()

getValue

Object getValue(String identifier)

getFactHandle

Object getFactHandle(String identifier)


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