Class JobStep

java.lang.Object
com.avoka.tm.vo.JobStep

public class JobStep extends Object
Provide a Job Step value object class.
Since:
5.0.0
  • Field Details Link icon

  • Constructor Details Link icon

    • JobStep Link icon

      public JobStep()
    • JobStep Link icon

      public JobStep(com.avoka.fc.core.entity.JobStep jobStep)
      Create a Job Step value object with the given job step entity parameter.
      Parameters:
      jobStep - the job step entity parameter (required)
    • JobStep Link icon

      public JobStep(Map fields)
      Create a unit testing JobStep value object with the given fields.
      Parameters:
      fields - the job step entity fields (required)
      Since:
      5.1.4
  • Method Details Link icon

    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.
    • getId Link icon

      public Long getId()
      The job step record (PK).
    • getName Link icon

      public String getName()
      The job step name.
    • getType Link icon

      public String getType()
      The job step type.
    • getStatus Link icon

      public String getStatus()
      The job step status.
    • getCurrentJobActionId Link icon

      public Long getCurrentJobActionId()
      The current job action id (PK).
    • getExpiryServiceId Link icon

      public Long getExpiryServiceId()
      The job step expiry service id (PK).
    • isAllFormsEditable Link icon

      public boolean isAllFormsEditable()
      The all forms editable option.
    • isDynamicPreConditions Link icon

      public boolean isDynamicPreConditions()
      The dynamic pre-conditions option.
    • isShareExtractData Link icon

      public boolean isShareExtractData()
      The share form data extracts between step forms option.
    • isShareFormData Link icon

      public boolean isShareFormData()
      The share form XML data between step forms option.
    • isShowPreviousForms Link icon

      public boolean isShowPreviousForms()
      The show previous step forms option.
    • getNextStepName Link icon

      public String getNextStepName()
      The next job step name.
    • getTimeCreated Link icon

      public Date getTimeCreated()
      The time the job step was created.
    • getTimeCompletionScheduled Link icon

      public Date getTimeCompletionScheduled()
      The time the job step is scheduled to be completed.
    • getTimeFinished Link icon

      public Date getTimeFinished()
      The time the job step was finished.
    • getJobActions Link icon

      public List<JobAction> getJobActions()
      The job step actions.