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