Class ApprovalStageExecutionInformationDto

java.lang.Object
com.evolveum.midpoint.web.page.admin.workflow.dto.ApprovalStageExecutionInformationDto
All Implemented Interfaces:
Serializable

public class ApprovalStageExecutionInformationDto extends Object implements Serializable
GUI-friendly information about historic, current or future execution of a given approval stage.
See Also:
  • Field Details

  • Method Details

    • getStageNumber

      public int getStageNumber()
    • getStageName

      public String getStageName()
    • getStageDisplayName

      public String getStageDisplayName()
    • getAutomatedOutcome

      public ApprovalLevelOutcomeType getAutomatedOutcome()
    • getAutomatedCompletionReason

      public AutomatedCompletionReasonType getAutomatedCompletionReason()
    • getApproverEngagements

      public List<ApproverEngagementDto> getApproverEngagements()
    • getErrorMessage

      public String getErrorMessage()
    • getNiceStageName

      public String getNiceStageName(int totalStageNumber)
    • isFirstDecides

      public boolean isFirstDecides()
    • getOutcome

      public ApprovalLevelOutcomeType getOutcome()
    • isReachable

      public boolean isReachable()