Class ActivityExecution
java.lang.Object
io.vertigo.orchestra.services.report.ActivityExecution
- All Implemented Interfaces:
Serializable
Representation of an activityExecution
- Author:
- mlaroche
- See Also:
-
Constructor Details
-
ActivityExecution
public ActivityExecution(Long aceId, String label, Instant beginTime, Instant endTime, Integer executionTime, String status, String workspaceIn, String workspaceOut, Boolean hasLogFile, Boolean hasTechnicalLog) Constructor.- Parameters:
aceId- if of activity executionlabel- label of activitybeginTime- begin tumeendTime- end timeexecutionTime- execution time in secondsstatus- status of activityworkspaceIn- the workspace as input parameterworkspaceOut- the workspace as output parameterhasLogFile- if the activity has a logfilehasTechnicalLog- of the activity has a technical logfile
-
-
Method Details
-
getAceId
-
getLabel
-
getBeginTime
-
getEndTime
-
getExecutionTime
-
getStatus
-
getWorkspaceIn
-
getWorkspaceOut
-
getHasLogFile
-
getHasTechnicalLog
-