Uses of Interface
org.alfresco.service.cmr.dictionary.DataTypeDefinition
Packages that use DataTypeDefinition
Package
Description
-
Uses of DataTypeDefinition in org.alfresco.opencmis.mapping
Methods in org.alfresco.opencmis.mapping that return DataTypeDefinitionModifier and TypeMethodDescriptionprotected abstract DataTypeDefinition
AbstractSimpleLuceneBuilder.getInDataType()
protected DataTypeDefinition
ContentStreamLengthLuceneBuilder.getInDataType()
protected DataTypeDefinition
ContentStreamMimetypeLuceneBuilder.getInDataType()
protected DataTypeDefinition
DirectLuceneBuilder.getInDataType()
Methods in org.alfresco.opencmis.mapping with parameters of type DataTypeDefinitionModifier and TypeMethodDescriptionorg.apache.chemistry.opencmis.commons.enums.PropertyType
CMISMapping.getDataType
(DataTypeDefinition datatype) Get the CMIS property type for a property -
Uses of DataTypeDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return DataTypeDefinitionModifier and TypeMethodDescriptionAbstractDictionaryRegistry.getDataType
(Class javaClass) AbstractDictionaryRegistry.getDataType
(QName typeName) CompiledModel.getDataType
(Class javaClass) CompiledModel.getDataType
(QName name) DictionaryComponent.getDataType
(Class<?> javaClass) DictionaryComponent.getDataType
(QName name) DictionaryDAOImpl.getDataType
(Class javaClass) DictionaryDAOImpl.getDataType
(QName typeName) DictionaryRegistry.getDataType
(Class javaClass) DictionaryRegistry.getDataType
(QName typeName) protected DataTypeDefinition
AbstractDictionaryRegistry.getDataTypeImp
(QName typeName) protected DataTypeDefinition
AbstractDictionaryRegistry.getDataTypeImpl
(Class javaClass) Methods in org.alfresco.repo.dictionary that return types with arguments of type DataTypeDefinitionModifier and TypeMethodDescriptionCompiledModel.getDataTypes()
DictionaryDAO.getDataTypes
(QName model) DictionaryDAOImpl.getDataTypes
(QName modelName) -
Uses of DataTypeDefinition in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl that return DataTypeDefinitionModifier and TypeMethodDescriptionstatic DataTypeDefinition
QueryParserUtils.matchDataTypeDefinition
(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string) -
Uses of DataTypeDefinition in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return DataTypeDefinitionModifier and TypeMethodDescriptionDictionaryService.getDataType
(Class<?> javaClass) DictionaryService.getDataType
(QName name) PropertyDefinition.getDataType()
-
Uses of DataTypeDefinition in org.alfresco.service.cmr.repository.datatype
Methods in org.alfresco.service.cmr.repository.datatype with parameters of type DataTypeDefinitionModifier and TypeMethodDescriptionfinal 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.final Collection<?>
TypeConverter.convert
(DataTypeDefinition propertyType, Object[] values) General conversion method to convert collection contents to the specified type.final Collection<?>
TypeConverter.convert
(DataTypeDefinition propertyType, Collection<?> values) General conversion method to convert collection contents to the specified type. -
Uses of DataTypeDefinition in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return DataTypeDefinitionModifier and TypeMethodDescriptionQueryParameterDefinition.getDataTypeDefinition()
Get the property type definition for this parameter.