Package org.camunda.bpm.engine.spring
Class SpringBeansResolverFactory
java.lang.Object
org.camunda.bpm.engine.spring.SpringBeansResolverFactory
- All Implemented Interfaces:
- Resolver,- ResolverFactory
 ResolverFactory and Resolver classes to make the beans
 managed by the Spring container available in scripting
 
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSpringBeansResolverFactory(org.springframework.context.ApplicationContext applicationContext) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsKey(Object key) Allows checking whether there is currently an object bound to the key.createResolver(VariableScope variableScope) 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- 
LOG
- 
SCOPE_NOT_ACTIVE_EXCEPTION
 
- 
- 
Constructor Details- 
SpringBeansResolverFactorypublic SpringBeansResolverFactory(org.springframework.context.ApplicationContext applicationContext) 
 
- 
- 
Method Details- 
createResolver- Specified by:
- createResolverin interface- ResolverFactory
 
- 
containsKeyDescription copied from interface:ResolverAllows checking whether there is currently an object bound to the key.- Specified by:
- containsKeyin interface- Resolver
- Parameters:
- key- the key to check
- Returns:
- true if there is currently an object bound to the key. False otherwise.
 
- 
getDescription copied from interface:ResolverReturns the object currently bound to the key or false if no object is currently bound to the key
- 
keySetDescription copied from interface:ResolverReturns the set of key that can be resolved using this resolver.
 
-