Interface Job

  • All Superinterfaces:
    Identified
    All Known Implementing Classes:
    JobContainer

    public interface Job
    extends Identified
    Represents a job, which monitors execution of a flow in the system. A job can contain multiple steps in a hierarchic structure. The steps can be processed in parallel, depends on the implementation of the flow.
    • Method Detail

      • autoCleared

        boolean autoCleared()
      • autoClearedPresent

        boolean autoClearedPresent()
      • endTime

        Date endTime()
      • endTimePresent

        boolean endTimePresent()
      • external

        boolean external()
      • externalPresent

        boolean externalPresent()
      • lastUpdated

        Date lastUpdated()
      • lastUpdatedPresent

        boolean lastUpdatedPresent()
      • startTime

        Date startTime()
      • startTimePresent

        boolean startTimePresent()
      • statusPresent

        boolean statusPresent()
      • owner

        User owner()
      • ownerPresent

        boolean ownerPresent()
      • stepsPresent

        boolean stepsPresent()