Class MultiConstraintBendableMatchRuleModellerActionPlugin

  • All Implemented Interfaces:
    org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin

    @ApplicationScoped
    public class MultiConstraintBendableMatchRuleModellerActionPlugin
    extends Object
    implements org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
    • Constructor Detail

      • MultiConstraintBendableMatchRuleModellerActionPlugin

        public MultiConstraintBendableMatchRuleModellerActionPlugin()
    • Method Detail

      • accept

        public boolean accept​(org.drools.workbench.models.datamodel.rule.IAction iAction)
        Specified by:
        accept in interface org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
      • addPluginToActionList

        public void addPluginToActionList​(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller,
                                          org.uberfire.mvp.Command addCommand)
        Specified by:
        addPluginToActionList in interface org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
      • createIAction

        public org.drools.workbench.models.datamodel.rule.IAction createIAction​(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller)
        Specified by:
        createIAction in interface org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
      • getId

        public String getId()
        Specified by:
        getId in interface org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
      • getActionAddDescription

        public String getActionAddDescription()
        Specified by:
        getActionAddDescription in interface org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
      • createWidget

        public org.drools.workbench.screens.guided.rule.client.widget.RuleModellerWidget createWidget​(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller,
                                                                                                      com.google.gwt.event.shared.EventBus eventBus,
                                                                                                      org.drools.workbench.models.datamodel.rule.IAction iAction,
                                                                                                      Boolean readOnly)
        Specified by:
        createWidget in interface org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin