Class GetProcessEventListenersCommand

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

    public class GetProcessEventListenersCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<Collection<org.kie.api.event.process.ProcessEventListener>>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetProcessEventListenersCommand

        public GetProcessEventListenersCommand()
    • Method Detail

      • getOutIdentifier

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(String outIdentifier)
      • execute

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