public class RuleCompileAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONFIRMATION_MESSAGE |
protected static String |
PUBLISHER_ERROR_MESSAGE |
protected static String |
RULE_COMPILER_PROBLEMS |
protected static String |
SUCCESS_MESSAGE |
| Constructor and Description |
|---|
RuleCompileAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildCompilerErrorMessages(RuleCompilerPublisherResult ruleResults) |
protected void |
buildCompilerProblems(<any> context,
RuleCompilerPublisherResult ruleResults) |
protected void |
buildPublisherErrorMessages(<any> context) |
boolean |
canPerform(<any> context) |
protected <any> |
evaluateActionResult(<any> context,
AbstractRuleModel ruleModel,
EnumSet<StatusFlag> statusFlags) |
String |
getConfirmationMessage(<any> context) |
protected ActionResult |
handleErrorResult(<any> context,
AbstractRuleModel ruleModel,
EnumSet<StatusFlag> statusFlags,
RuleCompilerPublisherResult ruleResults) |
protected ActionResult |
handleException(EnumSet<StatusFlag> statusFlags,
Exception exception) |
boolean |
needsConfirmation(<any> context) |
<any> |
perform(<any> context) |
protected static final String SUCCESS_MESSAGE
protected static final String PUBLISHER_ERROR_MESSAGE
protected static final String CONFIRMATION_MESSAGE
protected static final String RULE_COMPILER_PROBLEMS
public boolean canPerform(<any> context)
public String getConfirmationMessage(<any> context)
public boolean needsConfirmation(<any> context)
public <any> perform(<any> context)
protected <any> evaluateActionResult(<any> context,
AbstractRuleModel ruleModel,
EnumSet<StatusFlag> statusFlags)
protected ActionResult handleErrorResult(<any> context,
AbstractRuleModel ruleModel,
EnumSet<StatusFlag> statusFlags,
RuleCompilerPublisherResult ruleResults)
protected ActionResult handleException(EnumSet<StatusFlag> statusFlags, Exception exception)
protected void buildCompilerErrorMessages(RuleCompilerPublisherResult ruleResults)
protected void buildCompilerProblems(<any> context,
RuleCompilerPublisherResult ruleResults)
protected void buildPublisherErrorMessages(<any> context)
Copyright © 2017 SAP SE. All Rights Reserved.