|
Packages that use org.alfresco.service.cmr.dictionary.PropertyDefinition | ||
org.alfresco.service.cmr.dictionary | ||
org.alfresco.service.cmr.search |
Methods in org.alfresco.service.cmr.dictionary that return PropertyDefinition | |
DictionaryService.getProperty(QName propertyName) Gets the definition of the property as defined by its owning Class. |
|
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 | |
ClassDefinition.getProperties() | |
DictionaryService.getPropertyDefs(QName className) Gets the definitions of the properties defined by the specified Class. |
Methods in org.alfresco.service.cmr.search that return PropertyDefinition | |
QueryParameterDefinition.getPropertyDefinition() This parameter may apply to a well known property type. |
|