Class ContextVariables
java.lang.Object
com.suncode.pwfl.workflow.component.ContextVariables
Contains informations about
ContextVariable
's available in this component.- Author:
- Cezary Kozar 12 lip 2016
-
Constructor Summary
ConstructorsConstructorDescriptionContextVariables
(ComponentDefinition component) ContextVariables
(List<ContextVariable<?>> contextVariables) -
Method Summary
Modifier and TypeMethodDescription<T> T
Returns context variable value<T> ContextVariable<T>
ReturnsContextVariable
with given id.boolean
<T> void
Sets current context variable value.
-
Constructor Details
-
ContextVariables
-
ContextVariables
-
-
Method Details
-
get
Returns context variable value- Parameters:
id
- context variable id- Returns:
- current context variable value
-
set
Sets current context variable value.- Parameters:
id
- context variable idvalue
- current value
-
getContextVariable
ReturnsContextVariable
with given id.- Parameters:
id
- context variable id- Returns:
- context variable
-
isContextVariable
-