Uses of Interface
org.camunda.bpm.engine.variable.value.LongValue
- 
- 
Uses of LongValue in org.camunda.bpm.client.variable.impl.mapperMethods 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.serializerMethods 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.variableMethods in org.camunda.bpm.engine.variable that return LongValue Modifier and Type Method Description static LongValueVariables. longValue(java.lang.Long longValue)Creates a newLongValuethat encapsulates the givenlongValuestatic LongValueVariables. longValue(java.lang.Long longValue, boolean isTransient)Creates a newLongValuethat encapsulates the givenlongValue
- 
Uses of LongValue in org.camunda.bpm.engine.variable.impl.typeMethods in org.camunda.bpm.engine.variable.impl.type that return LongValue Modifier and Type Method Description LongValuePrimitiveValueTypeImpl.LongTypeImpl. convertFromTypedValue(TypedValue typedValue)LongValuePrimitiveValueTypeImpl.LongTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.Object> valueInfo)
- 
Uses of LongValue in org.camunda.bpm.engine.variable.impl.valueClasses in org.camunda.bpm.engine.variable.impl.value that implement LongValue Modifier and Type Class Description static classPrimitiveTypeValueImpl.LongValueImpl
 
-