Class FireAllRulesCommand

    • Constructor Detail

      • FireAllRulesCommand

        public FireAllRulesCommand()
      • FireAllRulesCommand

        public FireAllRulesCommand​(String outIdentifer)
      • FireAllRulesCommand

        public FireAllRulesCommand​(int max)
      • FireAllRulesCommand

        public FireAllRulesCommand​(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
      • FireAllRulesCommand

        public FireAllRulesCommand​(org.kie.api.runtime.rule.AgendaFilter agendaFilter,
                                   int max)
      • FireAllRulesCommand

        public FireAllRulesCommand​(String outIdentifier,
                                   int max,
                                   org.kie.api.runtime.rule.AgendaFilter agendaFilter)
    • Method Detail

      • getMax

        public int getMax()
      • setMax

        public void setMax​(int max)
      • getAgendaFilter

        public org.kie.api.runtime.rule.AgendaFilter getAgendaFilter()
      • setAgendaFilter

        public void setAgendaFilter​(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
      • execute

        public Integer execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<Integer>