public class RuleUndeploySelectedFromModuleAction extends AbstractRuleSetProcessingForModuleAction<java.lang.Object>
DEFAULT_ALERT_DIALOG_OK, DEFAULT_ALERT_DIALOG_TEMPLATE_URL, DEFAULT_ALERT_DIALOG_WIDTH| Constructor and Description |
|---|
RuleUndeploySelectedFromModuleAction() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Predicate<AbstractRuleModel> |
filterSelectedRulesByStatus()
returns a filter (used inside of
#getSelectedRules(ActionContext)) that is responsible to filter out rules
based on their status |
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 the currently selected rules (
#getSelectedRules(ActionContext)). |
canPerform, differentRuleTypes, filterByType, filterSelectedRules, getRuleService, getRuleType, getSelectedRules, performaddDialogWindowAttribute, getRulesToProcessCtxAttributeNamedoOnAlertOkClick, getAlertDialogTemplate, getAlertDialogWidth, getArguments, getDialogHeight, getDialogTop, getDialogWidth, getRoot, sendOutputDataToSocket, showAlertDialogpublic RuleUndeploySelectedFromModuleAction()
protected 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.util.List<AbstractRuleModel> getRulesToProcess(<any> context)
#getSelectedRules(ActionContext)).getRulesToProcess in class AbstractRuleProcessingForModuleAction<java.util.Set<AbstractRuleModel>,java.lang.Object>protected java.util.function.Predicate<AbstractRuleModel> filterSelectedRulesByStatus()
AbstractRuleSetProcessingForModuleAction#getSelectedRules(ActionContext)) that is responsible to filter out rules
based on their statusfilterSelectedRulesByStatus in class AbstractRuleSetProcessingForModuleAction<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>Copyright © 2018 SAP SE. All Rights Reserved.