Uses of Class
io.serverlessworkflow.api.switchconditions.DataCondition
-
Packages that use DataCondition Package Description io.serverlessworkflow.api.states io.serverlessworkflow.api.switchconditions -
-
Uses of DataCondition in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return types with arguments of type DataCondition Modifier and Type Method Description List<DataCondition>SwitchState. getDataConditions()Defines conditions evaluated against state dataMethod parameters in io.serverlessworkflow.api.states with type arguments of type DataCondition Modifier and Type Method Description voidSwitchState. setDataConditions(List<DataCondition> dataConditions)Defines conditions evaluated against state dataSwitchStateSwitchState. withDataConditions(List<DataCondition> dataConditions) -
Uses of DataCondition in io.serverlessworkflow.api.switchconditions
Methods in io.serverlessworkflow.api.switchconditions that return DataCondition Modifier and Type Method Description DataConditionDataCondition. withCondition(String condition)DataConditionDataCondition. withEnd(End end)DataConditionDataCondition. withName(String name)DataConditionDataCondition. withTransition(Transition transition)
-