|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedValueSerializer | |
|---|---|
| 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 | |
|---|---|
protected TypedValueSerializer |
SingleQueryVariableValueCondition.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 | |
|---|---|
protected List<TypedValueSerializer> |
ProcessEngineConfigurationImpl.customPostVariableSerializers
|
protected List<TypedValueSerializer> |
ProcessEngineConfigurationImpl.customPreVariableSerializers
|
| Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type TypedValueSerializer | |
|---|---|
List<TypedValueSerializer> |
ProcessEngineConfigurationImpl.getCustomPostVariableSerializers()
|
List<TypedValueSerializer> |
ProcessEngineConfigurationImpl.getCustomPreVariableSerializers()
|
| Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type TypedValueSerializer | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomPostVariableSerializers(List<TypedValueSerializer> customPostVariableTypes)
|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.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 | |
|---|---|
TypedValueSerializer<?> |
HistoricVariableInstanceEntity.getSerializer()
|
TypedValueSerializer<?> |
VariableInstanceEntity.getSerializer()
|
TypedValueSerializer<?> |
HistoricDetailVariableInstanceUpdateEntity.getSerializer()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TypedValueSerializer | |
|---|---|
void |
VariableInstanceEntity.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 | |
|---|---|
protected TypedValueSerializer<?> |
TypedValueField.serializer
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity.util that return TypedValueSerializer | |
|---|---|
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 | |
|---|---|
class |
AbstractObjectValueSerializer
Abstract implementation of a TypedValueSerializer for ObjectValues. |
class |
AbstractSerializableValueSerializer<T extends SerializableValue>
|
class |
AbstractTypedValueSerializer<T extends TypedValue>
|
class |
BooleanValueSerializer
Serializes booleans as long values. |
class |
ByteArrayValueSerializer
|
class |
DateValueSerializer
Serializes Dates as long values |
class |
DoubleValueSerializer
|
class |
FileValueSerializer
|
class |
IntegerValueSerializer
|
class |
JavaObjectSerializer
Uses default java serialization to serialize java objects as byte streams. |
class |
LongValueSerlializer
|
class |
NullValueSerializer
Used to serialize untyped null values. |
class |
PrimitiveValueSerializer<T extends PrimitiveValue<?>>
|
class |
ShortValueSerializer
|
class |
StringValueSerializer
|
| Fields in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type TypedValueSerializer | |
|---|---|
protected List<TypedValueSerializer<?>> |
DefaultVariableSerializers.serializerList
|
protected Map<String,TypedValueSerializer<?>> |
DefaultVariableSerializers.serializerMap
|
| Methods in org.camunda.bpm.engine.impl.variable.serializer that return TypedValueSerializer | |
|---|---|
TypedValueSerializer |
VariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value)
Same as calling VariableSerializers.findSerializerForValue(TypedValue, VariableSerializerFactory)
with no fallback serializer factory. |
TypedValueSerializer<?> |
DefaultVariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value)
|
TypedValueSerializer |
VariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value,
VariableSerializerFactory fallBackSerializerFactory)
Selects the TypedValueSerializer which should be used for persisting a VariableValue. |
TypedValueSerializer<?> |
DefaultVariableSerializers.findSerializerForValue(org.camunda.bpm.engine.variable.value.TypedValue value,
VariableSerializerFactory fallBackSerializerFactory)
|
TypedValueSerializer<?> |
VariableSerializerFactory.getSerializer(String serializerName)
|
TypedValueSerializer<?> |
VariableSerializerFactory.getSerializer(org.camunda.bpm.engine.variable.value.TypedValue value)
|
TypedValueSerializer<?> |
VariableSerializers.getSerializerByName(String serializerName)
|
TypedValueSerializer<?> |
DefaultVariableSerializers.getSerializerByName(String serializerName)
|
| Methods in org.camunda.bpm.engine.impl.variable.serializer that return types with arguments of type TypedValueSerializer | |
|---|---|
List<TypedValueSerializer<?>> |
VariableSerializers.getSerializers()
Returns the serializers as a list in the order of their indices. |
List<TypedValueSerializer<?>> |
DefaultVariableSerializers.getSerializers()
|
| Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type TypedValueSerializer | |
|---|---|
VariableSerializers |
VariableSerializers.addSerializer(TypedValueSerializer<?> serializer)
|
DefaultVariableSerializers |
DefaultVariableSerializers.addSerializer(TypedValueSerializer<?> serializer)
|
VariableSerializers |
VariableSerializers.addSerializer(TypedValueSerializer<?> serializer,
int index)
Add type at the given index. |
DefaultVariableSerializers |
DefaultVariableSerializers.addSerializer(TypedValueSerializer<?> serializer,
int index)
|
int |
VariableSerializers.getSerializerIndex(TypedValueSerializer<?> serializer)
|
int |
DefaultVariableSerializers.getSerializerIndex(TypedValueSerializer<?> serializer)
|
VariableSerializers |
VariableSerializers.removeSerializer(TypedValueSerializer<?> serializer)
|
VariableSerializers |
DefaultVariableSerializers.removeSerializer(TypedValueSerializer<?> serializer)
|
| Method parameters in org.camunda.bpm.engine.impl.variable.serializer with type arguments of type TypedValueSerializer | |
|---|---|
void |
DefaultVariableSerializers.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 | |
|---|---|
class |
JPAVariableSerializer
Variable type capable of storing reference to JPA-entities. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||