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 LongValueLongValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)LongValueLongValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type LongValue Modifier and Type Method Description voidLongValueMapper. 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 LongValueLongValueSerlializer. convertToTypedValue(UntypedValueImpl untypedValue)LongValueLongValueSerlializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type LongValue Modifier and Type Method Description voidLongValueSerlializer. 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 LongValueVariables. longValue(Long longValue)Creates a newLongValuethat encapsulates the givenlongValuestatic LongValueVariables. longValue(Long longValue, boolean isTransient)Creates a newLongValuethat 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 LongValuePrimitiveValueTypeImpl.LongTypeImpl. convertFromTypedValue(TypedValue typedValue)LongValuePrimitiveValueTypeImpl.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 classPrimitiveTypeValueImpl.LongValueImpl
-