Uses of Interface
org.camunda.bpm.engine.variable.type.PrimitiveValueType
-
-
Uses of PrimitiveValueType in org.camunda.bpm.client.variable
Fields in org.camunda.bpm.client.variable declared as PrimitiveValueType Modifier and Type Field Description static PrimitiveValueType
ClientValues. JSON
static PrimitiveValueType
ClientValues. XML
-
Uses of PrimitiveValueType in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return PrimitiveValueType Modifier and Type Method Description PrimitiveValueType
PrimitiveValueMapper. getType()
Constructors in org.camunda.bpm.client.variable.impl.mapper with parameters of type PrimitiveValueType Constructor Description NumberValueMapper(PrimitiveValueType valueType)
PrimitiveValueMapper(PrimitiveValueType variableType)
-
Uses of PrimitiveValueType in org.camunda.bpm.client.variable.impl.type
Classes in org.camunda.bpm.client.variable.impl.type that implement PrimitiveValueType Modifier and Type Class Description class
JsonTypeImpl
class
XmlTypeImpl
-
Uses of PrimitiveValueType in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return PrimitiveValueType Modifier and Type Method Description PrimitiveValueType
PrimitiveValueSerializer. getType()
Constructors in org.camunda.bpm.engine.impl.variable.serializer with parameters of type PrimitiveValueType Constructor Description PrimitiveValueSerializer(PrimitiveValueType variableType)
-
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.impl.type
Classes in org.camunda.bpm.engine.variable.impl.type that implement PrimitiveValueType Modifier and Type Class Description class
PrimitiveValueTypeImpl
Implementation of the primitive variable value typesstatic class
PrimitiveValueTypeImpl.BooleanTypeImpl
static class
PrimitiveValueTypeImpl.BytesTypeImpl
static class
PrimitiveValueTypeImpl.DateTypeImpl
static class
PrimitiveValueTypeImpl.DoubleTypeImpl
static class
PrimitiveValueTypeImpl.IntegerTypeImpl
static class
PrimitiveValueTypeImpl.LongTypeImpl
static class
PrimitiveValueTypeImpl.NullTypeImpl
static class
PrimitiveValueTypeImpl.NumberTypeImpl
static class
PrimitiveValueTypeImpl.ShortTypeImpl
static class
PrimitiveValueTypeImpl.StringTypeImpl
-
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.impl.value
Methods in org.camunda.bpm.engine.variable.impl.value that return PrimitiveValueType Modifier and Type Method Description PrimitiveValueType
PrimitiveTypeValueImpl. getType()
Constructors in org.camunda.bpm.engine.variable.impl.value with parameters of type PrimitiveValueType Constructor Description PrimitiveTypeValueImpl(T value, PrimitiveValueType type)
-
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.type
Fields in org.camunda.bpm.engine.variable.type declared as PrimitiveValueType Modifier and Type Field Description static PrimitiveValueType
ValueType. BOOLEAN
static PrimitiveValueType
ValueType. BYTES
static PrimitiveValueType
ValueType. DATE
static PrimitiveValueType
ValueType. DOUBLE
static PrimitiveValueType
ValueType. INTEGER
static PrimitiveValueType
ValueType. LONG
static PrimitiveValueType
ValueType. NULL
static PrimitiveValueType
ValueType. NUMBER
static PrimitiveValueType
ValueType. SHORT
static PrimitiveValueType
ValueType. STRING
-
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.value
Methods in org.camunda.bpm.engine.variable.value that return PrimitiveValueType Modifier and Type Method Description PrimitiveValueType
PrimitiveValue. getType()
-