Interface IDtoJobSequence

All Known Implementing Classes:
DtoJobSequence

public interface IDtoJobSequence
Jobs that are only allowed to happen in this exact sequence on the same device.
  • Method Summary

    Modifier and Type
    Method
    Description
    Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
    These job need to happen in this sequence on one device.
    void
    Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
    void
    setJobs(String[] jobs)
    These job need to happen in this sequence on one device.
  • Method Details

    • getId

      String getId()
      Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
    • setId

      void setId(String id)
      Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
    • getJobs

      String[] getJobs()
      These job need to happen in this sequence on one device.
    • setJobs

      void setJobs(String[] jobs)
      These job need to happen in this sequence on one device.