public class InitVariableData extends Object
This class represents the data for a single variable initialization used within the ProcessVariableHandlingService. It is parsed from the service properties and applied through usage dependant mechanisms.
| Constructor and Description | 
|---|
InitVariableData(com.fasterxml.jackson.databind.JsonNode jsonNode,
                InitVariableData defaultValues)  | 
InitVariableData(String variableNameExpression,
                String variableValueExpression,
                boolean overwrite,
                String targetExpression)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getTargetExpression()  | 
String | 
getVariableNameExpression()  | 
String | 
getVariableValueExpression()  | 
boolean | 
isOverwrite()  | 
void | 
setOverwrite(boolean overwrite)  | 
String | 
toString()  | 
public InitVariableData(String variableNameExpression, String variableValueExpression, boolean overwrite, String targetExpression)
public InitVariableData(com.fasterxml.jackson.databind.JsonNode jsonNode,
                        InitVariableData defaultValues)
public String getVariableNameExpression()
public String getVariableValueExpression()
public boolean isOverwrite()
public void setOverwrite(boolean overwrite)
public String getTargetExpression()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.