Uses of Interface
org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
-
Packages that use TypedValueSerializer Package Description 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 org.camunda.bpm.engine.impl.persistence.entity.util org.camunda.bpm.engine.impl.variable.serializer org.camunda.bpm.engine.impl.variable.serializer.jpa -
-
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return TypedValueSerializer Modifier and Type Method Description protected TypedValueSerializerSingleQueryVariableValueCondition. determineSerializer(VariableSerializers serializers, org.camunda.bpm.engine.variable.value.TypedValue value) -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type TypedValueSerializer Modifier and Type Field Description protected List<TypedValueSerializer>ProcessEngineConfigurationImpl. customPostVariableSerializersprotected List<TypedValueSerializer>ProcessEngineConfigurationImpl. customPreVariableSerializersMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type TypedValueSerializer Modifier and Type Method Description List<TypedValueSerializer>ProcessEngineConfigurationImpl. getCustomPostVariableSerializers()List<TypedValueSerializer>ProcessEngineConfigurationImpl. getCustomPreVariableSerializers()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type TypedValueSerializer Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPostVariableSerializers(List<TypedValueSerializer> customPostVariableTypes)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPreVariableSerializers(List<TypedValueSerializer> customPreVariableTypes) -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return TypedValueSerializer Modifier and Type Method Description TypedValueSerializer<?>HistoricDetailVariableInstanceUpdateEntity. getSerializer()TypedValueSerializer<?>HistoricVariableInstanceEntity. getSerializer()TypedValueSerializer<?>VariableInstanceEntity. getSerializer()Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TypedValueSerializer Modifier and Type Method Description voidVariableInstanceEntity. setSerializer(TypedValueSerializer<?> serializer) -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.persistence.entity.util
Fields in org.camunda.bpm.engine.impl.persistence.entity.util declared as TypedValueSerializer Modifier and Type Field Description protected TypedValueSerializer<?>TypedValueField. serializerMethods in org.camunda.bpm.engine.impl.persistence.entity.util that return TypedValueSerializer Modifier and Type Method Description static TypedValueSerializer<?>TypedValueField. getFallbackSerializer(String serializerName)TypedValueSerializer<?>TypedValueField. getSerializer() -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.variable.serializer
Classes in org.camunda.bpm.engine.impl.variable.serializer that implement TypedValueSerializer Modifier and Type Class Description classAbstractObjectValueSerializerAbstract implementation of aTypedValueSerializerforObjectValues.classAbstractSerializableValueSerializer<T extends org.camunda.bpm.engine.variable.value.SerializableValue>classAbstractTypedValueSerializer<T extends org.camunda.bpm.engine.variable.value.TypedValue>classBooleanValueSerializerSerializes booleans as long values.classByteArrayValueSerializerclassDateValueSerializerSerializes Dates as long valuesclassDoubleValueSerializerclassFileValueSerializerclassIntegerValueSerializerclassJavaObjectSerializerUses default java serialization to serialize java objects as byte streams.classLongValueSerlializerclassNullValueSerializerUsed to serialize untyped null values.classPrimitiveValueSerializer<T extends org.camunda.bpm.engine.variable.value.PrimitiveValue<?>>classShortValueSerializerclassStringValueSerializerFields in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type TypedValueSerializer Modifier and Type Field Description protected List<TypedValueSerializer<?>>DefaultVariableSerializers. serializerListprotected Map<String,TypedValueSerializer<?>>DefaultVariableSerializers. serializerMapMethods in org.camunda.bpm.engine.impl.variable.serializer that return TypedValueSerializer Modifier and Type Method Description TypedValueSerializer<?>DefaultVariableSerializers. findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value)TypedValueSerializer<?>DefaultVariableSerializers. findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value, VariableSerializerFactory fallBackSerializerFactory)TypedValueSerializerVariableSerializers. findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value)Same as callingVariableSerializers.findSerializerForValue(TypedValue, VariableSerializerFactory)with no fallback serializer factory.TypedValueSerializerVariableSerializers. findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value, VariableSerializerFactory fallBackSerializerFactory)Selects theTypedValueSerializerwhich should be used for persisting a VariableValue.TypedValueSerializer<?>VariableSerializerFactory. getSerializer(String serializerName)TypedValueSerializer<?>VariableSerializerFactory. getSerializer(org.camunda.bpm.engine.variable.value.TypedValue value)TypedValueSerializer<?>DefaultVariableSerializers. getSerializerByName(String serializerName)TypedValueSerializer<?>VariableSerializers. getSerializerByName(String serializerName)Methods in org.camunda.bpm.engine.impl.variable.serializer that return types with arguments of type TypedValueSerializer Modifier and Type Method Description List<TypedValueSerializer<?>>DefaultVariableSerializers. getSerializers()List<TypedValueSerializer<?>>VariableSerializers. getSerializers()Returns the serializers as a list in the order of their indices.Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type TypedValueSerializer Modifier and Type Method Description DefaultVariableSerializersDefaultVariableSerializers. addSerializer(TypedValueSerializer<?> serializer)DefaultVariableSerializersDefaultVariableSerializers. addSerializer(TypedValueSerializer<?> serializer, int index)VariableSerializersVariableSerializers. addSerializer(TypedValueSerializer<?> serializer)VariableSerializersVariableSerializers. addSerializer(TypedValueSerializer<?> serializer, int index)Add type at the given index.intDefaultVariableSerializers. getSerializerIndex(TypedValueSerializer<?> serializer)intVariableSerializers. getSerializerIndex(TypedValueSerializer<?> serializer)VariableSerializersDefaultVariableSerializers. removeSerializer(TypedValueSerializer<?> serializer)VariableSerializersVariableSerializers. removeSerializer(TypedValueSerializer<?> serializer)Method parameters in org.camunda.bpm.engine.impl.variable.serializer with type arguments of type TypedValueSerializer Modifier and Type Method Description voidDefaultVariableSerializers. setSerializerList(List<TypedValueSerializer<?>> serializerList) -
Uses of TypedValueSerializer in org.camunda.bpm.engine.impl.variable.serializer.jpa
Classes in org.camunda.bpm.engine.impl.variable.serializer.jpa that implement TypedValueSerializer Modifier and Type Class Description classJPAVariableSerializerVariable type capable of storing reference to JPA-entities.
-