public interface RuleCompilerPublisherResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
RuleCompilerPublisherResult.Result |
| Modifier and Type | Method and Description |
|---|---|
List<RuleCompilerResult> |
getCompilerResults()
Returns results from the compilation.
|
List<RuleEngineActionResult> |
getPublisherResults()
Returns results from the publication.
|
RuleCompilerPublisherResult.Result |
getResult()
Returns outcome of compilation and publication process.
|
RuleCompilerPublisherResult.Result getResult()
List<RuleCompilerResult> getCompilerResults()
List<RuleEngineActionResult> getPublisherResults()
Copyright © 2017 SAP SE. All Rights Reserved.