Uses of Interface
org.camunda.bpm.engine.variable.value.LongValue
-
-
Uses of LongValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return LongValue Modifier and Type Method Description LongValue
LongValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
LongValue
LongValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type LongValue Modifier and Type Method Description void
LongValueMapper. writeValue(LongValue longValue, TypedValueField typedValueField)
-
Uses of LongValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return LongValue Modifier and Type Method Description LongValue
LongValueSerlializer. convertToTypedValue(UntypedValueImpl untypedValue)
LongValue
LongValueSerlializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type LongValue Modifier and Type Method Description void
LongValueSerlializer. writeValue(LongValue value, ValueFields valueFields)
-
Uses of LongValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return LongValue Modifier and Type Method Description static LongValue
Variables. longValue(Long longValue)
Creates a newLongValue
that encapsulates the givenlongValue
static LongValue
Variables. longValue(Long longValue, boolean isTransient)
Creates a newLongValue
that encapsulates the givenlongValue
-
Uses of LongValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return LongValue Modifier and Type Method Description LongValue
PrimitiveValueTypeImpl.LongTypeImpl. convertFromTypedValue(TypedValue typedValue)
LongValue
PrimitiveValueTypeImpl.LongTypeImpl. createValue(Object value, Map<String,Object> valueInfo)
-
Uses of LongValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement LongValue Modifier and Type Class Description static class
PrimitiveTypeValueImpl.LongValueImpl
-