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

Packages that use LongValue
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 LongValue in org.camunda.bpm.engine.impl.core.variable.type
 

Methods in org.camunda.bpm.engine.impl.core.variable.type that return LongValue
 LongValue PrimitiveValueTypeImpl.LongTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 LongValue PrimitiveValueTypeImpl.LongTypeImpl.createValue(Object value, Map<String,Object> valueInfo)
           
 

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

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

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

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

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

Uses of LongValue in org.camunda.bpm.engine.variable
 

Methods in org.camunda.bpm.engine.variable that return LongValue
static LongValue Variables.longValue(Long longValue)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.