Class FireUntilHaltCommand

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

    public class FireUntilHaltCommand
    extends java.lang.Object
    implements org.kie.api.command.ExecutableCommand<java.lang.Void>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void execute​(org.kie.api.runtime.Context context)  
      org.kie.api.runtime.rule.AgendaFilter getAgendaFilter()  
      void setAgendaFilter​(org.kie.api.runtime.rule.AgendaFilter agendaFilter)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.api.command.ExecutableCommand

        autoFireAllRules
    • 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 java.lang.Void execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<java.lang.Void>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object