Class VariableScopeResolver
java.lang.Object
org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolver
- All Implemented Interfaces:
Resolver
Bindings implementation using an
ExecutionImpl as 'back-end'.- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) Allows checking whether there is currently an object bound to the key.Returns the object currently bound to the key or false if no object is currently bound to the keykeySet()Returns the set of key that can be resolved using this resolver.
-
Field Details
-
variableScope
-
variableScopeKey
-
-
Constructor Details
-
VariableScopeResolver
-
-
Method Details
-
containsKey
Description copied from interface:ResolverAllows checking whether there is currently an object bound to the key.- Specified by:
containsKeyin interfaceResolver- Parameters:
key- the key to check- Returns:
- true if there is currently an object bound to the key. False otherwise.
-
get
Description copied from interface:ResolverReturns the object currently bound to the key or false if no object is currently bound to the key -
keySet
Description copied from interface:ResolverReturns the set of key that can be resolved using this resolver.
-