Uses of Class
org.camunda.bpm.engine.impl.core.variable.value.UntypedValueImpl

Packages that use UntypedValueImpl
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.impl.variable.serializer.jpa   
 

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

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type UntypedValueImpl
 NullValueImpl NullValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 BytesValue ByteArrayValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 T TypedValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
          Returns a typed value for the provided untyped value.
 BooleanValue BooleanValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 ShortValue ShortValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 ObjectValue AbstractObjectValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 LongValue LongValueSerlializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 DoubleValue DoubleValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 IntegerValue IntegerValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 StringValue StringValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 DateValue DateValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 

Uses of UntypedValueImpl in org.camunda.bpm.engine.impl.variable.serializer.jpa
 

Methods in org.camunda.bpm.engine.impl.variable.serializer.jpa with parameters of type UntypedValueImpl
 ObjectValue JPAVariableSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.