public class ActionDataFilter extends Object implements Serializable
| Constructor and Description |
|---|
ActionDataFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromStateData()
Workflow expression that selects state data that the state action can use
|
String |
getResults()
Workflow expression that filters the actions data results
|
String |
getToStateData()
Workflow expression that selects a state data element to which the action results should be added/merged into.
|
boolean |
isUseResults()
If set to false, action data results are not added/merged to state data.
|
void |
setFromStateData(String fromStateData)
Workflow expression that selects state data that the state action can use
|
void |
setResults(String results)
Workflow expression that filters the actions data results
|
void |
setToStateData(String toStateData)
Workflow expression that selects a state data element to which the action results should be added/merged into.
|
void |
setUseResults(boolean useResults)
If set to false, action data results are not added/merged to state data.
|
ActionDataFilter |
withFromStateData(String fromStateData) |
ActionDataFilter |
withResults(String results) |
ActionDataFilter |
withToStateData(String toStateData) |
ActionDataFilter |
withUseResults(boolean useResults) |
public String getFromStateData()
public void setFromStateData(String fromStateData)
public ActionDataFilter withFromStateData(String fromStateData)
public String getResults()
public void setResults(String results)
public ActionDataFilter withResults(String results)
public String getToStateData()
public void setToStateData(String toStateData)
public ActionDataFilter withToStateData(String toStateData)
public boolean isUseResults()
public void setUseResults(boolean useResults)
public ActionDataFilter withUseResults(boolean useResults)
Copyright © 2020–2023 CNCF. All rights reserved.