| Methods in org.drools.fluent.batch.imp that return FluentBatchExecution |
FluentBatchExecution |
FluentBatchExecutionImpl.assertRuleFired(String ruleName)
|
FluentBatchExecution |
FluentBatchExecutionImpl.assertRuleFired(String ruleName,
int fireCount)
|
FluentBatchExecution |
FluentBatchExecutionImpl.createProcessInstance(String identifier,
Map<String,Object> params)
|
FluentBatchExecution |
FluentBatchExecutionImpl.fireAllRules()
|
FluentBatchExecution |
FluentBatchExecutionImpl.insert(Object object)
|
FluentBatchExecution |
FluentBatchExecutionImpl.newBatchExecution()
|
FluentBatchExecution |
FluentBatchExecutionImpl.retract(org.drools.runtime.rule.FactHandle handle)
|
FluentBatchExecution |
FluentBatchExecutionImpl.set(String name)
|
FluentBatchExecution |
FluentBatchExecutionImpl.setGlobal(String identifier,
Object object)
|
FluentBatchExecution |
FluentBatchExecutionImpl.signalEvent(String id,
Object event)
|
FluentBatchExecution |
FluentBatchExecutionImpl.signalEvent(String id,
Object event,
long processId)
|
FluentBatchExecution |
FluentBatchExecutionImpl.startProcess(String identifier)
|
FluentBatchExecution |
FluentBatchExecutionImpl.startProcess(String identifier,
Map<String,Object> params)
|
FluentBatchExecution |
FluentBatchExecutionImpl.startProcessInstance(long processId)
|
FluentBatchExecution |
FluentBatchExecutionImpl.update(org.drools.runtime.rule.FactHandle handle,
Object object)
|