Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AutomatedCompletionReasonType
Packages that use AutomatedCompletionReasonType
Package
Description
-
Uses of AutomatedCompletionReasonType in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto that return AutomatedCompletionReasonTypeModifier and TypeMethodDescriptionApprovalStageExecutionInformationDto.getAutomatedCompletionReason() -
Uses of AutomatedCompletionReasonType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AutomatedCompletionReasonTypeModifier and TypeMethodDescriptionStageCompletionEventType.getAutomatedDecisionReason()ApprovalStageExecutionPreviewType.getExpectedAutomatedCompletionReason()Returns the enum constant of this class with the specified name.static AutomatedCompletionReasonType[]AutomatedCompletionReasonType.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 AutomatedCompletionReasonTypeModifier and TypeMethodDescriptionStageCompletionEventType.automatedDecisionReason(AutomatedCompletionReasonType value) ApprovalStageExecutionPreviewType.expectedAutomatedCompletionReason(AutomatedCompletionReasonType value) voidStageCompletionEventType.setAutomatedDecisionReason(AutomatedCompletionReasonType value) voidApprovalStageExecutionPreviewType.setExpectedAutomatedCompletionReason(AutomatedCompletionReasonType value)