Uses of Interface
org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
-
Packages that use VariableSerializers Package Description org.camunda.bpm.application org.camunda.bpm.cockpit.impl.plugin.base.dto.query org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.persistence.entity.util org.camunda.bpm.engine.impl.variable.serializer -
-
Uses of VariableSerializers in org.camunda.bpm.application
Fields in org.camunda.bpm.application declared as VariableSerializers Modifier and Type Field Description protected VariableSerializers
AbstractProcessApplication. variableSerializers
Methods in org.camunda.bpm.application that return VariableSerializers Modifier and Type Method Description VariableSerializers
AbstractProcessApplication. getVariableSerializers()
Methods in org.camunda.bpm.application with parameters of type VariableSerializers Modifier and Type Method Description void
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 VariableSerializers Modifier and Type Method Description void
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 VariableSerializers Modifier and Type Method Description protected 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 VariableSerializers Modifier and Type Field Description protected VariableSerializers
ProcessEngineConfigurationImpl. variableSerializers
Methods in org.camunda.bpm.engine.impl.cfg that return VariableSerializers Modifier and Type Method Description VariableSerializers
ProcessEngineConfigurationImpl. getVariableSerializers()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type VariableSerializers Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. 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 VariableSerializers Modifier and Type Method Description protected 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 VariableSerializers Modifier and Type Class Description class
DefaultVariableSerializers
Methods in org.camunda.bpm.engine.impl.variable.serializer that return VariableSerializers Modifier and Type Method Description VariableSerializers
VariableSerializers. addSerializer(TypedValueSerializer<?> serializer)
VariableSerializers
VariableSerializers. addSerializer(TypedValueSerializer<?> serializer, int index)
Add type at the given index.VariableSerializers
DefaultVariableSerializers. join(VariableSerializers other)
VariableSerializers
VariableSerializers. join(VariableSerializers other)
Merges twoVariableSerializers
instances into one.VariableSerializers
DefaultVariableSerializers. removeSerializer(TypedValueSerializer<?> serializer)
VariableSerializers
VariableSerializers. removeSerializer(TypedValueSerializer<?> serializer)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type VariableSerializers Modifier and Type Method Description VariableSerializers
DefaultVariableSerializers. join(VariableSerializers other)
VariableSerializers
VariableSerializers. join(VariableSerializers other)
Merges twoVariableSerializers
instances into one.
-