public class WorkflowVariable extends Object implements Serializable
| Constructor and Description |
|---|
WorkflowVariable() |
WorkflowVariable(String value,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
String |
getValue() |
Date |
getValueAsDate() |
static HashMap<String,Object> |
getVariablesMap(Map<String,List<String>> parameters,
String formNodeType,
List<String> excludedParameters)
Generate a map of task parameters with values of type WorkflowVariable or List
|
void |
setType(int type) |
void |
setValue(String value) |
public WorkflowVariable()
public WorkflowVariable(String value, int type)
public int getType()
public void setType(int type)
public String getValue()
public void setValue(String value)
public Date getValueAsDate()
public static HashMap<String,Object> getVariablesMap(Map<String,List<String>> parameters, String formNodeType, List<String> excludedParameters)
parameters - formNodeType - excludedParameters - Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.