Class VariableScope
java.lang.Object
org.jbpm.process.core.context.AbstractContext
org.jbpm.process.core.context.variable.VariableScope
- All Implemented Interfaces:
Serializable,Context
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVariable(Variable variable) findVariable(String variableName) getType()String[]booleanisReadOnly(String name) booleanisRequired(String name) static booleanresolveContext(Object param) voidsetVariables(List<Variable> variables) static voidsetVariableStrictOption(boolean turnedOn) voidvalidateVariable(String processName, String name, Object value) Methods inherited from class org.jbpm.process.core.context.AbstractContext
getContextContainer, getId, setContextContainer, setId
-
Field Details
-
VARIABLE_STRICT_ENABLED_PROPERTY
- See Also:
-
VARIABLE_SCOPE
- See Also:
-
-
Constructor Details
-
VariableScope
public VariableScope()
-
-
Method Details
-
getType
-
getVariables
-
setVariables
-
getVariableNames
-
findVariable
-
resolveContext
-
validateVariable
-
setVariableStrictOption
public static void setVariableStrictOption(boolean turnedOn) -
isVariableStrictEnabled
public static boolean isVariableStrictEnabled() -
isReadOnly
-
isRequired
-
tags
-
addVariable
-