Interface Batch

  • All Superinterfaces:
    org.kie.api.command.BatchExecutionCommand, org.kie.api.command.Command<org.kie.api.runtime.ExecutionResults>, Serializable
    All Known Implementing Classes:
    BatchExecutionCommandImpl, BatchImpl

    public interface Batch
    extends org.kie.api.command.BatchExecutionCommand
    • Method Detail

      • getDistance

        long getDistance()
      • addCommand

        Batch addCommand​(org.kie.api.command.Command cmd)
      • getCommands

        List<org.kie.api.command.Command> getCommands()