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 DeploymentsRuntimeService:
For starting and searching ProcessInstancesTaskService:
Exposes operations to manage human (standalone) Tasks,
such as claiming, completing and assigning tasksIdentityService:
Used for managing Users,
Groups 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
JavaDelegates.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 TypeClassDescriptionclassAbstractTypedValueMapper<T extends TypedValue>classDefaultValueMappers<T extends TypedValue>interfaceValueMapper<T extends TypedValue>interfaceValueMappers<T extends TypedValue>classVariableValue<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.serializerListMethods 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 TypedValueTypedValues.createTypedValue(Object value) Methods in org.camunda.bpm.client.variable.impl with parameters of type TypedValueModifier and TypeMethodDescriptionbooleanAbstractTypedValueMapper.canHandleTypedValue(TypedValue typedValue) booleanValueMapper.canHandleTypedValue(TypedValue value) protected abstract booleanAbstractTypedValueMapper.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 booleanByteArrayValueMapper.canWriteValue(TypedValue typedValue) protected booleanFileValueMapper.canWriteValue(TypedValue typedValue) protected booleanNullValueMapper.canWriteValue(TypedValue value) protected booleanObjectValueMapper.canWriteValue(TypedValue typedValue) protected booleanPrimitiveValueMapper.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 TypeClassDescriptionclassclassclass -
Uses of TypedValue in org.camunda.bpm.client.variable.value
Subinterfaces of TypedValue in org.camunda.bpm.client.variable.valueModifier and TypeInterfaceDescriptioninterfaceFile value is not available unless it is loaded actively InitiallyFileValue.getValue()returnsnull.interfaceinterface -
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 TypedValueDmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry.typedValueprotected final TypedValueDmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry.typedValueFields in org.camunda.bpm.dmn.engine.impl with type parameters of type TypedValueModifier and TypeFieldDescriptionprotected final Map<String,TypedValue> DmnDecisionResultEntriesImpl.outputValuesprotected final Map<String,TypedValue> DmnDecisionRuleResultImpl.outputValuesMethods 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 TypeMethodDescriptionvoidDmnDecisionResultEntriesImpl.putValue(String name, TypedValue value) voidDmnDecisionRuleResultImpl.putValue(String name, TypedValue value) Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type TypedValueModifier and TypeMethodDescriptionvoidDmnDecisionResultEntriesImpl.putAllValues(Map<String, TypedValue> values) voidDmnDecisionRuleResultImpl.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 TypedValueDmnDecisionTableEvaluationEventImpl.collectResultValueprotected TypedValueDmnDecisionLiteralExpressionEvaluationEventImpl.outputValueprotected TypedValueDmnEvaluatedInputImpl.valueprotected TypedValueDmnEvaluatedOutputImpl.valueMethods 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 TypeMethodDescriptionvoidDmnDecisionTableEvaluationEventImpl.setCollectResultValue(TypedValue collectResultValue) voidDmnDecisionLiteralExpressionEvaluationEventImpl.setOutputValue(TypedValue outputValue) voidDmnEvaluatedInputImpl.setValue(TypedValue value) voidDmnEvaluatedOutputImpl.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 ObjectVariableContextElResolver.unpack(TypedValue typedValue) protected ObjectVariableContextScriptBindings.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 TypedValueAbstractCollectNumberHitPolicyHandler.aggregateNumberValues(List<TypedValue> values) protected TypedValueAbstractCollectNumberHitPolicyHandler.aggregateValues(List<TypedValue> values) protected TypedValueCollectCountHitPolicyHandler.aggregateValues(List<TypedValue> values) protected TypedValueAbstractCollectNumberHitPolicyHandler.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 TypedValueAbstractCollectNumberHitPolicyHandler.aggregateNumberValues(List<TypedValue> values) protected TypedValueAbstractCollectNumberHitPolicyHandler.aggregateValues(List<TypedValue> values) protected TypedValueCollectCountHitPolicyHandler.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 TypedValueDmnTypeDefinitionImpl.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 aTypedValuefor the variable.<T extends TypedValue>
TRuntimeService.getVariableLocalTyped(String executionId, String variableName, boolean deserializeValue) Returns aTypedValuefor 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 aTypedValuefor the variable.<T extends TypedValue>
TRuntimeService.getVariableTyped(String executionId, String variableName, boolean deserializeValue) Returns aTypedValuefor 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 TypedValueProcessVariables.getProcessVariableLocalTyped(jakarta.enterprise.inject.spi.InjectionPoint ip) protected TypedValueProcessVariables.getProcessVariableTyped(jakarta.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 theTypedValuefor this value.HistoricDecisionOutputInstance.getTypedValue()Returns theTypedValuefor this value.HistoricVariableInstance.getTypedValue()Returns theTypedValueof 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 TypedValueSerializerSingleQueryVariableValueCondition.determineSerializer(VariableSerializers serializers, TypedValue value) voidSingleQueryVariableValueCondition.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 TypedValueAbstractGetFormVariablesCmd.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 TypedValueVariableUtil.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 voidVariableUtil.checkJavaSerialization(String variableName, TypedValue value) static booleanVariableUtil.isJavaSerializationProhibited(TypedValue value) Checks, if Java serialization will be used and if it is allowed to be used.voidCoreVariableInstance.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) voidSimpleVariableInstance.setValue(TypedValue value) protected voidAbstractVariableScope.setVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope) protected voidAbstractVariableScope.setVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope, boolean skipJavaSerializationFormatCheck) voidAbstractVariableScope.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 ObjectVariableContextElResolver.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 TypedValueAbstractFormFieldType.convertToFormValue(TypedValue propertyValue) DateFormType.convertToFormValue(TypedValue modelValue) SimpleFormFieldType.convertToFormValue(TypedValue propertyValue) abstract TypedValueAbstractFormFieldType.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 TypedValueSimpleFormFieldType.convertValue(TypedValue propertyValue) StringFormType.convertValue(TypedValue propertyValue) Methods in org.camunda.bpm.engine.impl.form.type with parameters of type TypedValueModifier and TypeMethodDescriptionabstract TypedValueAbstractFormFieldType.convertToFormValue(TypedValue propertyValue) DateFormType.convertToFormValue(TypedValue modelValue) SimpleFormFieldType.convertToFormValue(TypedValue propertyValue) abstract TypedValueAbstractFormFieldType.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 TypedValueSimpleFormFieldType.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 TypeMethodDescriptionvoidHistoricDecisionInputInstanceEntity.setValue(TypedValue typedValue) voidHistoricDecisionOutputInstanceEntity.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 DoubleDefaultDmnHistoryEventProducer.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 TypedValueMigrationVariableValidationReportImpl.typedValueMethods 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 VariableInstanceEntityVariableInstanceEntity.create(String name, TypedValue value, boolean isTransient) static VariableInstanceEntityVariableInstanceEntity.createAndInsert(String name, TypedValue value) voidVariableInstanceEntity.onImplicitValueUpdate(TypedValue updatedValue) voidVariableInstanceEntity.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 booleanTypedValueField.isMutableValue(TypedValue value) voidTypedValueUpdateListener.onImplicitValueUpdate(TypedValue updatedValue) Called when an implicit update to a typed value is detectedTypedValueField.setValue(TypedValue value) protected voidTypedValueField.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 TypeClassDescriptionclassAbstractTypedValueSerializer<T extends TypedValue>interfaceTypedValueSerializer<T extends TypedValue>Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type TypedValueModifier and TypeMethodDescriptionbooleanAbstractTypedValueSerializer.canHandle(TypedValue value) booleanTypedValueSerializer.canHandle(TypedValue value) Used for auto-detecting the value type of a variable.protected booleanAbstractSerializableValueSerializer.canWriteValue(TypedValue typedValue) protected abstract booleanAbstractTypedValueSerializer.canWriteValue(TypedValue value) protected booleanByteArrayValueSerializer.canWriteValue(TypedValue typedValue) protected booleanFileValueSerializer.canWriteValue(TypedValue value) protected booleanNullValueSerializer.canWriteValue(TypedValue value) protected booleanPrimitiveValueSerializer.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 theTypedValueSerializerwhich 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 voidVariableValueDto.fromTypedValue(VariableValueDto dto, TypedValue typedValue) static voidVariableValueDto.fromTypedValue(VariableValueDto dto, TypedValue typedValue, boolean preferSerializedValue) static VariableValueDtoVariableValueDto.fromTypedValue(TypedValue typedValue) static VariableValueDtoVariableValueDto.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 TypedValueAbstractResourceProvider.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 TypedValueHistoricDetailResourceImpl.transformQueryResultIntoTypedValue(HistoricDetail queryResult) protected TypedValueHistoricVariableInstanceResourceImpl.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 TypedValueAbstractVariablesResource.getTypedValueForVariable(String variableName, boolean deserializeValue) protected abstract TypedValueAbstractVariablesResource.getVariableEntity(String variableKey, boolean deserializeValue) Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type TypedValueModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseVariableResponseProvider.getResponseForTypedVariable(TypedValue typedVariableValue, String id) protected jakarta.ws.rs.core.ResponseVariableResponseProvider.responseForByteVariable(TypedValue variableInstance) Creates a response for a variable of typeValueType.BYTES.protected abstract voidAbstractVariablesResource.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 TypedValueCaseExecutionVariablesResource.getVariableEntity(String variableKey, boolean deserializeValue) protected TypedValueExecutionVariablesResource.getVariableEntity(String variableKey, boolean deserializeValue) protected TypedValueLocalCaseExecutionVariablesResource.getVariableEntity(String variableKey, boolean deserializeValue) protected TypedValueLocalExecutionVariablesResource.getVariableEntity(String variableKey, boolean deserializeValue) protected TypedValueVariableInstanceResourceImpl.transformQueryResultIntoTypedValue(VariableInstance queryResult) Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type TypedValueModifier and TypeMethodDescriptionprotected voidCaseExecutionVariablesResource.setVariableEntity(String variableKey, TypedValue variableValue) protected voidExecutionVariablesResource.setVariableEntity(String variableKey, TypedValue variableValue) protected voidLocalCaseExecutionVariablesResource.setVariableEntity(String variableKey, TypedValue variableValue) protected voidLocalExecutionVariablesResource.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 TypedValueLocalTaskVariablesResource.getVariableEntity(String variableKey, boolean deserializeValue) protected TypedValueTaskVariablesResource.getVariableEntity(String variableKey, boolean deserializeValue) Methods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type TypedValueModifier and TypeMethodDescriptionprotected voidLocalTaskVariablesResource.setVariableEntity(String variableKey, TypedValue variableValue) protected voidTaskVariablesResource.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 TypedValueVariables.untypedNullValue()static TypedValueVariables.untypedNullValue(boolean isTransient) static TypedValueVariables.untypedValue(Object value) Creates an untyped value, i.e.static TypedValueVariables.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 VariableMapVariables.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 SingleVariableContextSingleVariableContext.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 TypeMethodDescriptionbooleanAbstractValueTypeImpl.canConvertFromTypedValue(TypedValue typedValue) booleanPrimitiveValueTypeImpl.DoubleTypeImpl.canConvertFromTypedValue(TypedValue typedValue) booleanPrimitiveValueTypeImpl.IntegerTypeImpl.canConvertFromTypedValue(TypedValue typedValue) booleanPrimitiveValueTypeImpl.LongTypeImpl.canConvertFromTypedValue(TypedValue typedValue) booleanPrimitiveValueTypeImpl.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 TypeClassDescriptionclassclassclassUntyped Nullclassclassstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassUsed 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 TypeMethodDescriptionbooleanValueType.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 TypeInterfaceDescriptioninterfaceAPrimitiveValuecorresponding to the Java typeBoolean.interfaceAPrimitiveValuecorresponding to a Java byte array (byte[]).interfaceAPrimitiveValuecorresponding to the Java typeDate.interfaceAPrimitiveValuecorresponding to the Java typeDouble.interfaceinterfaceAPrimitiveValuecorresponding to the Java typeInteger.interfaceAPrimitiveValuecorresponding to the Java typeLong.interfaceinterfaceA typed value representing a Java Object.interfaceinterfaceATypedValuefor which a serialized value can be obtained and specifiedinterfaceAPrimitiveValuecorresponding to the Java typeShort.interfaceAPrimitiveValuecorresponding 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