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 IntegerValueIntegerValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)IntegerValueIntegerValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type IntegerValue Modifier and Type Method Description voidIntegerValueMapper. 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 IntegerValueIntegerValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)IntegerValueIntegerValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type IntegerValue Modifier and Type Method Description voidIntegerValueSerializer. 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 IntegerValueVariables. integerValue(java.lang.Integer integer)Creates a newIntegerValuethat encapsulates the givenintegerstatic IntegerValueVariables. integerValue(java.lang.Integer integer, boolean isTransient)Creates a newIntegerValuethat 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 IntegerValuePrimitiveValueTypeImpl.IntegerTypeImpl. convertFromTypedValue(TypedValue typedValue)IntegerValuePrimitiveValueTypeImpl.IntegerTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.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 classPrimitiveTypeValueImpl.IntegerValueImpl
-