Uses of Interface
org.camunda.bpm.engine.variable.value.BytesValue

Packages that use BytesValue
org.camunda.bpm.engine.impl.core.variable.type   
org.camunda.bpm.engine.impl.core.variable.value   
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.variable   
 

Uses of BytesValue in org.camunda.bpm.engine.impl.core.variable.type
 

Methods in org.camunda.bpm.engine.impl.core.variable.type that return BytesValue
 BytesValue PrimitiveValueTypeImpl.BytesTypeImpl.createValue(Object value, Map<String,Object> valueInfo)
           
 

Uses of BytesValue in org.camunda.bpm.engine.impl.core.variable.value
 

Classes in org.camunda.bpm.engine.impl.core.variable.value that implement BytesValue
static class PrimitiveTypeValueImpl.BytesValueImpl
           
 

Uses of BytesValue in org.camunda.bpm.engine.impl.variable.serializer
 

Methods in org.camunda.bpm.engine.impl.variable.serializer that return BytesValue
 BytesValue ByteArrayValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 BytesValue ByteArrayValueSerializer.readValue(ValueFields valueFields)
           
 

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type BytesValue
 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
static BytesValue Variables.byteArrayValue(byte[] bytes)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.