Uses of Enum Class
org.keycloak.representations.workflows.StepExecutionStatus
Packages that use StepExecutionStatus
-
Uses of StepExecutionStatus in org.keycloak.representations.workflows
Methods in org.keycloak.representations.workflows that return StepExecutionStatusModifier and TypeMethodDescriptionWorkflowStepRepresentation.getExecutionStatus()static StepExecutionStatusReturns the enum constant of this class with the specified name.static StepExecutionStatus[]StepExecutionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.representations.workflows with parameters of type StepExecutionStatusModifier and TypeMethodDescriptionvoidWorkflowStepRepresentation.setExecutionStatus(StepExecutionStatus executionStatus)