Class WorkflowRepresentation
java.lang.Object
org.keycloak.representations.workflows.AbstractWorkflowComponentRepresentation
org.keycloak.representations.workflows.WorkflowRepresentation
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowRepresentation
(String id, String workflow, MultivaluedHashMap<String, String> config, List<WorkflowConditionRepresentation> conditions, List<WorkflowStepRepresentation> steps) -
Method Summary
Modifier and TypeMethodDescriptioncreate()
boolean
getName()
<T> T
getOn()
<T> T
getState()
getSteps()
void
setConditions
(List<WorkflowConditionRepresentation> conditions) void
setEnabled
(Boolean enabled) void
void
void
void
setOnEventReset
(String... names) void
setOnEventReset
(List<String> names) void
setRecurring
(Boolean recurring) void
void
setSteps
(List<WorkflowStepRepresentation> steps) Methods inherited from class org.keycloak.representations.workflows.AbstractWorkflowComponentRepresentation
addConfigValue, getConfig, getConfigValue, getConfigValues, getConfigValuesOrSingle, getId, getUses, setConfig, setConfig, setConfig, setConfigValue, setConfigValue, setId, setUses
-
Constructor Details
-
WorkflowRepresentation
public WorkflowRepresentation() -
WorkflowRepresentation
public WorkflowRepresentation(String id, String workflow, MultivaluedHashMap<String, String> config, List<WorkflowConditionRepresentation> conditions, List<WorkflowStepRepresentation> steps)
-
-
Method Details
-
create
-
getOn
public <T> T getOn() -
setOn
-
setOn
-
getOnValues
-
getOnEventReset
public <T> T getOnEventReset() -
getOnEventsReset
-
setOnEventReset
-
setOnEventReset
-
getName
-
setName
-
getRecurring
-
setRecurring
-
getEnabled
-
setEnabled
-
setConditions
-
getConditions
-
setSteps
-
getSteps
-
getState
-
setState
-
equals
-