Uses of Enum Class
org.keycloak.models.workflow.WorkflowStateProvider.ScheduleResult
Packages that use WorkflowStateProvider.ScheduleResult
-
Uses of WorkflowStateProvider.ScheduleResult in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowStateProvider.ScheduleResultModifier and TypeMethodDescriptionJpaWorkflowStateProvider.scheduleStep(Workflow workflow, WorkflowStep step, String resourceId, String executionId) WorkflowStateProvider.scheduleStep(Workflow workflow, WorkflowStep step, String resourceId, String executionId) Schedules a workflow step for future execution.Returns the enum constant of this class with the specified name.static WorkflowStateProvider.ScheduleResult[]WorkflowStateProvider.ScheduleResult.values()Returns an array containing the constants of this enum class, in the order they are declared.