public class DefaultRuleCompilerResultFactory extends Object implements RuleCompilerResultFactory
RuleCompilerResultFactory| Constructor and Description |
|---|
DefaultRuleCompilerResultFactory() |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
createCompilerResult(List<RuleCompilerProblem> problems)
Creates a result of rule compiler process.
|
RuleCompilerResult |
createCompilerResult(RuleCompilerResult.Result result,
List<RuleCompilerProblem> problems)
Creates a result of rule compiler process.
|
public RuleCompilerResult createCompilerResult(RuleCompilerResult.Result result, List<RuleCompilerProblem> problems)
RuleCompilerResultFactorycreateCompilerResult in interface RuleCompilerResultFactoryresult - - enum: error or successproblems - - list of compilation problemspublic RuleCompilerResult createCompilerResult(List<RuleCompilerProblem> problems)
RuleCompilerResultFactorycreateCompilerResult in interface RuleCompilerResultFactoryproblems - - list of compilation problemsCopyright © 2017 SAP SE. All Rights Reserved.