| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
RuleCompilerService.compile(AbstractRuleModel rule)
Compiles a rule.
|
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 |
DefaultRuleCompilerResult
Default implementation of
RuleCompilerResult. |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
DefaultRuleCompilerService.compile(AbstractRuleModel rule) |
RuleCompilerResult |
DefaultRuleCompilerResultFactory.createCompilerResult(List<RuleCompilerProblem> problems) |
RuleCompilerResult |
DefaultRuleCompilerResultFactory.createCompilerResult(RuleCompilerResult.Result result,
List<RuleCompilerProblem> problems) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleCompilerResult> |
RuleCompilerPublisherResult.getCompilerResults()
Returns results from the compilation.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleCompilerResult> |
DefaultRuleCompilerPublisherResult.getCompilerResults() |
| Constructor and Description |
|---|
DefaultRuleCompilerPublisherResult(RuleCompilerPublisherResult.Result result,
List<RuleCompilerResult> compilerResults,
List<RuleEngineActionResult> publisherResults) |
Copyright © 2017 SAP SE. All Rights Reserved.