Uses of Interface
org.eximeebpms.bpm.engine.impl.variable.serializer.TypedValueSerializer
Packages that use TypedValueSerializer
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TypedValueSerializer in org.eximeebpms.bpm.engine.impl
Methods in org.eximeebpms.bpm.engine.impl that return TypedValueSerializerModifier and TypeMethodDescriptionprotected TypedValueSerializerSingleQueryVariableValueCondition.determineSerializer(VariableSerializers serializers, TypedValue value) -
Uses of TypedValueSerializer in org.eximeebpms.bpm.engine.impl.cfg
Fields in org.eximeebpms.bpm.engine.impl.cfg with type parameters of type TypedValueSerializerModifier and TypeFieldDescriptionprotected List<TypedValueSerializer>ProcessEngineConfigurationImpl.customPostVariableSerializersprotected List<TypedValueSerializer>ProcessEngineConfigurationImpl.customPreVariableSerializersMethods in org.eximeebpms.bpm.engine.impl.cfg that return types with arguments of type TypedValueSerializerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostVariableSerializers()ProcessEngineConfigurationImpl.getCustomPreVariableSerializers()Method parameters in org.eximeebpms.bpm.engine.impl.cfg with type arguments of type TypedValueSerializerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomPostVariableSerializers(List<TypedValueSerializer> customPostVariableTypes) ProcessEngineConfigurationImpl.setCustomPreVariableSerializers(List<TypedValueSerializer> customPreVariableTypes) -
Uses of TypedValueSerializer in org.eximeebpms.bpm.engine.impl.persistence.entity
Methods in org.eximeebpms.bpm.engine.impl.persistence.entity that return TypedValueSerializerModifier and TypeMethodDescriptionHistoricDetailVariableInstanceUpdateEntity.getSerializer()HistoricVariableInstanceEntity.getSerializer()VariableInstanceEntity.getSerializer()Methods in org.eximeebpms.bpm.engine.impl.persistence.entity with parameters of type TypedValueSerializerModifier and TypeMethodDescriptionvoidVariableInstanceEntity.setSerializer(TypedValueSerializer<?> serializer) -
Uses of TypedValueSerializer in org.eximeebpms.bpm.engine.impl.persistence.entity.util
Fields in org.eximeebpms.bpm.engine.impl.persistence.entity.util declared as TypedValueSerializerMethods in org.eximeebpms.bpm.engine.impl.persistence.entity.util that return TypedValueSerializerModifier and TypeMethodDescriptionstatic TypedValueSerializer<?>TypedValueField.getFallbackSerializer(String serializerName) TypedValueField.getSerializer() -
Uses of TypedValueSerializer in org.eximeebpms.bpm.engine.impl.variable.serializer
Classes in org.eximeebpms.bpm.engine.impl.variable.serializer that implement TypedValueSerializerModifier and TypeClassDescriptionclassAbstract implementation of aTypedValueSerializerforObjectValues.classclassAbstractTypedValueSerializer<T extends TypedValue>classSerializes booleans as long values.classclassSerializes Dates as long valuesclassclassclassclassUses default java serialization to serialize java objects as byte streams.classclassUsed to serialize untyped null values.classPrimitiveValueSerializer<T extends PrimitiveValue<?>>classclassFields in org.eximeebpms.bpm.engine.impl.variable.serializer with type parameters of type TypedValueSerializerModifier and TypeFieldDescriptionprotected List<TypedValueSerializer<?>>DefaultVariableSerializers.serializerListprotected Map<String,TypedValueSerializer<?>> DefaultVariableSerializers.serializerMapMethods in org.eximeebpms.bpm.engine.impl.variable.serializer that return TypedValueSerializerModifier and TypeMethodDescriptionDefaultVariableSerializers.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(String serializerName) VariableSerializerFactory.getSerializer(TypedValue value) DefaultVariableSerializers.getSerializerByName(String serializerName) VariableSerializers.getSerializerByName(String serializerName) Methods in org.eximeebpms.bpm.engine.impl.variable.serializer that return types with arguments of type TypedValueSerializerModifier and TypeMethodDescriptionDefaultVariableSerializers.getSerializers()VariableSerializers.getSerializers()Returns the serializers as a list in the order of their indices.Methods in org.eximeebpms.bpm.engine.impl.variable.serializer with parameters of type TypedValueSerializerModifier and TypeMethodDescriptionDefaultVariableSerializers.addSerializer(TypedValueSerializer<?> serializer) DefaultVariableSerializers.addSerializer(TypedValueSerializer<?> serializer, int index) VariableSerializers.addSerializer(TypedValueSerializer<?> serializer) VariableSerializers.addSerializer(TypedValueSerializer<?> serializer, int index) Add type at the given index.intDefaultVariableSerializers.getSerializerIndex(TypedValueSerializer<?> serializer) intVariableSerializers.getSerializerIndex(TypedValueSerializer<?> serializer) DefaultVariableSerializers.removeSerializer(TypedValueSerializer<?> serializer) VariableSerializers.removeSerializer(TypedValueSerializer<?> serializer) Method parameters in org.eximeebpms.bpm.engine.impl.variable.serializer with type arguments of type TypedValueSerializerModifier and TypeMethodDescriptionvoidDefaultVariableSerializers.setSerializerList(List<TypedValueSerializer<?>> serializerList)