Uses of Interface
org.camunda.bpm.engine.variable.type.PrimitiveValueType

Packages that use PrimitiveValueType
org.camunda.bpm.engine.impl.core.variable.type   
org.camunda.bpm.engine.impl.core.variable.value   
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.variable.type   
org.camunda.bpm.engine.variable.value   
 

Uses of PrimitiveValueType in org.camunda.bpm.engine.impl.core.variable.type
 

Classes in org.camunda.bpm.engine.impl.core.variable.type that implement PrimitiveValueType
 class PrimitiveValueTypeImpl
          Implementation of the primitive variable value types
static 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.impl.core.variable.value
 

Methods in org.camunda.bpm.engine.impl.core.variable.value that return PrimitiveValueType
 PrimitiveValueType PrimitiveTypeValueImpl.getType()
           
 

Constructors in org.camunda.bpm.engine.impl.core.variable.value with parameters of type PrimitiveValueType
PrimitiveTypeValueImpl(T value, PrimitiveValueType type)
           
 

Uses of PrimitiveValueType in org.camunda.bpm.engine.impl.variable.serializer
 

Methods in org.camunda.bpm.engine.impl.variable.serializer that return PrimitiveValueType
 PrimitiveValueType PrimitiveValueSerializer.getType()
           
 

Constructors in org.camunda.bpm.engine.impl.variable.serializer with parameters of type PrimitiveValueType
PrimitiveValueSerializer(PrimitiveValueType variableType)
           
 

Uses of PrimitiveValueType in org.camunda.bpm.engine.variable.type
 

Fields in org.camunda.bpm.engine.variable.type declared as PrimitiveValueType
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
 PrimitiveValueType PrimitiveValue.getType()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.