public interface RuleAction
| Modifier and Type | Method and Description |
|---|---|
void |
insertFacts(java.lang.Object engineContext,
java.util.Collection facts)
Inserts the facts given in collection using the given context.
|
void |
insertFacts(java.lang.Object engineContext,
java.lang.Object... facts)
Inserts the given facts using the given context.
|
void |
updateFacts(java.lang.Object engineContext,
java.lang.Object... facts)
Updates the given facts using the given context.
|
void insertFacts(java.lang.Object engineContext,
java.lang.Object... facts)
engineContext - the contextfacts - the facts to insertvoid insertFacts(java.lang.Object engineContext,
java.util.Collection facts)
engineContext - the contextfacts - the Collection of facts to insertvoid updateFacts(java.lang.Object engineContext,
java.lang.Object... facts)
engineContext - the contextfacts - the facts to updateCopyright © 2018 SAP SE. All Rights Reserved.