public interface RuleCompilerResult
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RuleCompilerResult.Result |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RuleCompilerProblem> |
getProblems()
Returns problems occurred during compilation process.
|
RuleCompilerResult.Result |
getResult()
Returns outcome of compilation process.
|
java.lang.String |
getRuleCode()
Returns code of the source rule that has been compiled.
|
long |
getRuleVersion()
Returns version of the source rule that has been compiled.
|
java.lang.String getRuleCode()
long getRuleVersion()
RuleCompilerResult.Result getResult()
java.util.List<RuleCompilerProblem> getProblems()
Copyright © 2018 SAP SE. All Rights Reserved.