Uses of Interface
org.camunda.bpm.engine.variable.value.LongValue
Packages that use LongValue
Package
Description
-
Uses of LongValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return LongValueModifier and TypeMethodDescriptionLongValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) LongValueMapper.readValue
(TypedValueField typedValueField) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type LongValueModifier and TypeMethodDescriptionvoid
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 LongValueModifier and TypeMethodDescriptionLongValueSerlializer.convertToTypedValue
(UntypedValueImpl untypedValue) LongValueSerlializer.readValue
(ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type LongValueModifier and TypeMethodDescriptionvoid
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 -
Uses of LongValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return LongValueModifier and TypeMethodDescriptionPrimitiveValueTypeImpl.LongTypeImpl.convertFromTypedValue
(TypedValue typedValue) 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