Uses of Interface
org.camunda.bpm.engine.variable.value.ShortValue
-
-
Uses of ShortValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return ShortValue Modifier and Type Method Description ShortValue
ShortValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
ShortValue
ShortValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type ShortValue Modifier and Type Method Description void
ShortValueMapper. writeValue(ShortValue shortValue, TypedValueField typedValueField)
-
Uses of ShortValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return ShortValue Modifier and Type Method Description ShortValue
ShortValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
ShortValue
ShortValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type ShortValue Modifier and Type Method Description 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 Modifier and Type Method Description static ShortValue
Variables. shortValue(Short shortValue)
Creates a newShortValue
that encapsulates the givenshortValue
static ShortValue
Variables. shortValue(Short shortValue, boolean isTransient)
Creates a newShortValue
that encapsulates the givenshortValue
-
Uses of ShortValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return ShortValue Modifier and Type Method Description ShortValue
PrimitiveValueTypeImpl.ShortTypeImpl. convertFromTypedValue(TypedValue typedValue)
ShortValue
PrimitiveValueTypeImpl.ShortTypeImpl. createValue(Object value, Map<String,Object> valueInfo)
-
Uses of ShortValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement ShortValue Modifier and Type Class Description static class
PrimitiveTypeValueImpl.ShortValueImpl
-