Uses of Interface
org.camunda.bpm.engine.variable.value.IntegerValue
Package
Description
-
Uses of IntegerValue in org.camunda.bpm.client.variable.impl.mapper
Modifier and TypeMethodDescriptionIntegerValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) IntegerValueMapper.readValue
(TypedValueField typedValueField) Modifier and TypeMethodDescriptionvoid
IntegerValueMapper.writeValue
(IntegerValue intValue, TypedValueField typedValueField) -
Uses of IntegerValue in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeMethodDescriptionIntegerValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) IntegerValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Modifier and TypeMethodDescriptionvoid
IntegerValueSerializer.writeValue
(IntegerValue variableValue, ValueFields valueFields) -
Uses of IntegerValue in org.camunda.bpm.engine.variable
Modifier and TypeMethodDescriptionstatic IntegerValue
Variables.integerValue
(Integer integer) Creates a newIntegerValue
that encapsulates the giveninteger
static IntegerValue
Variables.integerValue
(Integer integer, boolean isTransient) Creates a newIntegerValue
that encapsulates the giveninteger
-
Uses of IntegerValue in org.camunda.bpm.engine.variable.impl.type
Modifier and TypeMethodDescriptionPrimitiveValueTypeImpl.IntegerTypeImpl.convertFromTypedValue
(TypedValue typedValue) PrimitiveValueTypeImpl.IntegerTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) -
Uses of IntegerValue in org.camunda.bpm.engine.variable.impl.value