Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalLevelOutcomeType
Packages that use ApprovalLevelOutcomeType
Package
Description
-
Uses of ApprovalLevelOutcomeType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return ApprovalLevelOutcomeTypeModifier and TypeMethodDescriptionstatic ApprovalLevelOutcomeTypeApprovalUtils.approvalLevelOutcomeFromUri(String uri) Methods in com.evolveum.midpoint.schema.util.cases with parameters of type ApprovalLevelOutcomeTypeModifier and TypeMethodDescriptionstatic StringApprovalUtils.toUri(ApprovalLevelOutcomeType outcome) -
Uses of ApprovalLevelOutcomeType in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto that return ApprovalLevelOutcomeTypeModifier and TypeMethodDescriptionApprovalStageExecutionInformationDto.getAutomatedOutcome()ApprovalStageExecutionInformationDto.getOutcome() -
Uses of ApprovalLevelOutcomeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ApprovalLevelOutcomeTypeModifier and TypeMethodDescriptionstatic ApprovalLevelOutcomeTypeApprovalStageExecutionPreviewType.getExpectedAutomatedOutcome()ApprovalStageDefinitionType.getOutcomeIfNoApprovers()static ApprovalLevelOutcomeTypeReturns the enum constant of this class with the specified name.static ApprovalLevelOutcomeType[]ApprovalLevelOutcomeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ApprovalLevelOutcomeTypeModifier and TypeMethodDescriptionApprovalStageExecutionPreviewType.expectedAutomatedOutcome(ApprovalLevelOutcomeType value) ApprovalStageDefinitionType.outcomeIfNoApprovers(ApprovalLevelOutcomeType value) voidApprovalStageExecutionPreviewType.setExpectedAutomatedOutcome(ApprovalLevelOutcomeType value) voidApprovalStageDefinitionType.setOutcomeIfNoApprovers(ApprovalLevelOutcomeType value)