Uses of Interface
org.camunda.bpm.engine.variable.value.BytesValue
-
-
Uses of BytesValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return BytesValue Modifier and Type Method Description BytesValue
ByteArrayValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
BytesValue
ByteArrayValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type BytesValue Modifier and Type Method Description void
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 BytesValue Modifier and Type Method Description BytesValue
ByteArrayValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
BytesValue
ByteArrayValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BytesValue Modifier and Type Method Description void
ByteArrayValueSerializer. writeValue(BytesValue variableValue, ValueFields valueFields)
-
Uses of BytesValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return BytesValue Modifier and Type Method Description static 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 BytesValue Modifier and Type Method Description BytesValue
PrimitiveValueTypeImpl.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 Modifier and Type Class Description static class
PrimitiveTypeValueImpl.BytesValueImpl
-