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 BytesValueByteArrayValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)BytesValueByteArrayValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type BytesValue Modifier and Type Method Description voidByteArrayValueMapper. 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 BytesValueByteArrayValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)BytesValueByteArrayValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BytesValue Modifier and Type Method Description voidByteArrayValueSerializer. 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 BytesValueVariables. byteArrayValue(byte[] bytes)Creates a newBytesValuethat encapsulates the givenbytesstatic BytesValueVariables. byteArrayValue(byte[] bytes, boolean isTransient)Creates a newBytesValuethat 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 BytesValuePrimitiveValueTypeImpl.BytesTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.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 classPrimitiveTypeValueImpl.BytesValueImpl
-