Class DefaultRuleCompilerPublisherResult
java.lang.Object
de.hybris.platform.ruleengineservices.maintenance.impl.DefaultRuleCompilerPublisherResult
- All Implemented Interfaces:
RuleCompilerPublisherResult
public class DefaultRuleCompilerPublisherResult
extends Object
implements RuleCompilerPublisherResult
Default implementation of
RuleCompilerPublisherResult-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.ruleengineservices.maintenance.RuleCompilerPublisherResult
RuleCompilerPublisherResult.Result -
Constructor Summary
ConstructorsConstructorDescriptionDefaultRuleCompilerPublisherResult(RuleCompilerPublisherResult.Result result, List<RuleCompilerResult> compilerResults, List<RuleEngineActionResult> publisherResults) -
Method Summary
Modifier and TypeMethodDescriptionReturns results from the compilation.Returns results from the publication.Returns outcome of compilation and publication process.
-
Constructor Details
-
DefaultRuleCompilerPublisherResult
public DefaultRuleCompilerPublisherResult(RuleCompilerPublisherResult.Result result, List<RuleCompilerResult> compilerResults, List<RuleEngineActionResult> publisherResults)
-
-
Method Details
-
getResult
Description copied from interface:RuleCompilerPublisherResultReturns outcome of compilation and publication process.- Specified by:
getResultin interfaceRuleCompilerPublisherResult- Returns:
- outcome (error/success)
-
getCompilerResults
Description copied from interface:RuleCompilerPublisherResultReturns results from the compilation.- Specified by:
getCompilerResultsin interfaceRuleCompilerPublisherResult- Returns:
- results
-
getPublisherResults
Description copied from interface:RuleCompilerPublisherResultReturns results from the publication.- Specified by:
getPublisherResultsin interfaceRuleCompilerPublisherResult- Returns:
- results
-