| 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(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 |
|---|---|
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 MessageLevel |
DefaultPlatformRuleEngineService.convertLevel(Level level)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected RuleEngineActionResult |
DefaultPlatformRuleEngineService.createRuleEngineActionResult(String message,
String moduleName,
boolean success,
MessageLevel level)
creates a RuleEngineActionResult object with the given parameters.
|
protected void |
DefaultPlatformRuleEngineService.populateRuleEngineActionResult(RuleEngineActionResult result,
String message,
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 |
DefaultRuleEngineKieModuleSwapper.addNewResultItemOf(RuleEngineActionResult result,
MessageLevel messageLevel,
String message) |
Copyright © 2017 SAP SE. All Rights Reserved.