Uses of Interface
org.camunda.bpm.engine.variable.value.TypedValue
Packages that use TypedValue
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.Classes related to the
FormService
.Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService
.-
Uses of TypedValue in org.camunda.bpm.client.impl
Methods in org.camunda.bpm.client.impl with parameters of type TypedValueModifier and TypeMethodDescriptionExternalTaskClientLogger.valueMapperExceptionDueToSerializerNotFoundForTypedValue
(TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.client.task
Methods in org.camunda.bpm.client.task with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TExternalTask.getVariableTyped
(String variableName) Returns a typed variable of the task's ancestor execution hierarchy<T extends TypedValue>
TExternalTask.getVariableTyped
(String variableName, boolean deserializeObjectValue) Returns a typed variable of the task's ancestor execution hierarchy -
Uses of TypedValue in org.camunda.bpm.client.task.impl
Methods in org.camunda.bpm.client.task.impl with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TExternalTaskImpl.getVariableTyped
(String variableName) <T extends TypedValue>
TExternalTaskImpl.getVariableTyped
(String variableName, boolean deserializeObjectValues) -
Uses of TypedValue in org.camunda.bpm.client.variable.impl
Classes in org.camunda.bpm.client.variable.impl with type parameters of type TypedValueModifier and TypeClassDescriptionclass
AbstractTypedValueMapper<T extends TypedValue>
class
DefaultValueMappers<T extends TypedValue>
interface
ValueMapper<T extends TypedValue>
interface
ValueMappers<T extends TypedValue>
class
VariableValue<T extends TypedValue>
Fields in org.camunda.bpm.client.variable.impl declared as TypedValueFields in org.camunda.bpm.client.variable.impl with type parameters of type TypedValueModifier and TypeFieldDescriptionprotected List<ValueMapper<? extends TypedValue>>
DefaultValueMappers.serializerList
Methods in org.camunda.bpm.client.variable.impl with type parameters of type TypedValueModifier and TypeMethodDescriptionprotected <T extends TypedValue>
ValueMapper<T>TypedValues.findSerializer
(T typedValue) protected <T extends TypedValue>
TypedValueFieldTypedValues.toTypedValueField
(T typedValue) Methods in org.camunda.bpm.client.variable.impl that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
TypedValues.createTypedValue
(Object value) Methods in org.camunda.bpm.client.variable.impl with parameters of type TypedValueModifier and TypeMethodDescriptionboolean
AbstractTypedValueMapper.canHandleTypedValue
(TypedValue typedValue) boolean
ValueMapper.canHandleTypedValue
(TypedValue value) protected abstract boolean
AbstractTypedValueMapper.canWriteValue
(TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type TypedValueModifier and TypeMethodDescriptionprotected boolean
ByteArrayValueMapper.canWriteValue
(TypedValue typedValue) protected boolean
FileValueMapper.canWriteValue
(TypedValue typedValue) protected boolean
NullValueMapper.canWriteValue
(TypedValue value) protected boolean
ObjectValueMapper.canWriteValue
(TypedValue typedValue) protected boolean
PrimitiveValueMapper.canWriteValue
(TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.client.variable.impl.value
Classes in org.camunda.bpm.client.variable.impl.value that implement TypedValueModifier and TypeClassDescriptionclass
class
class
-
Uses of TypedValue in org.camunda.bpm.client.variable.value
Subinterfaces of TypedValue in org.camunda.bpm.client.variable.valueModifier and TypeInterfaceDescriptioninterface
File value is not available unless it is loaded actively InitiallyFileValue.getValue()
returnsnull
.interface
interface
-
Uses of TypedValue in org.camunda.bpm.dmn.engine
Methods in org.camunda.bpm.dmn.engine with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TDmnDecisionResultEntries.getEntryTyped
(String name) Returns the typed value of the result entry for a given output name.<T extends TypedValue>
TDmnDecisionRuleResult.getEntryTyped
(String name) Returns the typed value of the rule result entry for a given output name.<T extends TypedValue>
TDmnDecisionResultEntries.getFirstEntryTyped()
Returns the typed value of the first result entry.<T extends TypedValue>
TDmnDecisionRuleResult.getFirstEntryTyped()
Returns the typed value of the first rule result entry.<T extends TypedValue>
TDmnDecisionResult.getSingleEntryTyped()
Returns the typed value of the single entry of the decision result.<T extends TypedValue>
TDmnDecisionResultEntries.getSingleEntryTyped()
Returns the typed value of the single entry of the decision result.<T extends TypedValue>
TDmnDecisionRuleResult.getSingleEntryTyped()
Returns the typed value of the single entry of the decision rule result.<T extends TypedValue>
TDmnDecisionTableResult.getSingleEntryTyped()
Returns the typed value of the single entry of the decision rule result.Methods in org.camunda.bpm.dmn.engine that return types with arguments of type TypedValueModifier and TypeMethodDescriptionDmnDecisionResultEntries.getEntryMapTyped()
Returns a map of the typed result entry values by output name.DmnDecisionRuleResult.getEntryMapTyped()
Returns a map of the typed rule result entry values by output name. -
Uses of TypedValue in org.camunda.bpm.dmn.engine.delegate
Methods in org.camunda.bpm.dmn.engine.delegate that return TypedValueModifier and TypeMethodDescriptionDmnDecisionTableEvaluationEvent.getCollectResultValue()
DmnDecisionLiteralExpressionEvaluationEvent.getOutputValue()
DmnEvaluatedInput.getValue()
DmnEvaluatedOutput.getValue()
-
Uses of TypedValue in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as TypedValueModifier and TypeFieldDescriptionprotected final TypedValue
DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry.typedValue
protected final TypedValue
DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry.typedValue
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type TypedValueModifier and TypeFieldDescriptionprotected final Map<String,
TypedValue> DmnDecisionResultEntriesImpl.outputValues
protected final Map<String,
TypedValue> DmnDecisionRuleResultImpl.outputValues
Methods in org.camunda.bpm.dmn.engine.impl with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TDmnDecisionResultEntriesImpl.getEntryTyped
(String name) <T extends TypedValue>
TDmnDecisionRuleResultImpl.getEntryTyped
(String name) <T extends TypedValue>
TDmnDecisionResultEntriesImpl.getFirstEntryTyped()
<T extends TypedValue>
TDmnDecisionRuleResultImpl.getFirstEntryTyped()
<T extends TypedValue>
TDmnDecisionResultEntriesImpl.getSingleEntryTyped()
<T extends TypedValue>
TDmnDecisionResultImpl.getSingleEntryTyped()
<T extends TypedValue>
TDmnDecisionRuleResultImpl.getSingleEntryTyped()
<T extends TypedValue>
TDmnDecisionTableResultImpl.getSingleEntryTyped()
Methods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type TypedValueModifier and TypeMethodDescriptionDmnDecisionResultEntriesImpl.getEntryMapTyped()
DmnDecisionRuleResultImpl.getEntryMapTyped()
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type TypedValueModifier and TypeMethodDescriptionvoid
DmnDecisionResultEntriesImpl.putValue
(String name, TypedValue value) void
DmnDecisionRuleResultImpl.putValue
(String name, TypedValue value) Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type TypedValueModifier and TypeMethodDescriptionvoid
DmnDecisionResultEntriesImpl.putAllValues
(Map<String, TypedValue> values) void
DmnDecisionRuleResultImpl.putAllValues
(Map<String, TypedValue> values) Constructors in org.camunda.bpm.dmn.engine.impl with parameters of type TypedValueModifierConstructorDescriptionDmnDecisionRuleOutputEntry
(String key, TypedValue typedValue) DmnDecisionRuleOutputEntry
(String key, TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.dmn.engine.impl.delegate
Fields in org.camunda.bpm.dmn.engine.impl.delegate declared as TypedValueModifier and TypeFieldDescriptionprotected TypedValue
DmnDecisionTableEvaluationEventImpl.collectResultValue
protected TypedValue
DmnDecisionLiteralExpressionEvaluationEventImpl.outputValue
protected TypedValue
DmnEvaluatedInputImpl.value
protected TypedValue
DmnEvaluatedOutputImpl.value
Methods in org.camunda.bpm.dmn.engine.impl.delegate that return TypedValueModifier and TypeMethodDescriptionDmnDecisionTableEvaluationEventImpl.getCollectResultValue()
DmnDecisionLiteralExpressionEvaluationEventImpl.getOutputValue()
DmnEvaluatedInputImpl.getValue()
DmnEvaluatedOutputImpl.getValue()
Methods in org.camunda.bpm.dmn.engine.impl.delegate with parameters of type TypedValueModifier and TypeMethodDescriptionvoid
DmnDecisionTableEvaluationEventImpl.setCollectResultValue
(TypedValue collectResultValue) void
DmnDecisionLiteralExpressionEvaluationEventImpl.setOutputValue
(TypedValue outputValue) void
DmnEvaluatedInputImpl.setValue
(TypedValue value) void
DmnEvaluatedOutputImpl.setValue
(TypedValue value) Constructors in org.camunda.bpm.dmn.engine.impl.delegate with parameters of type TypedValueModifierConstructorDescriptionDmnEvaluatedOutputImpl
(DmnDecisionTableOutputImpl decisionTableOutput, TypedValue value) -
Uses of TypedValue in org.camunda.bpm.dmn.engine.impl.el
Methods in org.camunda.bpm.dmn.engine.impl.el with parameters of type TypedValueModifier and TypeMethodDescriptionprotected Object
VariableContextElResolver.unpack
(TypedValue typedValue) protected Object
VariableContextScriptBindings.unpack
(TypedValue resolvedValue) -
Uses of TypedValue in org.camunda.bpm.dmn.engine.impl.hitpolicy
Methods in org.camunda.bpm.dmn.engine.impl.hitpolicy that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
AbstractCollectNumberHitPolicyHandler.aggregateNumberValues
(List<TypedValue> values) protected TypedValue
AbstractCollectNumberHitPolicyHandler.aggregateValues
(List<TypedValue> values) protected TypedValue
CollectCountHitPolicyHandler.aggregateValues
(List<TypedValue> values) protected TypedValue
AbstractCollectNumberHitPolicyHandler.getResultValue
(DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent) Methods in org.camunda.bpm.dmn.engine.impl.hitpolicy that return types with arguments of type TypedValueModifier and TypeMethodDescriptionprotected List<TypedValue>
AbstractCollectNumberHitPolicyHandler.collectSingleValues
(DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent) Method parameters in org.camunda.bpm.dmn.engine.impl.hitpolicy with type arguments of type TypedValueModifier and TypeMethodDescriptionprotected TypedValue
AbstractCollectNumberHitPolicyHandler.aggregateNumberValues
(List<TypedValue> values) protected TypedValue
AbstractCollectNumberHitPolicyHandler.aggregateValues
(List<TypedValue> values) protected TypedValue
CollectCountHitPolicyHandler.aggregateValues
(List<TypedValue> values) AbstractCollectNumberHitPolicyHandler.convertValuesToDouble
(List<TypedValue> typedValues) AbstractCollectNumberHitPolicyHandler.convertValuesToInteger
(List<TypedValue> typedValues) AbstractCollectNumberHitPolicyHandler.convertValuesToLong
(List<TypedValue> typedValues) DmnHitPolicyLogger.unableToConvertValuesToAggregatableTypes
(List<TypedValue> values, Class<?>... targetClasses) -
Uses of TypedValue in org.camunda.bpm.dmn.engine.impl.spi.type
Methods in org.camunda.bpm.dmn.engine.impl.spi.type that return TypedValueModifier and TypeMethodDescriptionTransform the given value.Transform the given value into the type specified by the type name. -
Uses of TypedValue in org.camunda.bpm.dmn.engine.impl.type
Methods in org.camunda.bpm.dmn.engine.impl.type that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
DmnTypeDefinitionImpl.transformNotNullValue
(Object value) -
Uses of TypedValue in org.camunda.bpm.engine
Methods in org.camunda.bpm.engine with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TCaseService.getVariableLocalTyped
(String caseExecutionId, String variableName) The variable value for an case execution.<T extends TypedValue>
TCaseService.getVariableLocalTyped
(String caseExecutionId, String variableName, boolean deserializeValue) The variable value for an case execution.<T extends TypedValue>
TRuntimeService.getVariableLocalTyped
(String executionId, String variableName) Returns aTypedValue
for the variable.<T extends TypedValue>
TRuntimeService.getVariableLocalTyped
(String executionId, String variableName, boolean deserializeValue) Returns aTypedValue
for the variable.<T extends TypedValue>
TTaskService.getVariableLocalTyped
(String taskId, String variableName) Get a variables and only search in the task scope.<T extends TypedValue>
TTaskService.getVariableLocalTyped
(String taskId, String variableName, boolean deserializeValue) Get a variables and only search in the task scope.<T extends TypedValue>
TCaseService.getVariableTyped
(String caseExecutionId, String variableName) Searching for the variable is done in all scopes that are visible to the given case execution (including parent scopes).<T extends TypedValue>
TCaseService.getVariableTyped
(String caseExecutionId, String variableName, boolean deserializeValue) Searching for the variable is done in all scopes that are visible to the given case execution (including parent scopes).<T extends TypedValue>
TRuntimeService.getVariableTyped
(String executionId, String variableName) Returns aTypedValue
for the variable.<T extends TypedValue>
TRuntimeService.getVariableTyped
(String executionId, String variableName, boolean deserializeValue) Returns aTypedValue
for the variable.<T extends TypedValue>
TTaskService.getVariableTyped
(String taskId, String variableName) Get a variables and search in the task scope and if available also the execution scopes.<T extends TypedValue>
TTaskService.getVariableTyped
(String taskId, String variableName, boolean deserializeValue) Get a variables and search in the task scope and if available also the execution scopes. -
Uses of TypedValue in org.camunda.bpm.engine.cdi
Methods in org.camunda.bpm.engine.cdi with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TBusinessProcess.getVariableLocalTyped
(String variableName) <T extends TypedValue>
TBusinessProcess.getVariableTyped
(String variableName) Methods in org.camunda.bpm.engine.cdi that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
ProcessVariables.getProcessVariableLocalTyped
(javax.enterprise.inject.spi.InjectionPoint ip) protected TypedValue
ProcessVariables.getProcessVariableTyped
(javax.enterprise.inject.spi.InjectionPoint ip) -
Uses of TypedValue in org.camunda.bpm.engine.cdi.impl
Methods in org.camunda.bpm.engine.cdi.impl with type parameters of type TypedValueModifier and TypeMethodDescriptionprotected <T extends TypedValue>
TProcessVariableLocalMap.getVariableTyped
(String variableName) protected <T extends TypedValue>
TProcessVariableMap.getVariableTyped
(String variableName) -
Uses of TypedValue in org.camunda.bpm.engine.cdi.impl.context
Methods in org.camunda.bpm.engine.cdi.impl.context with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TScopedAssociation.getVariable
(String variableName) <T extends TypedValue>
TScopedAssociation.getVariableLocal
(String variableName) Methods in org.camunda.bpm.engine.cdi.impl.context that return TypedValueModifier and TypeMethodDescriptionContextAssociationManager.getVariable
(String variableName) get a process variableDefaultContextAssociationManager.getVariable
(String variableName) ContextAssociationManager.getVariableLocal
(String variableName) get a local process variableDefaultContextAssociationManager.getVariableLocal
(String variableName) -
Uses of TypedValue in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TVariableScope.getVariableLocalTyped
(String variableName) <T extends TypedValue>
TVariableScope.getVariableLocalTyped
(String variableName, boolean deserializeValue) <T extends TypedValue>
TVariableScope.getVariableTyped
(String variableName) <T extends TypedValue>
TVariableScope.getVariableTyped
(String variableName, boolean deserializeValue) -
Uses of TypedValue in org.camunda.bpm.engine.form
Methods in org.camunda.bpm.engine.form that return TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.history
Methods in org.camunda.bpm.engine.history that return TypedValueModifier and TypeMethodDescriptionHistoricDecisionInputInstance.getTypedValue()
Returns theTypedValue
for this value.HistoricDecisionOutputInstance.getTypedValue()
Returns theTypedValue
for this value.HistoricVariableInstance.getTypedValue()
Returns theTypedValue
of this variable instance.HistoricVariableUpdate.getTypedValue()
-
Uses of TypedValue in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as TypedValueMethods in org.camunda.bpm.engine.impl with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TRuntimeServiceImpl.getVariableLocalTyped
(String executionId, String variableName) <T extends TypedValue>
TRuntimeServiceImpl.getVariableLocalTyped
(String executionId, String variableName, boolean deserializeObjectValue) <T extends TypedValue>
TTaskServiceImpl.getVariableLocalTyped
(String taskId, String variableName) <T extends TypedValue>
TTaskServiceImpl.getVariableLocalTyped
(String taskId, String variableName, boolean deserializeValue) <T extends TypedValue>
TRuntimeServiceImpl.getVariableTyped
(String executionId, String variableName) <T extends TypedValue>
TRuntimeServiceImpl.getVariableTyped
(String executionId, String variableName, boolean deserializeObjectValue) <T extends TypedValue>
TTaskServiceImpl.getVariableTyped
(String taskId, String variableName) <T extends TypedValue>
TTaskServiceImpl.getVariableTyped
(String taskId, String variableName, boolean deserializeValue) protected <T extends TypedValue>
TTaskServiceImpl.getVariableTyped
(String taskId, String variableName, boolean isLocal, boolean deserializeValue) Methods in org.camunda.bpm.engine.impl that return TypedValueMethods in org.camunda.bpm.engine.impl with parameters of type TypedValueModifier and TypeMethodDescriptionprotected TypedValueSerializer
SingleQueryVariableValueCondition.determineSerializer
(VariableSerializers serializers, TypedValue value) void
SingleQueryVariableValueCondition.initializeValue
(VariableSerializers serializers, TypedValue typedValue, String dbType) -
Uses of TypedValue in org.camunda.bpm.engine.impl.cmd
Classes in org.camunda.bpm.engine.impl.cmd with type parameters of type TypedValueMethods in org.camunda.bpm.engine.impl.cmd that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
AbstractGetFormVariablesCmd.createVariable
(FormField formField, VariableScope variableScope) GetTaskVariableCmdTyped.execute
(CommandContext commandContext) -
Uses of TypedValue in org.camunda.bpm.engine.impl.cmmn
Methods in org.camunda.bpm.engine.impl.cmmn with type parameters of type TypedValueModifier and TypeMethodDescriptionprotected <T extends TypedValue>
TCaseServiceImpl.getCaseExecutionVariableTyped
(String caseExecutionId, String variableName, boolean isLocal, boolean deserializeValue) <T extends TypedValue>
TCaseServiceImpl.getVariableLocalTyped
(String caseExecutionId, String variableName) <T extends TypedValue>
TCaseServiceImpl.getVariableLocalTyped
(String caseExecutionId, String variableName, boolean deserializeValue) <T extends TypedValue>
TCaseServiceImpl.getVariableTyped
(String caseExecutionId, String variableName) <T extends TypedValue>
TCaseServiceImpl.getVariableTyped
(String caseExecutionId, String variableName, boolean deserializeValue) -
Uses of TypedValue in org.camunda.bpm.engine.impl.cmmn.cmd
Methods in org.camunda.bpm.engine.impl.cmmn.cmd that return TypedValueModifier and TypeMethodDescriptionGetCaseExecutionVariableTypedCmd.execute
(CommandContext commandContext) -
Uses of TypedValue in org.camunda.bpm.engine.impl.core.variable
Methods in org.camunda.bpm.engine.impl.core.variable that return TypedValueModifier and TypeMethodDescriptionprotected static TypedValue
VariableUtil.getSerializedValue
(VariableInstanceEntity variableInstanceEntity) CoreVariableInstance.getTypedValue
(boolean deserializeValue) Methods in org.camunda.bpm.engine.impl.core.variable that return types with arguments of type TypedValueModifier and TypeMethodDescriptionprotected static Collector<VariableInstanceEntity,
?, Map<String, TypedValue>> VariableUtil.variablesCollector()
Methods in org.camunda.bpm.engine.impl.core.variable with parameters of type TypedValueModifier and TypeMethodDescriptionstatic void
VariableUtil.checkJavaSerialization
(String variableName, TypedValue value) static boolean
VariableUtil.isJavaSerializationProhibited
(TypedValue value) Checks, if Java serialization will be used and if it is allowed to be used.void
CoreVariableInstance.setValue
(TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.engine.impl.core.variable.scope
Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as TypedValueMethods in org.camunda.bpm.engine.impl.core.variable.scope with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TAbstractVariableScope.getVariableLocalTyped
(String variableName) <T extends TypedValue>
TAbstractVariableScope.getVariableLocalTyped
(String variableName, boolean deserializeValue) <T extends TypedValue>
TVariableScopeLocalAdapter.getVariableLocalTyped
(String variableName) <T extends TypedValue>
TVariableScopeLocalAdapter.getVariableLocalTyped
(String variableName, boolean deserializeValue) <T extends TypedValue>
TAbstractVariableScope.getVariableTyped
(String variableName) <T extends TypedValue>
TAbstractVariableScope.getVariableTyped
(String variableName, boolean deserializeValue) <T extends TypedValue>
TVariableScopeLocalAdapter.getVariableTyped
(String variableName) <T extends TypedValue>
TVariableScopeLocalAdapter.getVariableTyped
(String variableName, boolean deserializeValue) Methods in org.camunda.bpm.engine.impl.core.variable.scope that return TypedValueMethods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type TypedValueModifier and TypeMethodDescriptionSimpleVariableInstance.SimpleVariableInstanceFactory.build
(String name, TypedValue value, boolean isTransient) VariableInstanceFactory.build
(String name, TypedValue value, boolean isTransient) void
SimpleVariableInstance.setValue
(TypedValue value) protected void
AbstractVariableScope.setVariable
(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope) protected void
AbstractVariableScope.setVariable
(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope, boolean skipJavaSerializationFormatCheck) void
AbstractVariableScope.setVariableLocal
(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution, boolean skipJavaSerializationFormatCheck) Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with parameters of type TypedValueModifier and TypeMethodDescriptionEnginePersistenceLogger.collectResultValueOfUnsupportedTypeException
(TypedValue collectResultValue) -
Uses of TypedValue in org.camunda.bpm.engine.impl.dmn.invocation
Methods in org.camunda.bpm.engine.impl.dmn.invocation that return TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.impl.el
Methods in org.camunda.bpm.engine.impl.el with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TStartProcessVariableScope.getVariableLocalTyped
(String variableName) <T extends TypedValue>
TStartProcessVariableScope.getVariableLocalTyped
(String variableName, boolean deserializeObjectValue) <T extends TypedValue>
TStartProcessVariableScope.getVariableTyped
(String variableName) <T extends TypedValue>
TStartProcessVariableScope.getVariableTyped
(String variableName, boolean deserializeObjectValue) Methods in org.camunda.bpm.engine.impl.el with parameters of type TypedValueModifier and TypeMethodDescriptionprotected Object
VariableContextElResolver.unpack
(TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.engine.impl.form
Fields in org.camunda.bpm.engine.impl.form declared as TypedValueMethods in org.camunda.bpm.engine.impl.form that return TypedValueMethods in org.camunda.bpm.engine.impl.form with parameters of type TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.impl.form.engine
Methods in org.camunda.bpm.engine.impl.form.engine that return TypedValueModifier and TypeMethodDescriptionFormPropertyAdapter.getDefaultValueTyped()
FormPropertyAdapter.getValue()
-
Uses of TypedValue in org.camunda.bpm.engine.impl.form.type
Methods in org.camunda.bpm.engine.impl.form.type that return TypedValueModifier and TypeMethodDescriptionabstract TypedValue
AbstractFormFieldType.convertToFormValue
(TypedValue propertyValue) DateFormType.convertToFormValue
(TypedValue modelValue) SimpleFormFieldType.convertToFormValue
(TypedValue propertyValue) abstract TypedValue
AbstractFormFieldType.convertToModelValue
(TypedValue propertyValue) DateFormType.convertToModelValue
(TypedValue propertyValue) SimpleFormFieldType.convertToModelValue
(TypedValue propertyValue) BooleanFormType.convertValue
(TypedValue propertyValue) EnumFormType.convertValue
(TypedValue propertyValue) LongFormType.convertValue
(TypedValue propertyValue) protected abstract TypedValue
SimpleFormFieldType.convertValue
(TypedValue propertyValue) StringFormType.convertValue
(TypedValue propertyValue) Methods in org.camunda.bpm.engine.impl.form.type with parameters of type TypedValueModifier and TypeMethodDescriptionabstract TypedValue
AbstractFormFieldType.convertToFormValue
(TypedValue propertyValue) DateFormType.convertToFormValue
(TypedValue modelValue) SimpleFormFieldType.convertToFormValue
(TypedValue propertyValue) abstract TypedValue
AbstractFormFieldType.convertToModelValue
(TypedValue propertyValue) DateFormType.convertToModelValue
(TypedValue propertyValue) SimpleFormFieldType.convertToModelValue
(TypedValue propertyValue) BooleanFormType.convertValue
(TypedValue propertyValue) EnumFormType.convertValue
(TypedValue propertyValue) LongFormType.convertValue
(TypedValue propertyValue) protected abstract TypedValue
SimpleFormFieldType.convertValue
(TypedValue propertyValue) StringFormType.convertValue
(TypedValue propertyValue) -
Uses of TypedValue in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return TypedValueModifier and TypeMethodDescriptionHistoricDecisionInputInstanceEntity.getTypedValue()
HistoricDecisionInputInstanceEntity.getTypedValue
(boolean deserializeValue) HistoricDecisionOutputInstanceEntity.getTypedValue()
HistoricDecisionOutputInstanceEntity.getTypedValue
(boolean deserializeValue) Methods in org.camunda.bpm.engine.impl.history.event with parameters of type TypedValueModifier and TypeMethodDescriptionvoid
HistoricDecisionInputInstanceEntity.setValue
(TypedValue typedValue) void
HistoricDecisionOutputInstanceEntity.setValue
(TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type TypedValueModifier and TypeMethodDescriptionprotected Double
DefaultDmnHistoryEventProducer.getCollectResultValue
(TypedValue collectResultValue) -
Uses of TypedValue in org.camunda.bpm.engine.impl.migration.validation.instruction
Fields in org.camunda.bpm.engine.impl.migration.validation.instruction declared as TypedValueModifier and TypeFieldDescriptionprotected TypedValue
MigrationVariableValidationReportImpl.typedValue
Methods in org.camunda.bpm.engine.impl.migration.validation.instruction with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TMigrationVariableValidationReportImpl.getTypedValue()
Constructors in org.camunda.bpm.engine.impl.migration.validation.instruction with parameters of type TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return TypedValueModifier and TypeMethodDescriptionHistoricDetailVariableInstanceUpdateEntity.getTypedValue()
HistoricDetailVariableInstanceUpdateEntity.getTypedValue
(boolean deserializeValue) HistoricVariableInstanceEntity.getTypedValue()
HistoricVariableInstanceEntity.getTypedValue
(boolean deserializeValue) VariableInstanceEntity.getTypedValue()
VariableInstanceEntity.getTypedValue
(boolean deserializeValue) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TypedValueModifier and TypeMethodDescriptionVariableInstanceEntityFactory.build
(String name, TypedValue value, boolean isTransient) static VariableInstanceEntity
VariableInstanceEntity.create
(String name, TypedValue value, boolean isTransient) static VariableInstanceEntity
VariableInstanceEntity.createAndInsert
(String name, TypedValue value) void
VariableInstanceEntity.onImplicitValueUpdate
(TypedValue updatedValue) void
VariableInstanceEntity.setValue
(TypedValue value) Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TypedValueModifierConstructorDescriptionVariableInstanceEntity
(String name, TypedValue value, boolean isTransient) -
Uses of TypedValue in org.camunda.bpm.engine.impl.persistence.entity.util
Fields in org.camunda.bpm.engine.impl.persistence.entity.util declared as TypedValueMethods in org.camunda.bpm.engine.impl.persistence.entity.util that return TypedValueModifier and TypeMethodDescriptionTypedValueField.getTypedValue
(boolean asTransientValue) TypedValueField.getTypedValue
(boolean deserializeValue, boolean asTransientValue) TypedValueField.setValue
(TypedValue value) Methods in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type TypedValueModifier and TypeMethodDescriptionprotected boolean
TypedValueField.isMutableValue
(TypedValue value) void
TypedValueUpdateListener.onImplicitValueUpdate
(TypedValue updatedValue) Called when an implicit update to a typed value is detectedTypedValueField.setValue
(TypedValue value) protected void
TypedValueField.writeValue
(TypedValue value, ValueFields valueFields) -
Uses of TypedValue in org.camunda.bpm.engine.impl.variable.listener
Fields in org.camunda.bpm.engine.impl.variable.listener declared as TypedValueMethods in org.camunda.bpm.engine.impl.variable.listener that return TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.impl.variable.serializer
Classes in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type TypedValueModifier and TypeClassDescriptionclass
AbstractTypedValueSerializer<T extends TypedValue>
interface
TypedValueSerializer<T extends TypedValue>
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type TypedValueModifier and TypeMethodDescriptionboolean
AbstractTypedValueSerializer.canHandle
(TypedValue value) boolean
TypedValueSerializer.canHandle
(TypedValue value) Used for auto-detecting the value type of a variable.protected boolean
AbstractSerializableValueSerializer.canWriteValue
(TypedValue typedValue) protected abstract boolean
AbstractTypedValueSerializer.canWriteValue
(TypedValue value) protected boolean
ByteArrayValueSerializer.canWriteValue
(TypedValue typedValue) protected boolean
FileValueSerializer.canWriteValue
(TypedValue value) protected boolean
NullValueSerializer.canWriteValue
(TypedValue value) protected boolean
PrimitiveValueSerializer.canWriteValue
(TypedValue typedValue) DefaultVariableSerializers.findSerializerForValue
(TypedValue value) DefaultVariableSerializers.findSerializerForValue
(TypedValue value, VariableSerializerFactory fallBackSerializerFactory) VariableSerializers.findSerializerForValue
(TypedValue value) Same as callingVariableSerializers.findSerializerForValue(TypedValue, VariableSerializerFactory)
with no fallback serializer factory.VariableSerializers.findSerializerForValue
(TypedValue value, VariableSerializerFactory fallBackSerializerFactory) Selects theTypedValueSerializer
which should be used for persisting a VariableValue.VariableSerializerFactory.getSerializer
(TypedValue value) -
Uses of TypedValue in org.camunda.bpm.engine.migration
Methods in org.camunda.bpm.engine.migration with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TMigrationVariableValidationReport.getTypedValue()
-
Uses of TypedValue in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return TypedValueModifier and TypeMethodDescriptionVariableValueDto.toTypedValue
(ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods in org.camunda.bpm.engine.rest.dto with parameters of type TypedValueModifier and TypeMethodDescriptionstatic void
VariableValueDto.fromTypedValue
(VariableValueDto dto, TypedValue typedValue) static void
VariableValueDto.fromTypedValue
(VariableValueDto dto, TypedValue typedValue, boolean preferSerializedValue) static VariableValueDto
VariableValueDto.fromTypedValue
(TypedValue typedValue) static VariableValueDto
VariableValueDto.fromTypedValue
(TypedValue typedValue, boolean preferSerializedValue) -
Uses of TypedValue in org.camunda.bpm.engine.rest.sub
Methods in org.camunda.bpm.engine.rest.sub that return TypedValueModifier and TypeMethodDescriptionprotected abstract TypedValue
AbstractResourceProvider.transformQueryResultIntoTypedValue
(U queryResult) -
Uses of TypedValue in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
HistoricDetailResourceImpl.transformQueryResultIntoTypedValue
(HistoricDetail queryResult) protected TypedValue
HistoricVariableInstanceResourceImpl.transformQueryResultIntoTypedValue
(HistoricVariableInstance queryResult) -
Uses of TypedValue in org.camunda.bpm.engine.rest.sub.impl
Methods in org.camunda.bpm.engine.rest.sub.impl that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
AbstractVariablesResource.getTypedValueForVariable
(String variableName, boolean deserializeValue) protected abstract TypedValue
AbstractVariablesResource.getVariableEntity
(String variableKey, boolean deserializeValue) Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type TypedValueModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
VariableResponseProvider.getResponseForTypedVariable
(TypedValue typedVariableValue, String id) protected jakarta.ws.rs.core.Response
VariableResponseProvider.responseForByteVariable
(TypedValue variableInstance) Creates a response for a variable of typeValueType.BYTES
.protected abstract void
AbstractVariablesResource.setVariableEntity
(String variableKey, TypedValue variableValue) -
Uses of TypedValue in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
CaseExecutionVariablesResource.getVariableEntity
(String variableKey, boolean deserializeValue) protected TypedValue
ExecutionVariablesResource.getVariableEntity
(String variableKey, boolean deserializeValue) protected TypedValue
LocalCaseExecutionVariablesResource.getVariableEntity
(String variableKey, boolean deserializeValue) protected TypedValue
LocalExecutionVariablesResource.getVariableEntity
(String variableKey, boolean deserializeValue) protected TypedValue
VariableInstanceResourceImpl.transformQueryResultIntoTypedValue
(VariableInstance queryResult) Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type TypedValueModifier and TypeMethodDescriptionprotected void
CaseExecutionVariablesResource.setVariableEntity
(String variableKey, TypedValue variableValue) protected void
ExecutionVariablesResource.setVariableEntity
(String variableKey, TypedValue variableValue) protected void
LocalCaseExecutionVariablesResource.setVariableEntity
(String variableKey, TypedValue variableValue) protected void
LocalExecutionVariablesResource.setVariableEntity
(String variableKey, TypedValue variableValue) -
Uses of TypedValue in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return TypedValueModifier and TypeMethodDescriptionprotected TypedValue
LocalTaskVariablesResource.getVariableEntity
(String variableKey, boolean deserializeValue) protected TypedValue
TaskVariablesResource.getVariableEntity
(String variableKey, boolean deserializeValue) Methods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type TypedValueModifier and TypeMethodDescriptionprotected void
LocalTaskVariablesResource.setVariableEntity
(String variableKey, TypedValue variableValue) protected void
TaskVariablesResource.setVariableEntity
(String variableKey, TypedValue variableValue) -
Uses of TypedValue in org.camunda.bpm.engine.runtime
Methods in org.camunda.bpm.engine.runtime that return TypedValueModifier and TypeMethodDescriptionVariableInstance.getTypedValue()
Returns the TypedValue of this variable instance. -
Uses of TypedValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable with type parameters of type TypedValueMethods in org.camunda.bpm.engine.variable that return TypedValueModifier and TypeMethodDescriptionstatic TypedValue
Variables.untypedNullValue()
static TypedValue
Variables.untypedNullValue
(boolean isTransient) static TypedValue
Variables.untypedValue
(Object value) Creates an untyped value, i.e.static TypedValue
Variables.untypedValue
(Object value, boolean isTransient) Creates an untyped value, i.e.Methods in org.camunda.bpm.engine.variable with parameters of type TypedValueModifier and TypeMethodDescriptionVariableMap.putValueTyped
(String name, TypedValue value) static VariableMap
Variables.putValueTyped
(String name, TypedValue value) Shortcut forVariables.createVariables().putValueTyped(name, value)
-
Uses of TypedValue in org.camunda.bpm.engine.variable.context
Methods in org.camunda.bpm.engine.variable.context that return TypedValueModifier and TypeMethodDescriptionResolve a value in this context. -
Uses of TypedValue in org.camunda.bpm.engine.variable.impl
Fields in org.camunda.bpm.engine.variable.impl with type parameters of type TypedValueMethods in org.camunda.bpm.engine.variable.impl with type parameters of type TypedValueModifier and TypeMethodDescription<T extends TypedValue>
TVariableMapImpl.getValueTyped
(String name) Methods in org.camunda.bpm.engine.variable.impl that return TypedValueMethods in org.camunda.bpm.engine.variable.impl with parameters of type TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.variable.impl.context
Fields in org.camunda.bpm.engine.variable.impl.context declared as TypedValueMethods in org.camunda.bpm.engine.variable.impl.context that return TypedValueModifier and TypeMethodDescriptionMethods in org.camunda.bpm.engine.variable.impl.context with parameters of type TypedValueModifier and TypeMethodDescriptionstatic SingleVariableContext
SingleVariableContext.singleVariable
(String name, TypedValue value) Constructors in org.camunda.bpm.engine.variable.impl.context with parameters of type TypedValue -
Uses of TypedValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return TypedValueModifier and TypeMethodDescriptionAbstractValueTypeImpl.convertFromTypedValue
(TypedValue typedValue) FileValueTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) ObjectTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) PrimitiveValueTypeImpl.NullTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) Methods in org.camunda.bpm.engine.variable.impl.type with parameters of type TypedValueModifier and TypeMethodDescriptionboolean
AbstractValueTypeImpl.canConvertFromTypedValue
(TypedValue typedValue) boolean
PrimitiveValueTypeImpl.DoubleTypeImpl.canConvertFromTypedValue
(TypedValue typedValue) boolean
PrimitiveValueTypeImpl.IntegerTypeImpl.canConvertFromTypedValue
(TypedValue typedValue) boolean
PrimitiveValueTypeImpl.LongTypeImpl.canConvertFromTypedValue
(TypedValue typedValue) boolean
PrimitiveValueTypeImpl.ShortTypeImpl.canConvertFromTypedValue
(TypedValue typedValue) AbstractValueTypeImpl.convertFromTypedValue
(TypedValue typedValue) PrimitiveValueTypeImpl.DoubleTypeImpl.convertFromTypedValue
(TypedValue typedValue) PrimitiveValueTypeImpl.IntegerTypeImpl.convertFromTypedValue
(TypedValue typedValue) PrimitiveValueTypeImpl.LongTypeImpl.convertFromTypedValue
(TypedValue typedValue) PrimitiveValueTypeImpl.ShortTypeImpl.convertFromTypedValue
(TypedValue typedValue) FileValueTypeImpl.getValueInfo
(TypedValue typedValue) ObjectTypeImpl.getValueInfo
(TypedValue typedValue) PrimitiveValueTypeImpl.getValueInfo
(TypedValue typedValue) -
Uses of TypedValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement TypedValueModifier and TypeClassDescriptionclass
class
class
Untyped Nullclass
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Used when the type of an object has not been specified by the user and needs to be autodetected. -
Uses of TypedValue in org.camunda.bpm.engine.variable.type
Methods in org.camunda.bpm.engine.variable.type that return TypedValueModifier and TypeMethodDescriptionValueType.convertFromTypedValue
(TypedValue typedValue) Converts a typed value to a typed value of this type.ValueType.createValue
(Object value, Map<String, Object> valueInfo) Creates a new TypedValue using this type.Methods in org.camunda.bpm.engine.variable.type with parameters of type TypedValueModifier and TypeMethodDescriptionboolean
ValueType.canConvertFromTypedValue
(TypedValue typedValue) Determines whether the argument typed value can be converted to a typed value of this value type.ValueType.convertFromTypedValue
(TypedValue typedValue) Converts a typed value to a typed value of this type.ValueType.getValueInfo
(TypedValue typedValue) Get the value info (meta data) for aTypedValue
. -
Uses of TypedValue in org.camunda.bpm.engine.variable.value
Subinterfaces of TypedValue in org.camunda.bpm.engine.variable.valueModifier and TypeInterfaceDescriptioninterface
APrimitiveValue
corresponding to the Java typeBoolean
.interface
APrimitiveValue
corresponding to a Java byte array (byte[]).interface
APrimitiveValue
corresponding to the Java typeDate
.interface
APrimitiveValue
corresponding to the Java typeDouble
.interface
interface
APrimitiveValue
corresponding to the Java typeInteger
.interface
APrimitiveValue
corresponding to the Java typeLong
.interface
interface
A typed value representing a Java Object.interface
interface
ATypedValue
for which a serialized value can be obtained and specifiedinterface
APrimitiveValue
corresponding to the Java typeShort
.interface
APrimitiveValue
corresponding to the Java typeString
. -
Uses of TypedValue in org.camunda.bpm.engine.variable.value.builder
Classes in org.camunda.bpm.engine.variable.value.builder with type parameters of type TypedValue -
Uses of TypedValue in org.camunda.spin.plugin.impl
Methods in org.camunda.spin.plugin.impl with parameters of type TypedValue -
Uses of TypedValue in org.camunda.spin.plugin.variable.type.impl
Methods in org.camunda.spin.plugin.variable.type.impl that return TypedValueModifier and TypeMethodDescriptionSpinValueTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) Methods in org.camunda.spin.plugin.variable.type.impl with parameters of type TypedValue -
Uses of TypedValue in org.camunda.spin.plugin.variable.value
Subinterfaces of TypedValue in org.camunda.spin.plugin.variable.value -
Uses of TypedValue in org.camunda.spin.plugin.variable.value.impl
Classes in org.camunda.spin.plugin.variable.value.impl that implement TypedValue