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

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

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

Fields in org.camunda.bpm.engine.impl.core.variable.value declared as NullValueImpl
static NullValueImpl NullValueImpl.INSTANCE
           
 

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

Methods in org.camunda.bpm.engine.impl.variable.serializer that return NullValueImpl
 NullValueImpl NullValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 NullValueImpl NullValueSerializer.readValue(ValueFields valueFields, boolean deserialize)
           
 

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type NullValueImpl
 void NullValueSerializer.writeValue(NullValueImpl value, ValueFields valueFields)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.