Uses of Interface
org.camunda.bpm.engine.impl.scripting.engine.Resolver
Packages that use Resolver
-
Uses of Resolver in org.camunda.bpm.engine.impl.scripting.engine
Classes in org.camunda.bpm.engine.impl.scripting.engine that implement ResolverModifier and TypeClassDescriptionclassclassBindings implementation using anExecutionImplas 'back-end'.Fields in org.camunda.bpm.engine.impl.scripting.engine with type parameters of type ResolverMethods in org.camunda.bpm.engine.impl.scripting.engine that return ResolverModifier and TypeMethodDescriptionBeansResolverFactory.createResolver(VariableScope variableScope) ResolverFactory.createResolver(VariableScope variableScope) VariableScopeResolverFactory.createResolver(VariableScope variableScope) Constructor parameters in org.camunda.bpm.engine.impl.scripting.engine with type arguments of type ResolverModifierConstructorDescriptionScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope, Bindings wrappedBindings) -
Uses of Resolver in org.camunda.bpm.engine.test.mock
Classes in org.camunda.bpm.engine.test.mock that implement ResolverMethods in org.camunda.bpm.engine.test.mock that return ResolverModifier and TypeMethodDescriptionMocksResolverFactory.createResolver(VariableScope variableScope)