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

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

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

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

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

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

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

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type IntegerValue
 void IntegerValueSerializer.writeValue(IntegerValue variableValue, ValueFields valueFields)
           
 

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

Methods in org.camunda.bpm.engine.variable that return IntegerValue
static IntegerValue Variables.integerValue(Integer integer)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.