Class StateDataFilter
- java.lang.Object
-
- io.serverlessworkflow.api.filters.StateDataFilter
-
- All Implemented Interfaces:
Serializable
public class StateDataFilter extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateDataFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInput()Workflow expression to filter the state data inputStringgetOutput()Workflow expression that filters the state data outputvoidsetInput(String input)Workflow expression to filter the state data inputvoidsetOutput(String output)Workflow expression that filters the state data outputStateDataFilterwithInput(String input)StateDataFilterwithOutput(String output)
-
-
-
Method Detail
-
getInput
public String getInput()
Workflow expression to filter the state data input
-
setInput
public void setInput(String input)
Workflow expression to filter the state data input
-
withInput
public StateDataFilter withInput(String input)
-
getOutput
public String getOutput()
Workflow expression that filters the state data output
-
setOutput
public void setOutput(String output)
Workflow expression that filters the state data output
-
withOutput
public StateDataFilter withOutput(String output)
-
-