public class ChannelEventKeyDetection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
delegateExpression |
protected String |
fixedValue |
protected String |
jsonField |
protected String |
jsonPointerExpression |
protected String |
xmlXPathExpression |
| Constructor and Description |
|---|
ChannelEventKeyDetection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelegateExpression() |
String |
getFixedValue() |
String |
getJsonField() |
String |
getJsonPointerExpression() |
String |
getXmlXPathExpression() |
void |
setDelegateExpression(String delegateExpression) |
void |
setFixedValue(String fixedValue) |
void |
setJsonField(String jsonField) |
void |
setJsonPointerExpression(String jsonPointerExpression) |
void |
setXmlXPathExpression(String xmlXPathExpression) |
protected String fixedValue
protected String jsonField
protected String jsonPointerExpression
protected String xmlXPathExpression
protected String delegateExpression
public String getFixedValue()
public void setFixedValue(String fixedValue)
public String getJsonField()
public void setJsonField(String jsonField)
public String getJsonPointerExpression()
public void setJsonPointerExpression(String jsonPointerExpression)
public String getXmlXPathExpression()
public void setXmlXPathExpression(String xmlXPathExpression)
public String getDelegateExpression()
public void setDelegateExpression(String delegateExpression)
Copyright © 2021 Flowable. All rights reserved.