| Package | Description |
|---|---|
| de.hybris.platform.rulebuilderbackoffice.editors | |
| de.hybris.platform.ruleengineservices.compiler | |
| de.hybris.platform.ruleengineservices.compiler.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<RuleCompilerProblem>> |
AbstractEditorViewModel.getRuleCompilerProblems() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleCompilerParameterProblem
This interface represents the parameter problem which may occur during compilation process.
|
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerProblem |
RuleCompilerProblemFactory.createProblem(RuleCompilerProblem.Severity severity,
String messageKey,
Object... parameters)
Creates a new rule compiler problem with localized message with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleCompilerProblem> |
RuleCompilerContext.getProblems()
Returns all problems arose during compilation process.
|
List<RuleCompilerProblem> |
RuleCompilerResult.getProblems()
Returns problems occurred during compilation process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleCompilerContext.addProblem(RuleCompilerProblem problem)
Adds a problem arose during compilation process to the list.
|
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
RuleCompilerResultFactory.createCompilerResult(List<RuleCompilerProblem> problems)
Creates a result of rule compiler process.
|
RuleCompilerResult |
RuleCompilerResultFactory.createCompilerResult(RuleCompilerResult.Result result,
List<RuleCompilerProblem> problems)
Creates a result of rule compiler process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRuleCompilerParameterProblem |
class |
DefaultRuleCompilerProblem
Default implementation of
RuleCompilerProblem. |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerProblem |
DefaultRuleCompilerProblemFactory.createProblem(RuleCompilerProblem.Severity severity,
String messageKey,
Object... parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleCompilerProblem> |
DefaultRuleCompilerResult.getProblems() |
List<RuleCompilerProblem> |
DefaultRuleCompilerContext.getProblems() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleCompilerContext.addProblem(RuleCompilerProblem problem) |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
DefaultRuleCompilerResultFactory.createCompilerResult(List<RuleCompilerProblem> problems) |
RuleCompilerResult |
DefaultRuleCompilerResultFactory.createCompilerResult(RuleCompilerResult.Result result,
List<RuleCompilerProblem> problems) |
| Constructor and Description |
|---|
DefaultRuleCompilerResult(List<RuleCompilerProblem> problems) |
DefaultRuleCompilerResult(RuleCompilerResult.Result result,
List<RuleCompilerProblem> problems) |
Copyright © 2017 SAP SE. All Rights Reserved.