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> TReturns context variable value<T> ContextVariable<T>ReturnsContextVariablewith given id.boolean<T> voidSets 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
ReturnsContextVariablewith given id.- Parameters:
id- context variable id- Returns:
- context variable
-
isContextVariable
-