Class FireUntilHaltCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Void>, org.kie.api.command.ExecutableCommand<Void>

    public class FireUntilHaltCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<Void>
    See Also:
    Serialized Form
    • Constructor Detail

      • FireUntilHaltCommand

        public FireUntilHaltCommand()
      • FireUntilHaltCommand

        public FireUntilHaltCommand​(org.kie.api.runtime.rule.AgendaFilter agendaFilter)
    • Method Detail

      • getAgendaFilter

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

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

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