Class GetAgendaEventListenersCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Collection<org.kie.api.event.rule.AgendaEventListener>>, org.kie.api.command.ExecutableCommand<Collection<org.kie.api.event.rule.AgendaEventListener>>

    public class GetAgendaEventListenersCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<Collection<org.kie.api.event.rule.AgendaEventListener>>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetAgendaEventListenersCommand

        public GetAgendaEventListenersCommand()
    • Method Detail

      • getOutIdentifier

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(String outIdentifier)
      • execute

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