KIE API 6.1.0.CR2

org.kie.api.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 value 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)

KIE API 6.1.0.CR2

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