Class ActivityExecution

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

public final class ActivityExecution extends Object implements 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 execution
      label - label of activity
      beginTime - begin tume
      endTime - end time
      executionTime - execution time in seconds
      status - status of activity
      workspaceIn - the workspace as input parameter
      workspaceOut - the workspace as output parameter
      hasLogFile - if the activity has a logfile
      hasTechnicalLog - of the activity has a technical logfile
  • Method Details

    • getAceId

      public Long getAceId()
    • getLabel

      public String getLabel()
    • getBeginTime

      public Instant getBeginTime()
    • getEndTime

      public Instant getEndTime()
    • getExecutionTime

      public Integer getExecutionTime()
    • getStatus

      public String getStatus()
    • getWorkspaceIn

      public String getWorkspaceIn()
    • getWorkspaceOut

      public String getWorkspaceOut()
    • getHasLogFile

      public Boolean getHasLogFile()
    • getHasTechnicalLog

      public Boolean getHasTechnicalLog()