public class RuleCompileAllForModuleAction extends AbstractRuleSetProcessingForModuleAction<java.lang.Object>
DEFAULT_ALERT_DIALOG_OK, DEFAULT_ALERT_DIALOG_TEMPLATE_URL, DEFAULT_ALERT_DIALOG_WIDTH| Constructor and Description |
|---|
RuleCompileAllForModuleAction() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDialogTemplate(<any> context) |
protected java.lang.String |
getDialogTitle(<any> context) |
protected java.lang.String |
getDifferentRuleTypesAlertMessage() |
protected java.lang.String |
getDifferentRuleTypesAlertTitle() |
protected java.util.List<AbstractRuleModel> |
getRulesToProcess(<any> context)
returns either the currently selected rules (
#getSelectedRules(ActionContext)) or retrieves all to be
published rules ( retrieveRulesToCompile()). |
protected java.util.function.Supplier<java.util.List<AbstractRuleModel>> |
retrieveRulesToCompile()
returns a supplier to retrieve the rules to be compiled (used inside of
#getRulesToProcess(ActionContext)). |
canPerform, differentRuleTypes, filterSelectedRules, filterSelectedRulesByStatus, getRuleService, getRuleType, getSelectedRules, performaddDialogWindowAttribute, getRulesToProcessCtxAttributeNamedoOnAlertOkClick, getAlertDialogTemplate, getAlertDialogWidth, getArguments, getDialogHeight, getDialogTop, getDialogWidth, getRoot, sendOutputDataToSocket, showAlertDialogprotected java.lang.String getDialogTemplate(<any> context)
getDialogTemplate in class AbstractInteractiveAction<java.util.Set<AbstractRuleModel>,java.lang.Object>protected java.lang.String getDialogTitle(<any> context)
getDialogTitle in class AbstractInteractiveAction<java.util.Set<AbstractRuleModel>,java.lang.Object>protected java.lang.String getDifferentRuleTypesAlertMessage()
getDifferentRuleTypesAlertMessage in class AbstractRuleSetProcessingForModuleAction<java.lang.Object>protected java.lang.String getDifferentRuleTypesAlertTitle()
getDifferentRuleTypesAlertTitle in class AbstractRuleSetProcessingForModuleAction<java.lang.Object>protected java.util.List<AbstractRuleModel> getRulesToProcess(<any> context)
#getSelectedRules(ActionContext)) or retrieves all to be
published rules ( retrieveRulesToCompile()).getRulesToProcess in class AbstractRuleProcessingForModuleAction<java.util.Set<AbstractRuleModel>,java.lang.Object>protected java.util.function.Supplier<java.util.List<AbstractRuleModel>> retrieveRulesToCompile()
#getRulesToProcess(ActionContext)). This
default implementation returns all rules to be published.Copyright © 2018 SAP SE. All Rights Reserved.