Uses of Interface
org.alfresco.service.cmr.dictionary.PropertyDefinition
-
-
Uses of PropertyDefinition in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary with parameters of type PropertyDefinition Modifier and Type Method Description protected org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>AbstractTypeDefinitionWrapper. createPropertyDefinition(CMISMapping cmisMapping, String id, QName alfrescoPropName, DictionaryService dictionaryService, PropertyDefinition propDef, boolean inherited)Creates a property definition object. -
Uses of PropertyDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return PropertyDefinition Modifier and Type Method Description PropertyDefinitionAbstractDictionaryRegistry. getProperty(QName propertyName)PropertyDefinitionCompiledModel. getProperty(QName name)PropertyDefinitionDictionaryComponent. getProperty(QName propertyName)PropertyDefinitionDictionaryComponent. getProperty(QName className, QName propertyName)PropertyDefinitionDictionaryDAOImpl. getProperty(QName propertyName)PropertyDefinitionDictionaryRegistry. getProperty(QName propertyName)protected PropertyDefinitionAbstractDictionaryRegistry. getPropertyImpl(QName propertyName)Methods in org.alfresco.repo.dictionary that return types with arguments of type PropertyDefinition Modifier and Type Method Description Collection<PropertyDefinition>CompiledModel. getProperties()Collection<PropertyDefinition>DictionaryDAO. getProperties(QName model)Collection<PropertyDefinition>DictionaryDAO. getProperties(QName modelName, QName dataType)Get all properties for the model and that are of the given data type.Collection<PropertyDefinition>DictionaryDAOImpl. getProperties(QName modelName)Collection<PropertyDefinition>DictionaryDAOImpl. getProperties(QName modelName, QName dataType)Collection<PropertyDefinition>DictionaryDAO. getPropertiesOfDataType(QName dataType)Get all properties for all models of the given data type.Collection<PropertyDefinition>DictionaryDAOImpl. getPropertiesOfDataType(QName dataType)Map<QName,PropertyDefinition>DictionaryComponent. getPropertyDefs(QName className) -
Uses of PropertyDefinition in org.alfresco.repo.search.adaptor
Methods in org.alfresco.repo.search.adaptor with parameters of type PropertyDefinition Modifier and Type Method Description StringQueryParserAdaptor. getDatetimeSortField(String field, PropertyDefinition propertyDef) -
Uses of PropertyDefinition in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl that return PropertyDefinition Modifier and Type Method Description static PropertyDefinitionQueryParserUtils. matchPropertyDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string) -
Uses of PropertyDefinition in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return PropertyDefinition Modifier and Type Method Description PropertyDefinitionDictionaryService. getProperty(QName propertyName)Gets the definition of the property as defined by its owning Class.PropertyDefinitionDictionaryService. getProperty(QName className, QName propertyName)Gets the definition of the property as defined by the specified Class.Methods in org.alfresco.service.cmr.dictionary that return types with arguments of type PropertyDefinition Modifier and Type Method Description Map<QName,PropertyDefinition>ClassDefinition. getProperties()Map<QName,PropertyDefinition>DictionaryService. getPropertyDefs(QName className)Gets the definitions of the properties defined by the specified Class. -
Uses of PropertyDefinition in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return PropertyDefinition Modifier and Type Method Description PropertyDefinitionQueryParameterDefinition. getPropertyDefinition()This parameter may apply to a well known property type.
-