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