| Package | Description |
|---|---|
| de.hybris.platform.ruleengineservices.compiler | |
| de.hybris.platform.ruleengineservices.compiler.impl |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult.Result |
RuleCompilerResult.getResult()
Returns outcome of compilation process.
|
static RuleCompilerResult.Result |
RuleCompilerResult.Result.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuleCompilerResult.Result[] |
RuleCompilerResult.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
RuleCompilerResultFactory.create(AbstractRuleModel rule,
RuleCompilerResult.Result result,
java.util.List<RuleCompilerProblem> problems)
Creates a result of rule compiler process.
|
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult.Result |
DefaultRuleCompilerResult.getResult() |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
DefaultRuleCompilerResultFactory.create(AbstractRuleModel rule,
RuleCompilerResult.Result result,
java.util.List<RuleCompilerProblem> problems) |
| Constructor and Description |
|---|
DefaultRuleCompilerResult(java.lang.String ruleCode,
RuleCompilerResult.Result result,
java.util.List<RuleCompilerProblem> problems) |
DefaultRuleCompilerResult(java.lang.String ruleCode,
RuleCompilerResult.Result result,
java.util.List<RuleCompilerProblem> problems,
long ruleVersion) |
Copyright © 2018 SAP SE. All Rights Reserved.