Uses of Interface
org.camunda.bpm.engine.impl.core.variable.mapping.value.ParameterValueProvider
-
-
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type ParameterValueProvider Modifier and Type Method Description protected 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 ParameterValueProvider Modifier and Type Method Description ParameterValueProviderBatchJobDeclaration. getJobPriorityProvider()ParameterValueProviderBatchMonitorJobDeclaration. getJobPriorityProvider()ParameterValueProviderBatchSeedJobDeclaration. getJobPriorityProvider() -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as ParameterValueProvider Modifier and Type Field Description protected ParameterValueProviderExternalTaskActivityBehavior. priorityValueProviderprotected ParameterValueProviderExternalTaskActivityBehavior. topicNameValueProviderMethods in org.camunda.bpm.engine.impl.bpmn.behavior that return ParameterValueProvider Modifier and Type Method Description ParameterValueProviderErrorEndEventActivityBehavior. getErrorMessageExpression()ParameterValueProviderExternalTaskActivityBehavior. getPriorityValueProvider()Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ParameterValueProvider Modifier and Type Method Description voidErrorEndEventActivityBehavior. setErrorMessageExpression(ParameterValueProvider errorMessage)Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ParameterValueProvider Constructor Description ErrorEndEventActivityBehavior(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 ParameterValueProvider Modifier and Type Method Description protected ParameterValueProviderBpmnParse. createParameterValueProvider(Object value, ExpressionManager expressionManager)ParameterValueProviderError. 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 ParameterValueProvider Modifier and Type Method Description voidError. 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 ParameterValueProvider Modifier and Type Method Description protected 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 ParameterValueProvider Modifier and Type Field Description protected ParameterValueProviderCallableElement. businessKeyValueProviderprotected ParameterValueProviderBaseCallableElement. definitionKeyValueProviderprotected ParameterValueProviderCallableElementParameter. sourceValueProviderprotected ParameterValueProviderBaseCallableElement. tenantIdProviderprotected ParameterValueProviderBaseCallableElement. versionTagValueProviderprotected ParameterValueProviderBaseCallableElement. versionValueProviderMethods in org.camunda.bpm.engine.impl.core.model that return ParameterValueProvider Modifier and Type Method Description ParameterValueProviderCallableElement. getBusinessKeyValueProvider()ParameterValueProviderBaseCallableElement. getDefinitionKeyValueProvider()ParameterValueProviderCallableElementParameter. getSourceValueProvider()ParameterValueProviderBaseCallableElement. getTenantIdProvider()ParameterValueProviderBaseCallableElement. getVersionTagValueProvider()ParameterValueProviderBaseCallableElement. getVersionValueProvider()Methods in org.camunda.bpm.engine.impl.core.model with parameters of type ParameterValueProvider Modifier and Type Method Description voidCallableElement. 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 ParameterValueProvider Modifier and Type Field Description protected ParameterValueProviderIoParameter. valueProviderThe provider of the parameter value.Methods in org.camunda.bpm.engine.impl.core.variable.mapping that return ParameterValueProvider Modifier and Type Method Description ParameterValueProviderIoParameter. getValueProvider()Methods in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type ParameterValueProvider Modifier and Type Method Description voidIoParameter. setValueProvider(ParameterValueProvider valueProvider)Constructors in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type ParameterValueProvider Constructor Description InputParameter(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 ParameterValueProvider Modifier and Type Class Description classConstantValueProviderA constant parameter value.classListValueProviderclassMapValueProviderclassNullValueProviderFields in org.camunda.bpm.engine.impl.core.variable.mapping.value with type parameters of type ParameterValueProvider Modifier and Type Field Description protected 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 ParameterValueProvider Modifier and Type Method Description List<ParameterValueProvider>ListValueProvider. getProviderList()TreeMap<ParameterValueProvider,ParameterValueProvider>MapValueProvider. getProviderMap()TreeMap<ParameterValueProvider,ParameterValueProvider>MapValueProvider. getProviderMap()Method parameters in org.camunda.bpm.engine.impl.core.variable.mapping.value with type arguments of type ParameterValueProvider Modifier and Type Method Description voidListValueProvider. 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 ParameterValueProvider Constructor Description ListValueProvider(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 ParameterValueProvider Modifier and Type Class Description classElValueProviderMakes 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 ParameterValueProvider Modifier and Type Field Description protected ParameterValueProviderJobDeclaration. jobPriorityProviderMethods in org.camunda.bpm.engine.impl.jobexecutor that return ParameterValueProvider Modifier and Type Method Description ParameterValueProviderJobDeclaration. getJobPriorityProvider()Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ParameterValueProvider Modifier and Type Method Description voidJobDeclaration. 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 Modifier and Type Method Description ParameterValueProviderHistoryCleanupJobDeclaration. getJobPriorityProvider() -
Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.scripting
Classes in org.camunda.bpm.engine.impl.scripting that implement ParameterValueProvider Modifier and Type Class Description classScriptValueProviderMakes it possible to use scripts inIoParametermappings.
-