|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 VariableType 的软件包 | |
---|---|
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.db | |
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.variable |
org.activiti.engine.impl.cfg 中 VariableType 的使用 |
---|
类型参数类型为 VariableType 的 org.activiti.engine.impl.cfg 中的字段 | |
---|---|
protected List<VariableType> |
ProcessEngineConfigurationImpl.customPostVariableTypes
|
protected List<VariableType> |
ProcessEngineConfigurationImpl.customPreVariableTypes
|
返回变量类型为 VariableType 的类型的 org.activiti.engine.impl.cfg 中的方法 | |
---|---|
List<VariableType> |
ProcessEngineConfigurationImpl.getCustomPostVariableTypes()
|
List<VariableType> |
ProcessEngineConfigurationImpl.getCustomPreVariableTypes()
|
类型变量类型为 VariableType 的 org.activiti.engine.impl.cfg 中的方法参数 | |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomPostVariableTypes(List<VariableType> customPostVariableTypes)
|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomPreVariableTypes(List<VariableType> customPreVariableTypes)
|
org.activiti.engine.impl.db 中 VariableType 的使用 |
---|
返回 VariableType 的 org.activiti.engine.impl.db 中的方法 | |
---|---|
VariableType |
IbatisVariableTypeHandler.getResult(CallableStatement cs,
int columnIndex)
|
VariableType |
IbatisVariableTypeHandler.getResult(ResultSet resultSet,
int columnIndex)
|
VariableType |
IbatisVariableTypeHandler.getResult(ResultSet rs,
String columnName)
|
参数类型为 VariableType 的 org.activiti.engine.impl.db 中的方法 | |
---|---|
void |
IbatisVariableTypeHandler.setParameter(PreparedStatement ps,
int i,
VariableType parameter,
org.apache.ibatis.type.JdbcType jdbcType)
|
org.activiti.engine.impl.persistence.entity 中 VariableType 的使用 |
---|
声明为 VariableType 的 org.activiti.engine.impl.persistence.entity 中的字段 | |
---|---|
protected VariableType |
VariableInstanceEntity.type
|
protected VariableType |
HistoricVariableInstanceEntity.variableType
|
protected VariableType |
HistoricDetailVariableInstanceUpdateEntity.variableType
|
返回 VariableType 的 org.activiti.engine.impl.persistence.entity 中的方法 | |
---|---|
VariableType |
VariableInstanceEntity.getType()
|
VariableType |
HistoricVariableInstanceEntity.getVariableType()
|
VariableType |
HistoricDetailVariableInstanceUpdateEntity.getVariableType()
|
参数类型为 VariableType 的 org.activiti.engine.impl.persistence.entity 中的方法 | |
---|---|
static VariableInstanceEntity |
VariableInstanceEntity.create(String name,
VariableType type,
Object value)
|
static VariableInstanceEntity |
VariableInstanceEntity.createAndInsert(String name,
VariableType type,
Object value)
|
void |
VariableInstanceEntity.setType(VariableType type)
|
void |
HistoricVariableInstanceEntity.setVariableType(VariableType variableType)
|
void |
HistoricDetailVariableInstanceUpdateEntity.setVariableType(VariableType variableType)
|
org.activiti.engine.impl.variable 中 VariableType 的使用 |
---|
实现 VariableType 的 org.activiti.engine.impl.variable 中的类 | |
---|---|
class |
BooleanType
|
class |
ByteArrayType
|
class |
CustomObjectType
Custom object type |
class |
DateType
|
class |
DoubleType
|
class |
HistoricJPAEntityVariableType
Subclass of JPAEntityVariableType which is cacheable, unlike the super-class. |
class |
IntegerType
|
class |
JPAEntityVariableType
Variable type capable of storing reference to JPA-entities. |
class |
LongType
|
class |
NullType
|
class |
SerializableType
|
class |
ShortType
|
class |
StringType
|
class |
UUIDType
|
返回 VariableType 的 org.activiti.engine.impl.variable 中的方法 | |
---|---|
VariableType |
VariableTypes.findVariableType(Object value)
|
VariableType |
DefaultVariableTypes.findVariableType(Object value)
|
VariableType |
VariableTypes.getVariableType(String typeName)
|
VariableType |
DefaultVariableTypes.getVariableType(String typeName)
|
参数类型为 VariableType 的 org.activiti.engine.impl.variable 中的方法 | |
---|---|
VariableTypes |
VariableTypes.addType(VariableType type)
|
DefaultVariableTypes |
DefaultVariableTypes.addType(VariableType type)
|
VariableTypes |
VariableTypes.addType(VariableType type,
int index)
Add type at the given index. |
DefaultVariableTypes |
DefaultVariableTypes.addType(VariableType type,
int index)
|
int |
VariableTypes.getTypeIndex(VariableType type)
|
int |
DefaultVariableTypes.getTypeIndex(VariableType type)
|
VariableTypes |
VariableTypes.removeType(VariableType type)
|
VariableTypes |
DefaultVariableTypes.removeType(VariableType type)
|
类型变量类型为 VariableType 的 org.activiti.engine.impl.variable 中的方法参数 | |
---|---|
void |
DefaultVariableTypes.setTypesList(List<VariableType> typesList)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |