Uses of Interface
org.camunda.bpm.engine.variable.value.BytesValue
Packages that use BytesValue
Package
Description
-
Uses of BytesValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return BytesValueModifier and TypeMethodDescriptionByteArrayValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) ByteArrayValueMapper.readValue
(TypedValueField typedValueField) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type BytesValueModifier and TypeMethodDescriptionvoid
ByteArrayValueMapper.writeValue
(BytesValue byteValue, TypedValueField typedValueField) -
Uses of BytesValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return BytesValueModifier and TypeMethodDescriptionByteArrayValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) ByteArrayValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BytesValueModifier and TypeMethodDescriptionvoid
ByteArrayValueSerializer.writeValue
(BytesValue variableValue, ValueFields valueFields) -
Uses of BytesValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return BytesValueModifier and TypeMethodDescriptionstatic BytesValue
Variables.byteArrayValue
(byte[] bytes) Creates a newBytesValue
that encapsulates the givenbytes
static BytesValue
Variables.byteArrayValue
(byte[] bytes, boolean isTransient) Creates a newBytesValue
that encapsulates the givenbytes
-
Uses of BytesValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return BytesValueModifier and TypeMethodDescriptionPrimitiveValueTypeImpl.BytesTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) -
Uses of BytesValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement BytesValue