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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_APPROVER_ENGAGEMENTS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApproverEngagementDto>getApproverEngagements()AutomatedCompletionReasonTypegetAutomatedCompletionReason()ApprovalLevelOutcomeTypegetAutomatedOutcome()StringgetErrorMessage()StringgetNiceStageName(int totalStageNumber)ApprovalLevelOutcomeTypegetOutcome()StringgetStageDisplayName()StringgetStageName()intgetStageNumber()booleanisFirstDecides()booleanisReachable()
-
-
-
Field Detail
-
F_APPROVER_ENGAGEMENTS
public static final String F_APPROVER_ENGAGEMENTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-