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 class
NumberValueMapper<T extends PrimitiveValue<?>>
class
PrimitiveValueMapper<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 class
JsonValueImpl
class
XmlValueImpl
-
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 interface
JsonValue
interface
XmlValue
-
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 class
PrimitiveValueSerializer<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 class
PrimitiveTypeValueImpl<T>
static class
PrimitiveTypeValueImpl.BooleanValueImpl
static class
PrimitiveTypeValueImpl.BytesValueImpl
static class
PrimitiveTypeValueImpl.DateValueImpl
static class
PrimitiveTypeValueImpl.DoubleValueImpl
static class
PrimitiveTypeValueImpl.IntegerValueImpl
static class
PrimitiveTypeValueImpl.LongValueImpl
static class
PrimitiveTypeValueImpl.NumberValueImpl
static class
PrimitiveTypeValueImpl.ShortValueImpl
static class
PrimitiveTypeValueImpl.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 interface
BooleanValue
APrimitiveValue
corresponding to the Java typeBoolean
.interface
BytesValue
APrimitiveValue
corresponding to a Java byte array (byte[]).interface
DateValue
APrimitiveValue
corresponding to the Java typeDate
.interface
DoubleValue
APrimitiveValue
corresponding to the Java typeDouble
.interface
IntegerValue
APrimitiveValue
corresponding to the Java typeInteger
.interface
LongValue
APrimitiveValue
corresponding to the Java typeLong
.interface
NumberValue
interface
ShortValue
APrimitiveValue
corresponding to the Java typeShort
.interface
StringValue
APrimitiveValue
corresponding to the Java typeString
.
-