Uses of Interface
org.activiti.engine.impl.variable.VariableType
-
-
Uses of VariableType in org.activiti.engine.delegate.event
Methods in org.activiti.engine.delegate.event that return VariableType Modifier and Type Method Description VariableTypeActivitiVariableEvent. getVariableType() -
Uses of VariableType in org.activiti.engine.delegate.event.impl
Fields in org.activiti.engine.delegate.event.impl declared as VariableType Modifier and Type Field Description protected VariableTypeActivitiVariableEventImpl. variableTypeMethods in org.activiti.engine.delegate.event.impl that return VariableType Modifier and Type Method Description VariableTypeActivitiVariableEventImpl. getVariableType()Methods in org.activiti.engine.delegate.event.impl with parameters of type VariableType Modifier and Type Method Description static ActivitiVariableEventActivitiEventBuilder. createVariableEvent(ActivitiEventType type, java.lang.String variableName, java.lang.Object variableValue, VariableType variableType, java.lang.String taskId, java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId)voidActivitiVariableEventImpl. setVariableType(VariableType variableType) -
Uses of VariableType in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type VariableType Modifier and Type Field Description protected java.util.List<VariableType>ProcessEngineConfigurationImpl. customPostVariableTypesprotected java.util.List<VariableType>ProcessEngineConfigurationImpl. customPreVariableTypesMethods in org.activiti.engine.impl.cfg that return types with arguments of type VariableType Modifier and Type Method Description java.util.List<VariableType>ProcessEngineConfigurationImpl. getCustomPostVariableTypes()java.util.List<VariableType>ProcessEngineConfigurationImpl. getCustomPreVariableTypes()Method parameters in org.activiti.engine.impl.cfg with type arguments of type VariableType Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPostVariableTypes(java.util.List<VariableType> customPostVariableTypes)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPreVariableTypes(java.util.List<VariableType> customPreVariableTypes) -
Uses of VariableType in org.activiti.engine.impl.db
Methods in org.activiti.engine.impl.db that return VariableType Modifier and Type Method Description VariableTypeIbatisVariableTypeHandler. getResult(java.sql.CallableStatement cs, int columnIndex)VariableTypeIbatisVariableTypeHandler. getResult(java.sql.ResultSet resultSet, int columnIndex)VariableTypeIbatisVariableTypeHandler. getResult(java.sql.ResultSet rs, java.lang.String columnName)Methods in org.activiti.engine.impl.db with parameters of type VariableType Modifier and Type Method Description voidIbatisVariableTypeHandler. setParameter(java.sql.PreparedStatement ps, int i, VariableType parameter, org.apache.ibatis.type.JdbcType jdbcType) -
Uses of VariableType in org.activiti.engine.impl.persistence.entity
Fields in org.activiti.engine.impl.persistence.entity declared as VariableType Modifier and Type Field Description protected VariableTypeVariableInstanceEntityImpl. typeprotected VariableTypeHistoricDetailVariableInstanceUpdateEntityImpl. variableTypeprotected VariableTypeHistoricVariableInstanceEntityImpl. variableTypeMethods in org.activiti.engine.impl.persistence.entity that return VariableType Modifier and Type Method Description VariableTypeVariableInstanceEntity. getType()VariableTypeVariableInstanceEntityImpl. getType()VariableTypeHistoricDetailVariableInstanceUpdateEntity. getVariableType()VariableTypeHistoricDetailVariableInstanceUpdateEntityImpl. getVariableType()VariableTypeHistoricVariableInstanceEntity. getVariableType()VariableTypeHistoricVariableInstanceEntityImpl. getVariableType()Methods in org.activiti.engine.impl.persistence.entity with parameters of type VariableType Modifier and Type Method Description VariableInstanceEntityVariableInstanceEntityManager. create(java.lang.String name, VariableType type, java.lang.Object value)VariableInstanceEntityVariableInstanceEntityManagerImpl. create(java.lang.String name, VariableType type, java.lang.Object value)voidVariableInstanceEntity. setType(VariableType type)voidVariableInstanceEntityImpl. setType(VariableType type)voidHistoricDetailVariableInstanceUpdateEntity. setVariableType(VariableType variableType)voidHistoricDetailVariableInstanceUpdateEntityImpl. setVariableType(VariableType variableType)voidHistoricVariableInstanceEntity. setVariableType(VariableType variableType)voidHistoricVariableInstanceEntityImpl. setVariableType(VariableType variableType) -
Uses of VariableType in org.activiti.engine.impl.variable
Classes in org.activiti.engine.impl.variable that implement VariableType Modifier and Type Class Description classBooleanTypeclassByteArrayTypeclassCustomObjectTypeCustom object typeclassDateTypeclassDoubleTypeclassHistoricJPAEntityListVariableTypeSubclass ofJPAEntityListVariableTypewhich is cacheable, unlike the super-class.classHistoricJPAEntityVariableTypeSubclass ofJPAEntityVariableTypewhich is cacheable, unlike the super-class.classIntegerTypeclassJodaDateTimeTypeclassJodaDateTypeclassJPAEntityListVariableTypeVariable type capable of storing a list of reference to JPA-entities.classJPAEntityVariableTypeVariable type capable of storing reference to JPA-entities.classJsonTypeclassLongJsonTypeclassLongStringTypeclassLongTypeclassNullTypeclassSerializableTypeclassShortTypeclassStringTypeclassUUIDTypeMethods in org.activiti.engine.impl.variable that return VariableType Modifier and Type Method Description VariableTypeDefaultVariableTypes. findVariableType(java.lang.Object value)VariableTypeVariableTypes. findVariableType(java.lang.Object value)VariableTypeDefaultVariableTypes. getVariableType(java.lang.String typeName)VariableTypeVariableTypes. getVariableType(java.lang.String typeName)Methods in org.activiti.engine.impl.variable with parameters of type VariableType Modifier and Type Method Description DefaultVariableTypesDefaultVariableTypes. addType(VariableType type)DefaultVariableTypesDefaultVariableTypes. addType(VariableType type, int index)VariableTypesVariableTypes. addType(VariableType type)VariableTypesVariableTypes. addType(VariableType type, int index)Add type at the given index.intDefaultVariableTypes. getTypeIndex(VariableType type)intVariableTypes. getTypeIndex(VariableType type)VariableTypesDefaultVariableTypes. removeType(VariableType type)VariableTypesVariableTypes. removeType(VariableType type)Method parameters in org.activiti.engine.impl.variable with type arguments of type VariableType Modifier and Type Method Description voidDefaultVariableTypes. setTypesList(java.util.List<VariableType> typesList)
-