public interface StatelessRuleSession
org.drools.core.runtime.StatelessKnowledgeSession
Modifier and Type | Method and Description |
---|---|
void |
execute(Iterable objects)
Execute a StatelessKnowledSession, iterate the Iterable inserting each of it's elements.
|
void |
execute(Object object)
Execute a StatelessKnowledSession inserting just a single object.
|
void execute(Object object)
object
- void execute(Iterable objects)
objects
- Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.