Uses of Record Class
org.keycloak.models.workflow.WorkflowStateProvider.ScheduledStep
Packages that use WorkflowStateProvider.ScheduledStep
-
Uses of WorkflowStateProvider.ScheduledStep in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowStateProvider.ScheduledStepModifier and TypeMethodDescriptionWorkflowStateProvider.getScheduledStep(String workflowId, String resourceId) Retrieves the scheduled step for a specific workflow and resource combination.Methods in org.keycloak.models.workflow that return types with arguments of type WorkflowStateProvider.ScheduledStepModifier and TypeMethodDescriptionWorkflowStateProvider.getDueScheduledSteps(Workflow workflow) Retrieves all scheduled steps that are due for execution for the given workflow.WorkflowStateProvider.getScheduledStepsByResource(String resourceId) Retrieves all scheduled steps associated with the specified resource.WorkflowStateProvider.getScheduledStepsByStep(String workflowId, String stepId) Retrieves all scheduled steps for a specific step within a workflow.WorkflowStateProvider.getScheduledStepsByWorkflow(String workflowId) Retrieves all scheduled steps associated with the specified workflow.