Uses of Interface
org.camunda.bpm.engine.impl.variable.VariableType

Packages that use VariableType
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.db   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.spin   
org.camunda.bpm.engine.impl.variable   
 

Uses of VariableType in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type VariableType
protected  List<VariableType> ProcessEngineConfigurationImpl.customPostVariableTypes
           
protected  List<VariableType> ProcessEngineConfigurationImpl.customPreVariableTypes
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type VariableType
 List<VariableType> ProcessEngineConfigurationImpl.getCustomPostVariableTypes()
           
 List<VariableType> ProcessEngineConfigurationImpl.getCustomPreVariableTypes()
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type VariableType
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPostVariableTypes(List<VariableType> customPostVariableTypes)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPreVariableTypes(List<VariableType> customPreVariableTypes)
           
 

Uses of VariableType in org.camunda.bpm.engine.impl.db
 

Methods in org.camunda.bpm.engine.impl.db that return VariableType
 VariableType IbatisVariableTypeHandler.getResult(CallableStatement cs, int columnIndex)
           
 VariableType IbatisVariableTypeHandler.getResult(ResultSet resultSet, int columnIndex)
           
 VariableType IbatisVariableTypeHandler.getResult(ResultSet rs, String columnName)
           
 

Methods in org.camunda.bpm.engine.impl.db with parameters of type VariableType
 void IbatisVariableTypeHandler.setParameter(PreparedStatement ps, int i, VariableType parameter, org.apache.ibatis.type.JdbcType jdbcType)
           
 

Uses of VariableType in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as VariableType
protected  VariableType VariableInstanceEntity.type
           
protected  VariableType HistoricVariableInstanceEntity.variableType
           
protected  VariableType HistoricDetailVariableInstanceUpdateEntity.variableType
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableType
 VariableType VariableInstanceEntity.getType()
           
 VariableType HistoricVariableInstanceEntity.getVariableType()
           
 VariableType HistoricDetailVariableInstanceUpdateEntity.getVariableType()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableType
static VariableInstanceEntity VariableInstanceEntity.create(String name, VariableType type, Object value)
           
static VariableInstanceEntity VariableInstanceEntity.createAndInsert(String name, VariableType type, Object value)
           
static VariableInstanceEntity VariableInstanceEntity.createFromSerializedValue(String name, VariableType type, Object value, Map<String,Object> configuration)
           
 void VariableInstanceEntity.setType(VariableType type)
           
 void HistoricVariableInstanceEntity.setVariableType(VariableType variableType)
           
 void HistoricDetailVariableInstanceUpdateEntity.setVariableType(VariableType variableType)
           
 

Uses of VariableType in org.camunda.bpm.engine.impl.spin
 

Classes in org.camunda.bpm.engine.impl.spin that implement VariableType
 class SpinSerializationType
           
 

Methods in org.camunda.bpm.engine.impl.spin that return VariableType
 VariableType SpinVariableTypeResolver.getTypeForSerializationFormat(String defaultSerializationFormat)
           
 

Uses of VariableType in org.camunda.bpm.engine.impl.variable
 

Classes in org.camunda.bpm.engine.impl.variable that implement VariableType
 class BooleanType
           
 class ByteArrayType
           
 class DateType
           
 class DoubleType
           
 class IntegerType
           
 class JPAEntityVariableType
          Variable type capable of storing reference to JPA-entities.
 class LongType
           
 class NullType
           
 class PrimitiveVariableType
          Primitive variable types do not differentiate between an object and a serialized representation, i.e.
 class SerializableType
           
 class ShortType
           
 class StringType
           
 

Methods in org.camunda.bpm.engine.impl.variable that return VariableType
 VariableType DefaultVariableTypes.findVariableType(Object value)
           
 VariableType VariableTypes.findVariableType(Object value)
           
 VariableType SerializationVariableTypeResolver.getTypeForSerializationFormat(String serializationFormat)
          Returns a variable type that serializes objects in the specified format or null if it cannot handle the format.
 VariableType SerializableTypeResolver.getTypeForSerializationFormat(String serializationFormat)
           
 VariableType DefaultVariableTypes.getVariableType(String typeName)
           
 VariableType VariableTypes.getVariableType(String typeName)
           
protected  VariableType AbstractPersistentVariableStore.getVariableTypeByName(String variableTypeName)
           
protected  VariableType AbstractPersistentVariableStore.getVariableTypeForValue(Object newValue)
           
 

Methods in org.camunda.bpm.engine.impl.variable with parameters of type VariableType
 DefaultVariableTypes DefaultVariableTypes.addType(VariableType type)
           
 VariableTypes VariableTypes.addType(VariableType type)
           
 DefaultVariableTypes DefaultVariableTypes.addType(VariableType type, int index)
           
 VariableTypes VariableTypes.addType(VariableType type, int index)
          Add type at the given index.
 void AbstractPersistentVariableStore.clearForNewValue(PersistentVariableInstance variableInstance, VariableType newType)
           
 int DefaultVariableTypes.getTypeIndex(VariableType type)
           
 int VariableTypes.getTypeIndex(VariableType type)
           
 VariableTypes DefaultVariableTypes.removeType(VariableType type)
           
 VariableTypes VariableTypes.removeType(VariableType type)
           
 

Method parameters in org.camunda.bpm.engine.impl.variable with type arguments of type VariableType
 void DefaultVariableTypes.setTypesList(List<VariableType> typesList)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.