Uses of Class
org.keycloak.models.workflow.Workflow
Packages that use Workflow
-
Uses of Workflow in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowModifier and TypeMethodDescriptionWorkflowsManager.getWorkflow
(String id) WorkflowsManager.toModel
(WorkflowRepresentation rep) Methods in org.keycloak.models.workflow that return types with arguments of type WorkflowMethods in org.keycloak.models.workflow with parameters of type WorkflowModifier and TypeMethodDescriptionWorkflowsManager.addStepToWorkflow
(Workflow workflow, WorkflowStep step, Integer position) void
WorkflowsManager.bind
(Workflow workflow, ResourceType type, String resourceId) JpaWorkflowStateProvider.getDueScheduledSteps
(Workflow workflow) WorkflowStateProvider.getDueScheduledSteps
(Workflow workflow) default List<WorkflowStateProvider.ScheduledStep>
WorkflowStateProvider.getScheduledStepsByWorkflow
(Workflow workflow) void
WorkflowsManager.removeStepFromWorkflow
(Workflow workflow, String stepId) void
WorkflowsManager.scheduleAllEligibleResources
(Workflow workflow) void
JpaWorkflowStateProvider.scheduleStep
(Workflow workflow, WorkflowStep step, String resourceId, String executionId) void
WorkflowStateProvider.scheduleStep
(Workflow workflow, WorkflowStep step, String resourceId, String executionId) WorkflowsManager.toRepresentation
(Workflow workflow) void
WorkflowsManager.updateWorkflow
(Workflow workflow, WorkflowRepresentation representation) Method parameters in org.keycloak.models.workflow with type arguments of type WorkflowModifier and TypeMethodDescriptionvoid
WorkflowsManager.processEvent
(List<Workflow> workflows, WorkflowEvent event) Constructors in org.keycloak.models.workflow with parameters of type WorkflowModifierConstructorDescriptionWorkflowExecutionContext
(Workflow workflow, List<WorkflowStep> steps, String resourceId) WorkflowExecutionContext
(Workflow workflow, List<WorkflowStep> steps, String resourceId, String stepId, String executionId) -
Uses of Workflow in org.keycloak.workflow.admin.resource
Constructors in org.keycloak.workflow.admin.resource with parameters of type WorkflowModifierConstructorDescriptionWorkflowResource
(WorkflowsManager manager, Workflow workflow) WorkflowStepsResource
(WorkflowsManager workflowsManager, Workflow workflow)