Class CompositeCommand

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

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

      • CompositeCommand

        public CompositeCommand​(org.kie.api.command.ExecutableCommand<?>... commands)
    • Method Detail

      • execute

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