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 ObjectValueObjectValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)protected ObjectValueObjectValueMapper. createDeserializedValue(java.lang.Object deserializedObject, java.lang.String serializedValue, TypedValueField typedValueField)protected ObjectValueObjectValueMapper. createSerializedValue(java.lang.String serializedValue, TypedValueField typedValueField)ObjectValueObjectValueMapper. 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 java.lang.StringObjectValueMapper. getObjectTypeName(ObjectValue value)protected voidObjectValueMapper. updateTypedValue(ObjectValue value, java.lang.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 ObjectValue Modifier and Type Method Description ObjectValueAbstractObjectValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)protected ObjectValueAbstractObjectValueSerializer. createDeserializedValue(java.lang.Object deserializedObject, java.lang.String serializedStringValue, ValueFields valueFields, boolean asTransientValue)protected ObjectValueAbstractObjectValueSerializer. createSerializedValue(java.lang.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 java.lang.StringAbstractObjectValueSerializer. getObjectTypeName(ObjectValue value, ValueFields valueFields)booleanAbstractObjectValueSerializer. isMutableValue(ObjectValue typedValue)protected voidAbstractObjectValueSerializer. updateTypedValue(ObjectValue value, java.lang.String serializedStringValue)protected voidAbstractObjectValueSerializer. 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 ObjectValueJPAVariableSerializer. convertToTypedValue(UntypedValueImpl untypedValue)ObjectValueJPAVariableSerializer. 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 voidJPAVariableSerializer. 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 classObjectValueImpl -
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 ObjectValueObjectVariableBuilderImpl. create()ObjectValueSerializedObjectValueBuilderImpl. 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)
-