Uses of Class
com.suncode.pwfl.workflow.component.ContextVariable
Packages that use ContextVariable
-
Uses of ContextVariable in com.suncode.pwfl.component
Fields in com.suncode.pwfl.component with type parameters of type ContextVariableModifier and TypeFieldDescriptionprotected List<ContextVariable<?>>
ComponentDefinitionBuilder.contextVariables
Methods in com.suncode.pwfl.component that return types with arguments of type ContextVariableModifier and TypeMethodDescriptionList<ContextVariable<?>>
ComponentDefinition.getContextVariables()
Methods in com.suncode.pwfl.component with parameters of type ContextVariableModifier and TypeMethodDescriptionprotected T
ComponentDefinitionBuilder.contextVariable
(ContextVariable<?> variable) -
Uses of ContextVariable in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component that return ContextVariableModifier and TypeMethodDescription<T> ContextVariable<T>
ContextVariables.getContextVariable
(String id) ReturnsContextVariable
with given id.Constructor parameters in com.suncode.pwfl.workflow.component with type arguments of type ContextVariable