Interface Startable

All Known Implementing Classes:
Starter

public interface Startable
A Startable implementation is able to start or restart TransportOrders.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(String pKey)
    Start the TransportOrder with the given id.
    void
    startNext(String transportUnitBK)
    Start the next TransportOrder for the TransportUnit.
    void
    Trigger a start of the given TransportOrder.
  • Method Details

    • start

      void start(String pKey)
      Start the TransportOrder with the given id.
      Parameters:
      pKey - The persistent key of the TransportOrder to start
    • startNext

      void startNext(String transportUnitBK)
      Start the next TransportOrder for the TransportUnit.
      Parameters:
      transportUnitBK - The business key of the TransportUnit to start
    • triggerStart

      void triggerStart(TransportOrder to)
      Trigger a start of the given TransportOrder.
      Parameters:
      to - The TransportOrder instance to start