Uses of Interface
org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
Packages that use VariableSerializers
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of VariableSerializers in org.camunda.bpm.application
Fields in org.camunda.bpm.application declared as VariableSerializersModifier and TypeFieldDescriptionprotected VariableSerializers
AbstractProcessApplication.variableSerializers
Methods in org.camunda.bpm.application that return VariableSerializersMethods in org.camunda.bpm.application with parameters of type VariableSerializersModifier and TypeMethodDescriptionvoid
AbstractProcessApplication.setVariableSerializers
(VariableSerializers variableSerializers) -
Uses of VariableSerializers in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
Methods in org.camunda.bpm.cockpit.impl.plugin.base.dto.query with parameters of type VariableSerializersModifier and TypeMethodDescriptionvoid
AbstractProcessInstanceQueryDto.initQueryVariableValues
(VariableSerializers variableTypes, String dbType) void
ProcessDefinitionQueryDto.initQueryVariableValues
(VariableSerializers variableTypes, String dbType) -
Uses of VariableSerializers in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type VariableSerializersModifier and TypeMethodDescriptionprotected TypedValueSerializer
SingleQueryVariableValueCondition.determineSerializer
(VariableSerializers serializers, TypedValue value) void
QueryVariableValue.initialize
(VariableSerializers serializers, String dbType) abstract void
AbstractQueryVariableValueCondition.initializeValue
(VariableSerializers serializers, String dbType) void
CompositeQueryVariableValueCondition.initializeValue
(VariableSerializers serializers, String dbType) void
SingleQueryVariableValueCondition.initializeValue
(VariableSerializers serializers, String dbType) void
SingleQueryVariableValueCondition.initializeValue
(VariableSerializers serializers, TypedValue typedValue, String dbType) -
Uses of VariableSerializers in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as VariableSerializersModifier and TypeFieldDescriptionprotected VariableSerializers
ProcessEngineConfigurationImpl.variableSerializers
Methods in org.camunda.bpm.engine.impl.cfg that return VariableSerializersMethods in org.camunda.bpm.engine.impl.cfg with parameters of type VariableSerializersModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setVariableTypes
(VariableSerializers variableSerializers) -
Uses of VariableSerializers in org.camunda.bpm.engine.impl.persistence.entity.util
Methods in org.camunda.bpm.engine.impl.persistence.entity.util that return VariableSerializersModifier and TypeMethodDescriptionprotected static VariableSerializers
TypedValueField.getCurrentPaSerializers()
static VariableSerializers
TypedValueField.getSerializers()
-
Uses of VariableSerializers in org.camunda.bpm.engine.impl.variable.serializer
Classes in org.camunda.bpm.engine.impl.variable.serializer that implement VariableSerializersMethods in org.camunda.bpm.engine.impl.variable.serializer that return VariableSerializersModifier and TypeMethodDescriptionVariableSerializers.addSerializer
(TypedValueSerializer<?> serializer) VariableSerializers.addSerializer
(TypedValueSerializer<?> serializer, int index) Add type at the given index.DefaultVariableSerializers.join
(VariableSerializers other) VariableSerializers.join
(VariableSerializers other) Merges twoVariableSerializers
instances into one.DefaultVariableSerializers.removeSerializer
(TypedValueSerializer<?> serializer) VariableSerializers.removeSerializer
(TypedValueSerializer<?> serializer) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type VariableSerializersModifier and TypeMethodDescriptionDefaultVariableSerializers.join
(VariableSerializers other) VariableSerializers.join
(VariableSerializers other) Merges twoVariableSerializers
instances into one.