Modifier and Type | Method and Description |
---|---|
protected abstract DataTypeDefinition |
AbstractSimpleLuceneBuilder.getInDataType() |
protected DataTypeDefinition |
ContentStreamMimetypeLuceneBuilder.getInDataType() |
protected DataTypeDefinition |
DirectLuceneBuilder.getInDataType() |
protected DataTypeDefinition |
ContentStreamLengthLuceneBuilder.getInDataType() |
Modifier and Type | Method and Description |
---|---|
org.apache.chemistry.opencmis.commons.enums.PropertyType |
CMISMapping.getDataType(DataTypeDefinition datatype)
Get the CMIS property type for a property
|
Modifier and Type | Method and Description |
---|---|
DataTypeDefinition |
DictionaryDAOImpl.getDataType(Class javaClass) |
DataTypeDefinition |
DictionaryRegistry.getDataType(Class javaClass) |
DataTypeDefinition |
AbstractDictionaryRegistry.getDataType(Class javaClass) |
DataTypeDefinition |
CompiledModel.getDataType(Class javaClass) |
DataTypeDefinition |
DictionaryComponent.getDataType(Class<?> javaClass) |
DataTypeDefinition |
DictionaryDAOImpl.getDataType(QName typeName) |
DataTypeDefinition |
DictionaryRegistry.getDataType(QName typeName) |
DataTypeDefinition |
AbstractDictionaryRegistry.getDataType(QName typeName) |
DataTypeDefinition |
DictionaryComponent.getDataType(QName name) |
DataTypeDefinition |
CompiledModel.getDataType(QName name) |
protected DataTypeDefinition |
AbstractDictionaryRegistry.getDataTypeImp(QName typeName) |
protected DataTypeDefinition |
AbstractDictionaryRegistry.getDataTypeImpl(Class javaClass) |
Modifier and Type | Method and Description |
---|---|
Collection<DataTypeDefinition> |
CompiledModel.getDataTypes() |
Collection<DataTypeDefinition> |
DictionaryDAOImpl.getDataTypes(QName modelName) |
Collection<DataTypeDefinition> |
DictionaryDAO.getDataTypes(QName model) |
Modifier and Type | Method and Description |
---|---|
static DataTypeDefinition |
QueryParserUtils.matchDataTypeDefinition(String defaultNameSpaceUri,
NamespacePrefixResolver namespacePrefixResolver,
DictionaryService dictionaryService,
String string) |
Modifier and Type | Method and Description |
---|---|
DataTypeDefinition |
PropertyDefinition.getDataType() |
DataTypeDefinition |
DictionaryService.getDataType(Class<?> javaClass) |
DataTypeDefinition |
DictionaryService.getDataType(QName name) |
Modifier and Type | Method and Description |
---|---|
Collection<?> |
TypeConverter.convert(DataTypeDefinition propertyType,
Collection<?> values)
General conversion method to convert collection contents to the specified
type.
|
Object |
TypeConverter.convert(DataTypeDefinition propertyType,
Object value)
General conversion method to Object types (note it cannot support
conversion to primary types due the restrictions of reflection.
|
Collection<?> |
TypeConverter.convert(DataTypeDefinition propertyType,
Object[] values)
General conversion method to convert collection contents to the specified
type.
|
Modifier and Type | Method and Description |
---|---|
DataTypeDefinition |
QueryParameterDefinition.getDataTypeDefinition()
Get the property type definition for this parameter.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.