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 void
SwitchState. setDataConditions(List<DataCondition> dataConditions)
Defines conditions evaluated against state dataSwitchState
SwitchState. 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 DataCondition
DataCondition. withCondition(String condition)
DataCondition
DataCondition. withEnd(End end)
DataCondition
DataCondition. withName(String name)
DataCondition
DataCondition. withTransition(Transition transition)
-