Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
DictionaryComponent.getProperty(QName propertyName) |
PropertyDefinition |
CompiledModel.getProperty(QName name) |
PropertyDefinition |
AbstractDictionaryRegistry.getProperty(QName propertyName) |
PropertyDefinition |
DictionaryRegistry.getProperty(QName propertyName) |
PropertyDefinition |
DictionaryDAOImpl.getProperty(QName propertyName) |
PropertyDefinition |
DictionaryComponent.getProperty(QName className,
QName propertyName) |
protected PropertyDefinition |
AbstractDictionaryRegistry.getPropertyImpl(QName propertyName) |
Modifier and Type | Method and Description |
---|---|
Collection<PropertyDefinition> |
CompiledModel.getProperties() |
Collection<PropertyDefinition> |
DictionaryDAO.getProperties(QName model) |
Collection<PropertyDefinition> |
DictionaryDAOImpl.getProperties(QName modelName) |
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,
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) |
Modifier and Type | Method and Description |
---|---|
String |
LuceneQueryParserAdaptor.getDatetimeSortField(String field,
PropertyDefinition propertyDef) |
Modifier and Type | Method and Description |
---|---|
static PropertyDefinition |
QueryParserUtils.matchPropertyDefinition(String defaultNameSpaceUri,
NamespacePrefixResolver namespacePrefixResolver,
DictionaryService dictionaryService,
String string) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,PropertyDefinition> |
ClassDefinition.getProperties() |
Map<QName,PropertyDefinition> |
DictionaryService.getPropertyDefs(QName className)
Gets the definitions of the properties defined by the specified Class.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
QueryParameterDefinition.getPropertyDefinition()
This parameter may apply to a well known property type.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.