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, java.lang.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 PropertyDefinition
AbstractDictionaryRegistry. getProperty(QName propertyName)
PropertyDefinition
CompiledModel. getProperty(QName name)
PropertyDefinition
DictionaryComponent. getProperty(QName propertyName)
PropertyDefinition
DictionaryComponent. getProperty(QName className, QName propertyName)
PropertyDefinition
DictionaryDAOImpl. getProperty(QName propertyName)
PropertyDefinition
DictionaryRegistry. getProperty(QName propertyName)
protected PropertyDefinition
AbstractDictionaryRegistry. getPropertyImpl(QName propertyName)
Methods in org.alfresco.repo.dictionary that return types with arguments of type PropertyDefinition Modifier and Type Method Description java.util.Collection<PropertyDefinition>
CompiledModel. getProperties()
java.util.Collection<PropertyDefinition>
DictionaryDAO. getProperties(QName model)
java.util.Collection<PropertyDefinition>
DictionaryDAO. getProperties(QName modelName, QName dataType)
Get all properties for the model and that are of the given data type.java.util.Collection<PropertyDefinition>
DictionaryDAOImpl. getProperties(QName modelName)
java.util.Collection<PropertyDefinition>
DictionaryDAOImpl. getProperties(QName modelName, QName dataType)
java.util.Collection<PropertyDefinition>
DictionaryDAO. getPropertiesOfDataType(QName dataType)
Get all properties for all models of the given data type.java.util.Collection<PropertyDefinition>
DictionaryDAOImpl. getPropertiesOfDataType(QName dataType)
java.util.Map<QName,PropertyDefinition>
DictionaryComponent. getPropertyDefs(QName className)
-
Uses of PropertyDefinition in org.alfresco.repo.search.adaptor.lucene
Methods in org.alfresco.repo.search.adaptor.lucene with parameters of type PropertyDefinition Modifier and Type Method Description java.lang.String
LuceneQueryParserAdaptor. getDatetimeSortField(java.lang.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 PropertyDefinition
QueryParserUtils. matchPropertyDefinition(java.lang.String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, java.lang.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 PropertyDefinition
DictionaryService. getProperty(QName propertyName)
Gets the definition of the property as defined by its owning Class.PropertyDefinition
DictionaryService. 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 java.util.Map<QName,PropertyDefinition>
ClassDefinition. getProperties()
java.util.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 PropertyDefinition
QueryParameterDefinition. getPropertyDefinition()
This parameter may apply to a well known property type.
-