Uses of Interface
org.camunda.bpm.engine.variable.type.PrimitiveValueType
Packages that use PrimitiveValueType
Package
Description
-
Uses of PrimitiveValueType in org.camunda.bpm.client.variable
Fields in org.camunda.bpm.client.variable declared as PrimitiveValueTypeModifier and TypeFieldDescriptionstatic final PrimitiveValueType
ClientValues.JSON
static final 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 PrimitiveValueTypeConstructors in org.camunda.bpm.client.variable.impl.mapper with parameters of type PrimitiveValueTypeModifierConstructorDescriptionNumberValueMapper
(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 -
Uses of PrimitiveValueType in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return PrimitiveValueTypeConstructors in org.camunda.bpm.engine.impl.variable.serializer with parameters of type PrimitiveValueType -
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.impl.type
Classes in org.camunda.bpm.engine.variable.impl.type that implement PrimitiveValueTypeModifier and TypeClassDescriptionclass
Implementation of the primitive variable value typesstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.impl.value
Methods in org.camunda.bpm.engine.variable.impl.value that return PrimitiveValueTypeConstructors in org.camunda.bpm.engine.variable.impl.value with parameters of type PrimitiveValueType -
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.type
Fields in org.camunda.bpm.engine.variable.type declared as PrimitiveValueTypeModifier and TypeFieldDescriptionstatic final PrimitiveValueType
ValueType.BOOLEAN
static final PrimitiveValueType
ValueType.BYTES
static final PrimitiveValueType
ValueType.DATE
static final PrimitiveValueType
ValueType.DOUBLE
static final PrimitiveValueType
ValueType.INTEGER
static final PrimitiveValueType
ValueType.LONG
static final PrimitiveValueType
ValueType.NULL
static final PrimitiveValueType
ValueType.NUMBER
static final PrimitiveValueType
ValueType.SHORT
static final PrimitiveValueType
ValueType.STRING
-
Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.value
Methods in org.camunda.bpm.engine.variable.value that return PrimitiveValueType