Interface RuleCompilerPublisherResult
- All Known Implementing Classes:
DefaultRuleCompilerPublisherResult
public interface RuleCompilerPublisherResult
This interface represents result of rule compilation and publication process.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns results from the compilation.Returns results from the publication.Returns outcome of compilation and publication process.
-
Method Details
-
getResult
RuleCompilerPublisherResult.Result getResult()Returns outcome of compilation and publication process.- Returns:
- outcome (error/success)
-
getCompilerResults
List<RuleCompilerResult> getCompilerResults()Returns results from the compilation.- Returns:
- results
-
getPublisherResults
List<RuleEngineActionResult> getPublisherResults()Returns results from the publication.- Returns:
- results
-