Uses of Interface
org.camunda.bpm.engine.variable.value.IntegerValue
-
-
Uses of IntegerValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return IntegerValue Modifier and Type Method Description IntegerValue
IntegerValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
IntegerValue
IntegerValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type IntegerValue Modifier and Type Method Description void
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 IntegerValue Modifier and Type Method Description IntegerValue
IntegerValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
IntegerValue
IntegerValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type IntegerValue Modifier and Type Method Description void
IntegerValueSerializer. writeValue(IntegerValue variableValue, ValueFields valueFields)
-
Uses of IntegerValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return IntegerValue Modifier and Type Method Description static 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 IntegerValue Modifier and Type Method Description IntegerValue
PrimitiveValueTypeImpl.IntegerTypeImpl. convertFromTypedValue(TypedValue typedValue)
IntegerValue
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 Modifier and Type Class Description static class
PrimitiveTypeValueImpl.IntegerValueImpl
-