Class ProcessExecution
java.lang.Object
io.vertigo.orchestra.services.report.ProcessExecution
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
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 executionbeginTime- begin timeendTime- end timeexecutionTime- execution time in secondsstatus- status of the executionchecked- if the execution is check (for errors)checkingDate- the date of checkingcheckingComment- the checking commhasLogFile- if the execution has an associated log
-
-
Method Details
-
getPreId
-
getBeginTime
-
getEndTime
-
getExecutionTime
-
getStatus
-
getChecked
-
getCheckingDate
-
getCheckingComment
-
getHasLogFile
-