| Package | Description |
|---|---|
| de.hybris.platform.ruleengine | |
| de.hybris.platform.ruleengine.impl | |
| de.hybris.platform.ruleengine.init | |
| de.hybris.platform.ruleengine.init.impl |
| Modifier and Type | Method and Description |
|---|---|
MessageLevel |
ResultItem.getLevel() |
static MessageLevel |
MessageLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageLevel[] |
MessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RuleEngineActionResult.getMessagesAsString(MessageLevel level)
returns a string representation of all messages of a given Level (or all if given Level is null).
|
void |
ResultItem.setLevel(MessageLevel level) |
| Modifier and Type | Method and Description |
|---|---|
protected RuleEngineActionResult |
DefaultPlatformRuleEngineService.createRuleEngineActionResult(java.lang.String message,
java.lang.String moduleName,
boolean success,
MessageLevel level)
creates a RuleEngineActionResult object with the given parameters.
|
protected void |
DefaultPlatformRuleEngineService.populateRuleEngineActionResult(RuleEngineActionResult result,
java.lang.String message,
java.lang.String moduleName,
boolean success,
MessageLevel level)
populates a RuleEngineActionResult object with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageLevel |
RuleEngineKieModuleSwapper.convertLevel(Message.Level level)
converts a drools message
Level to a MessageLevel. |
| Modifier and Type | Method and Description |
|---|---|
protected ResultItem |
DefaultRulePublishingSpliterator.addNewResultItemOf(RuleEngineActionResult result,
MessageLevel messageLevel,
java.lang.String message) |
protected ResultItem |
DefaultRuleEngineKieModuleSwapper.addNewResultItemOf(RuleEngineActionResult result,
MessageLevel messageLevel,
java.lang.String message) |
Copyright © 2018 SAP SE. All Rights Reserved.