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 DefaultConditionDefinitionDefaultConditionDefinition. withEnd(End end)DefaultConditionDefinitionDefaultConditionDefinition. 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 DefaultConditionDefinitionSwitchState. getDefaultCondition()Switch state default condition definitionMethods in io.serverlessworkflow.api.states with parameters of type DefaultConditionDefinition Modifier and Type Method Description voidSwitchState. setDefaultCondition(DefaultConditionDefinition defaultCondition)Switch state default condition definitionSwitchStateSwitchState. withDefaultCondition(DefaultConditionDefinition defaultCondition)
-