Uses of Enum Class
org.bremersee.keycloak.api.model.StepExecutionStatus
Packages that use StepExecutionStatus
-
Uses of StepExecutionStatus in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return StepExecutionStatusModifier and TypeMethodDescriptionstatic StepExecutionStatus@Valid StepExecutionStatusWorkflowStepRepresentation.getStatus()Get statusstatic 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.bremersee.keycloak.api.model with parameters of type StepExecutionStatusModifier and TypeMethodDescriptionvoidWorkflowStepRepresentation.setStatus(StepExecutionStatus status) WorkflowStepRepresentation.status(StepExecutionStatus status)