Uses of Interface
org.alfresco.opencmis.dictionary.PropertyAccessorMapping
-
Packages that use PropertyAccessorMapping Package Description org.alfresco.opencmis.dictionary -
-
Uses of PropertyAccessorMapping in org.alfresco.opencmis.dictionary
Fields in org.alfresco.opencmis.dictionary declared as PropertyAccessorMapping Modifier and Type Field Description protected PropertyAccessorMapping
CMISAbstractDictionaryService. accessorMapping
Methods in org.alfresco.opencmis.dictionary with parameters of type PropertyAccessorMapping Modifier and Type Method Description protected void
AbstractTypeDefinitionWrapper. createActionEvaluators(PropertyAccessorMapping propertyAccessorMapping, org.apache.chemistry.opencmis.commons.enums.BaseTypeId baseTypeId)
protected void
AbstractTypeDefinitionWrapper. createOwningPropertyDefinitions(CMISMapping cmisMapping, PropertyAccessorMapping propertyAccessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, DictionaryService dictionaryService, ClassDefinition cmisClassDef)
Adds all property definitions owned by that type.void
CMISAbstractDictionaryService. setPropertyAccessorMapping(PropertyAccessorMapping accessorMapping)
Set the property accessor mapping service
-