Uses of Interface
org.camunda.bpm.engine.variable.value.ObjectValue
Packages that use ObjectValue
Package
Description
-
Uses of ObjectValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return ObjectValueModifier and TypeMethodDescriptionObjectValueMapper.convertToTypedValue(UntypedValueImpl untypedValue) protected ObjectValueObjectValueMapper.createDeserializedValue(Object deserializedObject, String serializedValue, TypedValueField typedValueField) protected ObjectValueObjectValueMapper.createSerializedValue(String serializedValue, TypedValueField typedValueField) ObjectValueMapper.readValue(TypedValueField value, boolean deserializeObjectValue) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type ObjectValueModifier and TypeMethodDescriptionprotected StringObjectValueMapper.getObjectTypeName(ObjectValue value) protected voidObjectValueMapper.updateTypedValue(ObjectValue value, String serializedValue) voidObjectValueMapper.writeValue(ObjectValue typedValue, TypedValueField typedValueField) -
Uses of ObjectValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return ObjectValueModifier and TypeMethodDescriptionAbstractObjectValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) protected ObjectValueAbstractObjectValueSerializer.createDeserializedValue(Object deserializedObject, String serializedStringValue, ValueFields valueFields, boolean asTransientValue) protected ObjectValueAbstractObjectValueSerializer.createSerializedValue(String serializedStringValue, ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type ObjectValueModifier and TypeMethodDescriptionprotected StringAbstractObjectValueSerializer.getObjectTypeName(ObjectValue value, ValueFields valueFields) booleanAbstractObjectValueSerializer.isMutableValue(ObjectValue typedValue) protected voidAbstractObjectValueSerializer.updateTypedValue(ObjectValue value, String serializedStringValue) protected voidAbstractObjectValueSerializer.writeToValueFields(ObjectValue value, ValueFields valueFields, byte[] serializedValue) -
Uses of ObjectValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement ObjectValue -
Uses of ObjectValue in org.camunda.bpm.engine.variable.impl.value.builder
Methods in org.camunda.bpm.engine.variable.impl.value.builder that return ObjectValueModifier and TypeMethodDescriptionObjectVariableBuilderImpl.create()SerializedObjectValueBuilderImpl.create()Methods in org.camunda.bpm.engine.variable.impl.value.builder that return types with arguments of type ObjectValueModifier and TypeMethodDescriptionObjectVariableBuilderImpl.setTransient(boolean isTransient) SerializedObjectValueBuilderImpl.setTransient(boolean isTransient) Constructors in org.camunda.bpm.engine.variable.impl.value.builder with parameters of type ObjectValueModifierConstructorDescription