Uses of Interface
org.camunda.bpm.engine.impl.scripting.engine.Resolver
-
Packages that use Resolver Package Description org.camunda.bpm.engine.impl.scripting.engine org.camunda.bpm.engine.test.mock -
-
Uses of Resolver in org.camunda.bpm.engine.impl.scripting.engine
Classes in org.camunda.bpm.engine.impl.scripting.engine that implement Resolver Modifier and Type Class Description classBeansResolverFactoryclassVariableScopeResolverBindings implementation using anExecutionImplas 'back-end'.Fields in org.camunda.bpm.engine.impl.scripting.engine with type parameters of type Resolver Modifier and Type Field Description protected List<Resolver>ScriptBindings. scriptResolversMethods in org.camunda.bpm.engine.impl.scripting.engine that return Resolver Modifier and Type Method Description ResolverBeansResolverFactory. createResolver(VariableScope variableScope)ResolverResolverFactory. createResolver(VariableScope variableScope)ResolverVariableScopeResolverFactory. createResolver(VariableScope variableScope)Constructor parameters in org.camunda.bpm.engine.impl.scripting.engine with type arguments of type Resolver Constructor Description ScriptBindings(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 Resolver Modifier and Type Class Description classMocksResolverFactoryMethods in org.camunda.bpm.engine.test.mock that return Resolver Modifier and Type Method Description ResolverMocksResolverFactory. createResolver(VariableScope variableScope)
-