Uses of Class
org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
-
Packages that use AbstractTypedValue Package Description org.camunda.bpm.client.variable.impl.value org.camunda.bpm.engine.variable.impl.value org.camunda.spin.plugin.variable.value.impl -
-
Uses of AbstractTypedValue in org.camunda.bpm.client.variable.impl.value
Subclasses of AbstractTypedValue in org.camunda.bpm.client.variable.impl.value Modifier and Type Class Description class
JsonValueImpl
class
XmlValueImpl
-
Uses of AbstractTypedValue in org.camunda.bpm.engine.variable.impl.value
Subclasses of AbstractTypedValue in org.camunda.bpm.engine.variable.impl.value Modifier and Type Class Description class
ObjectValueImpl
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 AbstractTypedValue in org.camunda.spin.plugin.variable.value.impl
Subclasses of AbstractTypedValue in org.camunda.spin.plugin.variable.value.impl Modifier and Type Class Description class
JsonValueImpl
class
SpinValueImpl
class
XmlValueImpl
-