public class ChannelEventTenantIdDetection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
delegateExpression |
protected String |
fixedValue |
protected String |
jsonPointerExpression |
protected String |
xPathExpression |
| Constructor and Description |
|---|
ChannelEventTenantIdDetection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelegateExpression() |
String |
getFixedValue() |
String |
getJsonPointerExpression() |
String |
getxPathExpression() |
void |
setDelegateExpression(String delegateExpression) |
void |
setFixedValue(String fixedValue) |
void |
setJsonPointerExpression(String jsonPointerExpression) |
void |
setxPathExpression(String xPathExpression) |
protected String fixedValue
protected String jsonPointerExpression
protected String xPathExpression
protected String delegateExpression
public String getFixedValue()
public void setFixedValue(String fixedValue)
public String getJsonPointerExpression()
public void setJsonPointerExpression(String jsonPointerExpression)
public String getxPathExpression()
public void setxPathExpression(String xPathExpression)
public String getDelegateExpression()
public void setDelegateExpression(String delegateExpression)
Copyright © 2021 Flowable. All rights reserved.