Uses of Interface
org.camunda.bpm.engine.variable.value.ShortValue
Package
Description
-
Uses of ShortValue in org.camunda.bpm.client.variable.impl.mapper
Modifier and TypeMethodDescriptionShortValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) ShortValueMapper.readValue
(TypedValueField typedValueField) Modifier and TypeMethodDescriptionvoid
ShortValueMapper.writeValue
(ShortValue shortValue, TypedValueField typedValueField) -
Uses of ShortValue in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeMethodDescriptionShortValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) ShortValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Modifier and TypeMethodDescriptionvoid
ShortValueSerializer.writeValue
(ShortValue value, ValueFields valueFields) -
Uses of ShortValue in org.camunda.bpm.engine.variable
Modifier 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
Modifier 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