| 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(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.createCompilerResult(RuleCompilerResult.Result result,
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.createCompilerResult(RuleCompilerResult.Result result,
List<RuleCompilerProblem> problems) |
| Constructor and Description |
|---|
DefaultRuleCompilerResult(RuleCompilerResult.Result result,
List<RuleCompilerProblem> problems) |
Copyright © 2017 SAP SE. All Rights Reserved.