Uses of Interface
org.camunda.bpm.engine.impl.core.variable.mapping.value.ParameterValueProvider
Packages that use ParameterValueProvider
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type ParameterValueProviderModifier and TypeMethodDescriptionprotected LongDefaultPriorityProvider.evaluateValueProvider(ParameterValueProvider valueProvider, ExecutionEntity execution, String errorMessageHeading) Evaluates a given value provider with the given execution entity to determine the correct value. -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch that return ParameterValueProviderModifier and TypeMethodDescriptionBatchJobDeclaration.getJobPriorityProvider()BatchMonitorJobDeclaration.getJobPriorityProvider()BatchSeedJobDeclaration.getJobPriorityProvider() -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as ParameterValueProviderModifier and TypeFieldDescriptionprotected ParameterValueProviderExternalTaskActivityBehavior.priorityValueProviderprotected ParameterValueProviderExternalTaskActivityBehavior.topicNameValueProviderMethods in org.camunda.bpm.engine.impl.bpmn.behavior that return ParameterValueProviderModifier and TypeMethodDescriptionErrorEndEventActivityBehavior.getErrorMessageExpression()ExternalTaskActivityBehavior.getPriorityValueProvider()Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ParameterValueProviderModifier and TypeMethodDescriptionvoidErrorEndEventActivityBehavior.setErrorMessageExpression(ParameterValueProvider errorMessage) Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ParameterValueProviderModifierConstructorDescriptionErrorEndEventActivityBehavior(String errorCode, ParameterValueProvider errorMessage) ExternalTaskActivityBehavior(ParameterValueProvider topicName, ParameterValueProvider paramValueProvider) -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ParameterValueProviderModifier and TypeMethodDescriptionprotected ParameterValueProviderBpmnParse.createParameterValueProvider(Object value, ExpressionManager expressionManager) Error.getErrorMessageExpression()protected static ParameterValueProviderBpmnParseUtil.parseNestedParamValueProvider(Element element) protected static ParameterValueProviderBpmnParseUtil.parseParamValueProvider(Element parameterElement) protected ParameterValueProviderBpmnParse.parsePriority(Element element, String priorityAttribute) protected ParameterValueProviderBpmnParse.parseTopic(Element element, String topicAttribute) Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ParameterValueProviderModifier and TypeMethodDescriptionvoidError.setErrorMessageExpression(ParameterValueProvider errorMessageExpression) -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return ParameterValueProviderModifier and TypeMethodDescriptionprotected ParameterValueProviderCallingTaskItemHandler.createParameterValueProvider(String value, ExpressionManager expressionManager) -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.core.model
Fields in org.camunda.bpm.engine.impl.core.model declared as ParameterValueProviderModifier and TypeFieldDescriptionprotected ParameterValueProviderCallableElement.businessKeyValueProviderprotected ParameterValueProviderBaseCallableElement.definitionKeyValueProviderprotected ParameterValueProviderCallableElementParameter.sourceValueProviderprotected ParameterValueProviderBaseCallableElement.tenantIdProviderprotected ParameterValueProviderBaseCallableElement.versionTagValueProviderprotected ParameterValueProviderBaseCallableElement.versionValueProviderMethods in org.camunda.bpm.engine.impl.core.model that return ParameterValueProviderModifier and TypeMethodDescriptionCallableElement.getBusinessKeyValueProvider()BaseCallableElement.getDefinitionKeyValueProvider()CallableElementParameter.getSourceValueProvider()BaseCallableElement.getTenantIdProvider()BaseCallableElement.getVersionTagValueProvider()BaseCallableElement.getVersionValueProvider()Methods in org.camunda.bpm.engine.impl.core.model with parameters of type ParameterValueProviderModifier and TypeMethodDescriptionvoidCallableElement.setBusinessKeyValueProvider(ParameterValueProvider businessKeyValueProvider) voidBaseCallableElement.setDefinitionKeyValueProvider(ParameterValueProvider definitionKey) voidCallableElementParameter.setSourceValueProvider(ParameterValueProvider source) voidBaseCallableElement.setTenantIdProvider(ParameterValueProvider tenantIdProvider) voidBaseCallableElement.setVersionTagValueProvider(ParameterValueProvider version) voidBaseCallableElement.setVersionValueProvider(ParameterValueProvider version) -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.core.variable.mapping
Fields in org.camunda.bpm.engine.impl.core.variable.mapping declared as ParameterValueProviderModifier and TypeFieldDescriptionprotected ParameterValueProviderIoParameter.valueProviderThe provider of the parameter value.Methods in org.camunda.bpm.engine.impl.core.variable.mapping that return ParameterValueProviderMethods in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type ParameterValueProviderModifier and TypeMethodDescriptionvoidIoParameter.setValueProvider(ParameterValueProvider valueProvider) Constructors in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type ParameterValueProviderModifierConstructorDescriptionInputParameter(String name, ParameterValueProvider valueProvider) IoParameter(String name, ParameterValueProvider valueProvider) OutputParameter(String name, ParameterValueProvider valueProvider) -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.core.variable.mapping.value
Classes in org.camunda.bpm.engine.impl.core.variable.mapping.value that implement ParameterValueProviderModifier and TypeClassDescriptionclassA constant parameter value.classclassclassFields in org.camunda.bpm.engine.impl.core.variable.mapping.value with type parameters of type ParameterValueProviderModifier and TypeFieldDescriptionprotected List<ParameterValueProvider>ListValueProvider.providerListprotected TreeMap<ParameterValueProvider,ParameterValueProvider> MapValueProvider.providerMapprotected TreeMap<ParameterValueProvider,ParameterValueProvider> MapValueProvider.providerMapMethods in org.camunda.bpm.engine.impl.core.variable.mapping.value that return types with arguments of type ParameterValueProviderModifier and TypeMethodDescriptionListValueProvider.getProviderList()MapValueProvider.getProviderMap()MapValueProvider.getProviderMap()Method parameters in org.camunda.bpm.engine.impl.core.variable.mapping.value with type arguments of type ParameterValueProviderModifier and TypeMethodDescriptionvoidListValueProvider.setProviderList(List<ParameterValueProvider> providerList) voidMapValueProvider.setProviderMap(TreeMap<ParameterValueProvider, ParameterValueProvider> providerMap) voidMapValueProvider.setProviderMap(TreeMap<ParameterValueProvider, ParameterValueProvider> providerMap) Constructor parameters in org.camunda.bpm.engine.impl.core.variable.mapping.value with type arguments of type ParameterValueProviderModifierConstructorDescriptionListValueProvider(List<ParameterValueProvider> providerList) MapValueProvider(TreeMap<ParameterValueProvider, ParameterValueProvider> providerMap) MapValueProvider(TreeMap<ParameterValueProvider, ParameterValueProvider> providerMap) -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.el
Classes in org.camunda.bpm.engine.impl.el that implement ParameterValueProviderModifier and TypeClassDescriptionclassMakes it possible to use expression inIoParametermappings. -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as ParameterValueProviderModifier and TypeFieldDescriptionprotected ParameterValueProviderJobDeclaration.jobPriorityProviderMethods in org.camunda.bpm.engine.impl.jobexecutor that return ParameterValueProviderMethods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ParameterValueProviderModifier and TypeMethodDescriptionvoidJobDeclaration.setJobPriorityProvider(ParameterValueProvider jobPriorityProvider) -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return ParameterValueProvider -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.scripting
Classes in org.camunda.bpm.engine.impl.scripting that implement ParameterValueProvider