Uses of Class
org.keycloak.models.workflow.WorkflowStep
Packages that use WorkflowStep
-
Uses of WorkflowStep in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowStepModifier and TypeMethodDescriptionWorkflowsManager.addStepToWorkflow
(Workflow workflow, WorkflowStep step, Integer position) WorkflowExecutionContext.getNextStep()
WorkflowsManager.getStepById
(String id) WorkflowsManager.toModel
(WorkflowStepRepresentation rep) Methods in org.keycloak.models.workflow that return types with arguments of type WorkflowStepMethods in org.keycloak.models.workflow with parameters of type WorkflowStepModifier and TypeMethodDescriptionWorkflowsManager.addStepToWorkflow
(Workflow workflow, WorkflowStep step, Integer position) int
WorkflowStep.compareTo
(WorkflowStep other) void
WorkflowExecutionContext.fail
(WorkflowStep step, String errorMessage) WorkflowsManager.getStepProvider
(WorkflowStep step) void
JpaWorkflowStateProvider.scheduleStep
(Workflow workflow, WorkflowStep step, String resourceId, String executionId) void
WorkflowStateProvider.scheduleStep
(Workflow workflow, WorkflowStep step, String resourceId, String executionId) void
WorkflowExecutionContext.success
(WorkflowStep step) WorkflowsManager.toRepresentation
(WorkflowStep step) Constructor parameters in org.keycloak.models.workflow with type arguments of type WorkflowStepModifierConstructorDescriptionWorkflowExecutionContext
(Workflow workflow, List<WorkflowStep> steps, String resourceId) WorkflowExecutionContext
(Workflow workflow, List<WorkflowStep> steps, String resourceId, String stepId, String executionId)