org.drools.fluent.batch
Interface FluentBatchExecution

All Superinterfaces:
org.drools.fluent.FluentRoot, StatefulRuleSessionFluent<FluentBatchExecution>
All Known Implementing Classes:
FluentBatchExecutionImpl

public interface FluentBatchExecution
extends org.drools.fluent.FluentRoot, StatefulRuleSessionFluent<FluentBatchExecution>


Method Summary
 org.drools.command.BatchExecutionCommand getBatchExecution()
           
 FluentBatchExecution newBatchExecution()
           
 
Methods inherited from interface org.drools.fluent.FluentRoot
getVariableContext
 
Methods inherited from interface org.drools.fluent.session.StatefulRuleSessionFluent
assertRuleFired, assertRuleFired, fireAllRules, insert, retract, set, setGlobal, update
 

Method Detail

newBatchExecution

FluentBatchExecution newBatchExecution()

getBatchExecution

org.drools.command.BatchExecutionCommand getBatchExecution()


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