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

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

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

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

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

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

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

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

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

Methods in org.camunda.bpm.engine.variable that return ShortValue
static ShortValue Variables.shortValue(Short shortValue)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.