Uses of Class
io.serverlessworkflow.api.defaultdef.DefaultConditionDefinition
-
Packages that use DefaultConditionDefinition Package Description io.serverlessworkflow.api.defaultdef io.serverlessworkflow.api.states -
-
Uses of DefaultConditionDefinition in io.serverlessworkflow.api.defaultdef
Methods in io.serverlessworkflow.api.defaultdef that return DefaultConditionDefinition Modifier and Type Method Description DefaultConditionDefinition
DefaultConditionDefinition. withEnd(End end)
DefaultConditionDefinition
DefaultConditionDefinition. withTransition(Transition transition)
-
Uses of DefaultConditionDefinition in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return DefaultConditionDefinition Modifier and Type Method Description DefaultConditionDefinition
SwitchState. getDefaultCondition()
Switch state default condition definition (Required)Methods in io.serverlessworkflow.api.states with parameters of type DefaultConditionDefinition Modifier and Type Method Description void
SwitchState. setDefaultCondition(DefaultConditionDefinition defaultCondition)
Switch state default condition definition (Required)SwitchState
SwitchState. withDefaultCondition(DefaultConditionDefinition defaultCondition)
Constructors in io.serverlessworkflow.api.states with parameters of type DefaultConditionDefinition Constructor Description SwitchState(DefaultConditionDefinition defaultCondition, String name, DefaultState.Type type)
-