Uses of Interface
org.camunda.bpm.engine.variable.value.ShortValue
-
-
Uses of ShortValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return ShortValue Modifier and Type Method Description ShortValueShortValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)ShortValueShortValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type ShortValue Modifier and Type Method Description voidShortValueMapper. writeValue(ShortValue shortValue, TypedValueField typedValueField) -
Uses of ShortValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return ShortValue Modifier and Type Method Description ShortValueShortValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)ShortValueShortValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type ShortValue Modifier and Type Method Description voidShortValueSerializer. writeValue(ShortValue value, ValueFields valueFields) -
Uses of ShortValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return ShortValue Modifier and Type Method Description static ShortValueVariables. shortValue(java.lang.Short shortValue)Creates a newShortValuethat encapsulates the givenshortValuestatic ShortValueVariables. shortValue(java.lang.Short shortValue, boolean isTransient)Creates a newShortValuethat encapsulates the givenshortValue -
Uses of ShortValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return ShortValue Modifier and Type Method Description ShortValuePrimitiveValueTypeImpl.ShortTypeImpl. convertFromTypedValue(TypedValue typedValue)ShortValuePrimitiveValueTypeImpl.ShortTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.Object> valueInfo) -
Uses of ShortValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement ShortValue Modifier and Type Class Description static classPrimitiveTypeValueImpl.ShortValueImpl
-