Uses of Interface
org.camunda.bpm.engine.variable.value.ObjectValue
-
-
Uses of ObjectValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return ObjectValue Modifier and Type Method Description ObjectValue
ObjectValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
protected ObjectValue
ObjectValueMapper. createDeserializedValue(Object deserializedObject, String serializedValue, TypedValueField typedValueField)
protected ObjectValue
ObjectValueMapper. createSerializedValue(String serializedValue, TypedValueField typedValueField)
ObjectValue
ObjectValueMapper. readValue(TypedValueField value, boolean deserializeObjectValue)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type ObjectValue Modifier and Type Method Description protected String
ObjectValueMapper. getObjectTypeName(ObjectValue value)
protected void
ObjectValueMapper. updateTypedValue(ObjectValue value, String serializedValue)
void
ObjectValueMapper. 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 ObjectValue Modifier and Type Method Description ObjectValue
AbstractObjectValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
protected ObjectValue
AbstractObjectValueSerializer. createDeserializedValue(Object deserializedObject, String serializedStringValue, ValueFields valueFields, boolean asTransientValue)
protected ObjectValue
AbstractObjectValueSerializer. createSerializedValue(String serializedStringValue, ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type ObjectValue Modifier and Type Method Description protected String
AbstractObjectValueSerializer. getObjectTypeName(ObjectValue value, ValueFields valueFields)
boolean
AbstractObjectValueSerializer. isMutableValue(ObjectValue typedValue)
protected void
AbstractObjectValueSerializer. updateTypedValue(ObjectValue value, String serializedStringValue)
protected void
AbstractObjectValueSerializer. writeToValueFields(ObjectValue value, ValueFields valueFields, byte[] serializedValue)
-
Uses of ObjectValue in org.camunda.bpm.engine.impl.variable.serializer.jpa
Methods in org.camunda.bpm.engine.impl.variable.serializer.jpa that return ObjectValue Modifier and Type Method Description ObjectValue
JPAVariableSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
ObjectValue
JPAVariableSerializer. readValue(ValueFields valueFields, boolean deserializeObjectValue, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer.jpa with parameters of type ObjectValue Modifier and Type Method Description void
JPAVariableSerializer. writeValue(ObjectValue objectValue, ValueFields valueFields)
-
Uses of ObjectValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement ObjectValue Modifier and Type Class Description class
ObjectValueImpl
-
Uses of ObjectValue in org.camunda.bpm.engine.variable.impl.value.builder
Methods in org.camunda.bpm.engine.variable.impl.value.builder that return ObjectValue Modifier and Type Method Description ObjectValue
ObjectVariableBuilderImpl. create()
ObjectValue
SerializedObjectValueBuilderImpl. create()
Methods in org.camunda.bpm.engine.variable.impl.value.builder that return types with arguments of type ObjectValue Modifier and Type Method Description TypedValueBuilder<ObjectValue>
ObjectVariableBuilderImpl. setTransient(boolean isTransient)
TypedValueBuilder<ObjectValue>
SerializedObjectValueBuilderImpl. setTransient(boolean isTransient)
Constructors in org.camunda.bpm.engine.variable.impl.value.builder with parameters of type ObjectValue Constructor Description ObjectVariableBuilderImpl(ObjectValue value)
SerializedObjectValueBuilderImpl(ObjectValue value)
-