Uses of Enum Class
de.hybris.platform.ruleengine.MessageLevel
Packages that use MessageLevel
Package
Description
-
Uses of MessageLevel in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return MessageLevelModifier and TypeMethodDescriptionResultItem.getLevel()static MessageLevelReturns the enum constant of this class with the specified name.static MessageLevel[]MessageLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.ruleengine with parameters of type MessageLevelModifier and TypeMethodDescriptionRuleEngineActionResult.getMessagesAsString(MessageLevel level) returns a string representation of all messages of a given Level (or all if given Level is null).voidResultItem.setLevel(MessageLevel level) -
Uses of MessageLevel in de.hybris.platform.ruleengine.impl
Methods in de.hybris.platform.ruleengine.impl with parameters of type MessageLevelModifier and TypeMethodDescriptionprotected RuleEngineActionResultDefaultPlatformRuleEngineService.createRuleEngineActionResult(String message, String moduleName, boolean success, MessageLevel level) creates a RuleEngineActionResult object with the given parameters.protected voidDefaultPlatformRuleEngineService.populateRuleEngineActionResult(RuleEngineActionResult result, String message, String moduleName, boolean success, MessageLevel level) populates a RuleEngineActionResult object with the given parameters. -
Uses of MessageLevel in de.hybris.platform.ruleengine.init
Methods in de.hybris.platform.ruleengine.init that return MessageLevelModifier and TypeMethodDescriptionstatic MessageLevelRuleEngineKieModuleSwapper.convertLevel(org.kie.api.builder.Message.Level level) converts a drools messageMessage.Levelto aMessageLevel. -
Uses of MessageLevel in de.hybris.platform.ruleengine.init.impl
Methods in de.hybris.platform.ruleengine.init.impl with parameters of type MessageLevelModifier and TypeMethodDescriptionprotected ResultItemDefaultRuleEngineKieModuleSwapper.addNewResultItemOf(RuleEngineActionResult result, MessageLevel messageLevel, String message) protected ResultItemDefaultRulePublishingSpliterator.addNewResultItemOf(RuleEngineActionResult result, MessageLevel messageLevel, String message)