Uses of Interface
org.camunda.bpm.engine.variable.value.PrimitiveValue
-
-
Uses of PrimitiveValue in org.camunda.bpm.client.variable.impl.mapper
Classes in org.camunda.bpm.client.variable.impl.mapper with type parameters of type PrimitiveValue Modifier and Type Class Description classNumberValueMapper<T extends PrimitiveValue<?>>classPrimitiveValueMapper<T extends PrimitiveValue<?>> -
Uses of PrimitiveValue in org.camunda.bpm.client.variable.impl.value
Classes in org.camunda.bpm.client.variable.impl.value that implement PrimitiveValue Modifier and Type Class Description classJsonValueImplclassXmlValueImpl -
Uses of PrimitiveValue in org.camunda.bpm.client.variable.value
Subinterfaces of PrimitiveValue in org.camunda.bpm.client.variable.value Modifier and Type Interface Description interfaceJsonValueinterfaceXmlValue -
Uses of PrimitiveValue in org.camunda.bpm.engine.impl.variable.serializer
Classes in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type PrimitiveValue Modifier and Type Class Description classPrimitiveValueSerializer<T extends PrimitiveValue<?>> -
Uses of PrimitiveValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement PrimitiveValue Modifier and Type Class Description classPrimitiveTypeValueImpl<T>static classPrimitiveTypeValueImpl.BooleanValueImplstatic classPrimitiveTypeValueImpl.BytesValueImplstatic classPrimitiveTypeValueImpl.DateValueImplstatic classPrimitiveTypeValueImpl.DoubleValueImplstatic classPrimitiveTypeValueImpl.IntegerValueImplstatic classPrimitiveTypeValueImpl.LongValueImplstatic classPrimitiveTypeValueImpl.NumberValueImplstatic classPrimitiveTypeValueImpl.ShortValueImplstatic classPrimitiveTypeValueImpl.StringValueImpl -
Uses of PrimitiveValue in org.camunda.bpm.engine.variable.value
Subinterfaces of PrimitiveValue in org.camunda.bpm.engine.variable.value Modifier and Type Interface Description interfaceBooleanValueAPrimitiveValuecorresponding to the Java typeBoolean.interfaceBytesValueAPrimitiveValuecorresponding to a Java byte array (byte[]).interfaceDateValueAPrimitiveValuecorresponding to the Java typeDate.interfaceDoubleValueAPrimitiveValuecorresponding to the Java typeDouble.interfaceIntegerValueAPrimitiveValuecorresponding to the Java typeInteger.interfaceLongValueAPrimitiveValuecorresponding to the Java typeLong.interfaceNumberValueinterfaceShortValueAPrimitiveValuecorresponding to the Java typeShort.interfaceStringValueAPrimitiveValuecorresponding to the Java typeString.
-