Class ActivityExecution

    • Constructor Detail

      • 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 Detail

      • 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()