Uses of Interface
org.activiti.engine.impl.variable.VariableType
Packages that use VariableType
Package
Description
-
Uses of VariableType in org.activiti.engine.delegate.event
Methods in org.activiti.engine.delegate.event that return VariableType -
Uses of VariableType in org.activiti.engine.delegate.event.impl
Fields in org.activiti.engine.delegate.event.impl declared as VariableTypeMethods in org.activiti.engine.delegate.event.impl that return VariableTypeMethods in org.activiti.engine.delegate.event.impl with parameters of type VariableTypeModifier and TypeMethodDescriptionstatic ActivitiVariableEventActivitiEventBuilder.createVariableEvent(ActivitiEventType type, String variableName, Object variableValue, VariableType variableType, String taskId, String executionId, String processInstanceId, 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 VariableTypeModifier and TypeFieldDescriptionprotected List<VariableType>ProcessEngineConfigurationImpl.customPostVariableTypesprotected List<VariableType>ProcessEngineConfigurationImpl.customPreVariableTypesMethods in org.activiti.engine.impl.cfg that return types with arguments of type VariableTypeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostVariableTypes()ProcessEngineConfigurationImpl.getCustomPreVariableTypes()Method parameters in org.activiti.engine.impl.cfg with type arguments of type VariableTypeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomPostVariableTypes(List<VariableType> customPostVariableTypes) ProcessEngineConfigurationImpl.setCustomPreVariableTypes(List<VariableType> customPreVariableTypes) -
Uses of VariableType in org.activiti.engine.impl.db
Methods in org.activiti.engine.impl.db that return VariableTypeModifier and TypeMethodDescriptionIbatisVariableTypeHandler.getResult(CallableStatement cs, int columnIndex) Methods in org.activiti.engine.impl.db with parameters of type VariableTypeModifier and TypeMethodDescriptionvoidIbatisVariableTypeHandler.setParameter(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 VariableTypeModifier and TypeFieldDescriptionprotected VariableTypeVariableInstanceEntityImpl.typeprotected VariableTypeHistoricDetailVariableInstanceUpdateEntityImpl.variableTypeprotected VariableTypeHistoricVariableInstanceEntityImpl.variableTypeMethods in org.activiti.engine.impl.persistence.entity that return VariableTypeModifier and TypeMethodDescriptionVariableInstanceEntity.getType()VariableInstanceEntityImpl.getType()HistoricDetailVariableInstanceUpdateEntity.getVariableType()HistoricDetailVariableInstanceUpdateEntityImpl.getVariableType()HistoricVariableInstanceEntity.getVariableType()HistoricVariableInstanceEntityImpl.getVariableType()Methods in org.activiti.engine.impl.persistence.entity with parameters of type VariableTypeModifier and TypeMethodDescriptionVariableInstanceEntityManager.create(String name, VariableType type, Object value) VariableInstanceEntityManagerImpl.create(String name, VariableType type, 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 VariableTypeModifier and TypeClassDescriptionclassclassclassclassCustom object typeclassclassclassSubclass ofJPAEntityListVariableTypewhich is cacheable, unlike the super-class.classSubclass ofJPAEntityVariableTypewhich is cacheable, unlike the super-class.classclassclassclassVariable type capable of storing a list of reference to JPA-entities.classVariable type capable of storing reference to JPA-entities.classclassclassclassclassclassclassclassclassclassclassMethods in org.activiti.engine.impl.variable that return VariableTypeModifier and TypeMethodDescriptionDefaultVariableTypes.findVariableType(Object value) VariableTypes.findVariableType(Object value) DefaultVariableTypes.getVariableType(String typeName) VariableTypes.getVariableType(String typeName) Methods in org.activiti.engine.impl.variable with parameters of type VariableTypeModifier and TypeMethodDescriptionDefaultVariableTypes.addType(VariableType type) DefaultVariableTypes.addType(VariableType type, int index) VariableTypes.addType(VariableType type) VariableTypes.addType(VariableType type, int index) Add type at the given index.intDefaultVariableTypes.getTypeIndex(VariableType type) intVariableTypes.getTypeIndex(VariableType type) DefaultVariableTypes.removeType(VariableType type) VariableTypes.removeType(VariableType type) Method parameters in org.activiti.engine.impl.variable with type arguments of type VariableTypeModifier and TypeMethodDescriptionvoidDefaultVariableTypes.setTypesList(List<VariableType> typesList)