| Modifier and Type | Method and Description |
|---|---|
XmlDataDAO |
ScopeDAO.getVariable(java.lang.String varName)
Get a variable by name.
|
XmlDataDAO[] |
ProcessInstanceDAO.getVariables(java.lang.String variableName,
int scopeModelId)
Returns all variable instances matching the variable name for a specified scope.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<XmlDataDAO> |
ScopeDAO.getVariables()
Get a colleciton of all the variables belonging to this scope.
|
java.util.Set<XmlDataDAO> |
ScopeDAO.getVariablesDTOs()
These are transient objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeDAO.setVariables(java.util.List<XmlDataDAO> variables) |
Copyright © 2015 WSO2. All Rights Reserved.