Uses of Interface
org.camunda.bpm.engine.variable.value.IntegerValue
Packages that use IntegerValue
Package
Description
-
Uses of IntegerValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return IntegerValueModifier and TypeMethodDescriptionIntegerValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) IntegerValueMapper.readValue
(TypedValueField typedValueField) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type IntegerValueModifier and TypeMethodDescriptionvoid
IntegerValueMapper.writeValue
(IntegerValue intValue, TypedValueField typedValueField) -
Uses of IntegerValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return IntegerValueModifier and TypeMethodDescriptionIntegerValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) IntegerValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type IntegerValueModifier and TypeMethodDescriptionvoid
IntegerValueSerializer.writeValue
(IntegerValue variableValue, ValueFields valueFields) -
Uses of IntegerValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return IntegerValueModifier 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
Methods in org.camunda.bpm.engine.variable.impl.type that return IntegerValueModifier 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
Classes in org.camunda.bpm.engine.variable.impl.value that implement IntegerValue