Uses of Interface
org.camunda.bpm.engine.variable.value.BytesValue
Package
Description
-
Uses of BytesValue in org.camunda.bpm.client.variable.impl.mapper
Modifier and TypeMethodDescriptionByteArrayValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) ByteArrayValueMapper.readValue
(TypedValueField typedValueField) Modifier and TypeMethodDescriptionvoid
ByteArrayValueMapper.writeValue
(BytesValue byteValue, TypedValueField typedValueField) -
Uses of BytesValue in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeMethodDescriptionByteArrayValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) ByteArrayValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Modifier and TypeMethodDescriptionvoid
ByteArrayValueSerializer.writeValue
(BytesValue variableValue, ValueFields valueFields) -
Uses of BytesValue in org.camunda.bpm.engine.variable
Modifier 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
Modifier and TypeMethodDescriptionPrimitiveValueTypeImpl.BytesTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) -
Uses of BytesValue in org.camunda.bpm.engine.variable.impl.value