Uses of Interface
org.camunda.bpm.engine.variable.value.ShortValue
Packages that use ShortValue
Package
Description
-
Uses of ShortValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return ShortValueModifier and TypeMethodDescriptionShortValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) ShortValueMapper.readValue
(TypedValueField typedValueField) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type ShortValueModifier and TypeMethodDescriptionvoid
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 ShortValueModifier and TypeMethodDescriptionShortValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) ShortValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type ShortValueModifier and TypeMethodDescriptionvoid
ShortValueSerializer.writeValue
(ShortValue value, ValueFields valueFields) -
Uses of ShortValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return ShortValueModifier and TypeMethodDescriptionstatic 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 ShortValueModifier and TypeMethodDescriptionPrimitiveValueTypeImpl.ShortTypeImpl.convertFromTypedValue
(TypedValue typedValue) 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