Class ProcessExecution

java.lang.Object
io.vertigo.orchestra.services.report.ProcessExecution
All Implemented Interfaces:
Serializable

public final class ProcessExecution extends Object implements Serializable
See Also:
  • Constructor Details

    • ProcessExecution

      public ProcessExecution(Long preId, Instant beginTime, Instant endTime, Integer executionTime, String status, Boolean checked, Instant checkingDate, String checkingComment, Boolean hasLogFile)
      Constructor.
      Parameters:
      preId - id of execution
      beginTime - begin time
      endTime - end time
      executionTime - execution time in seconds
      status - status of the execution
      checked - if the execution is check (for errors)
      checkingDate - the date of checking
      checkingComment - the checking comm
      hasLogFile - if the execution has an associated log
  • Method Details

    • getPreId

      public Long getPreId()
    • getBeginTime

      public Instant getBeginTime()
    • getEndTime

      public Instant getEndTime()
    • getExecutionTime

      public Integer getExecutionTime()
    • getStatus

      public String getStatus()
    • getChecked

      public Boolean getChecked()
    • getCheckingDate

      public Instant getCheckingDate()
    • getCheckingComment

      public String getCheckingComment()
    • getHasLogFile

      public Boolean getHasLogFile()