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.contextVariablesMethods 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 TComponentDefinitionBuilder.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) ReturnsContextVariablewith given id.Constructor parameters in com.suncode.pwfl.workflow.component with type arguments of type ContextVariable