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 TypeMethodDescriptionvoidWorkflowsManager.bind(Workflow workflow, ResourceType type, String resourceId) voidWorkflowsManager.bindToAllEligibleResources(Workflow workflow) JpaWorkflowStateProvider.getDueScheduledSteps(Workflow workflow) WorkflowStateProvider.getDueScheduledSteps(Workflow workflow) default List<WorkflowStateProvider.ScheduledStep>WorkflowStateProvider.getScheduledStepsByWorkflow(Workflow workflow) voidJpaWorkflowStateProvider.scheduleStep(Workflow workflow, WorkflowStep step, String resourceId, String executionId) voidWorkflowStateProvider.scheduleStep(Workflow workflow, WorkflowStep step, String resourceId, String executionId) WorkflowsManager.toRepresentation(Workflow workflow) voidWorkflowsManager.updateWorkflow(Workflow workflow, WorkflowRepresentation representation) -
Uses of Workflow in org.keycloak.workflow.admin.resource
Constructors in org.keycloak.workflow.admin.resource with parameters of type Workflow