Class ScriptBindings
java.lang.Object
org.flowable.common.engine.impl.scripting.ScriptBindings
- Author:
- Tom Baeyens, Joram Barrez
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Bindingsprotected booleanThe script engine implementations put some key/value pairs into the binding.protected VariableContainer
- 
Constructor SummaryConstructorsConstructorDescriptionScriptBindings(List<Resolver> scriptResolvers, VariableContainer variableContainer) ScriptBindings(List<Resolver> scriptResolvers, VariableContainer variableContainer, boolean storeScriptVariables) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddUnstoredKey(String unstoredKey) voidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Field Details- 
UNSTORED_KEYSThe script engine implementations put some key/value pairs into the binding. This list contains those keys, such that they wouldn't be stored as process variable. This list contains the keywords for JUEL, Javascript and Groovy.
- 
scriptResolvers
- 
variableContainer
- 
defaultBindings
- 
storeScriptVariablesprotected boolean storeScriptVariables
 
- 
- 
Constructor Details- 
ScriptBindings
- 
ScriptBindingspublic ScriptBindings(List<Resolver> scriptResolvers, VariableContainer variableContainer, boolean storeScriptVariables) 
 
- 
- 
Method Details- 
containsKey- Specified by:
- containsKeyin interface- Bindings
- Specified by:
- containsKeyin interface- Map<String,- Object> 
 
- 
get
- 
put
- 
entrySet
- 
keySet
- 
sizepublic int size()
- 
values
- 
putAll
- 
remove
- 
clearpublic void clear()
- 
containsValue- Specified by:
- containsValuein interface- Map<String,- Object> 
 
- 
isEmptypublic boolean isEmpty()
- 
addUnstoredKey
- 
getVariables
 
-