|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatelessRuleSession
This interface is used as part of the StatelessKieSession, which is the interface returned from the KnowledgeBase. Please see StatelessKieSession for more details on how to use this api.
StatelessKieSession
Method Summary | |
---|---|
void |
execute(Iterable objects)
Execute a StatelessKieSession, iterate the Iterable inserting each of its elements. |
void |
execute(Object object)
Execute a StatelessKieSession inserting just a single object. |
Method Detail |
---|
void execute(Object object)
object
- void execute(Iterable objects)
objects
-
|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |