Uses of Interface
org.alfresco.opencmis.dictionary.CMISPropertyAccessor
-
Packages that use CMISPropertyAccessor Package Description org.alfresco.opencmis.dictionary -
-
Uses of CMISPropertyAccessor in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary that return CMISPropertyAccessor Modifier and Type Method Description CMISPropertyAccessor
PropertyAccessorMapping. createDirectPropertyAccessor(String propertyId, QName propertyName)
Create a direct node property accessorCMISPropertyAccessor
BasePropertyDefintionWrapper. getPropertyAccessor()
CMISPropertyAccessor
PropertyAccessorMapping. getPropertyAccessor(String propertyId)
Gets a property accessorCMISPropertyAccessor
PropertyDefinitionWrapper. getPropertyAccessor()
Constructors in org.alfresco.opencmis.dictionary with parameters of type CMISPropertyAccessor Constructor Description BasePropertyDefintionWrapper(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> propDef, QName alfrescoName, TypeDefinitionWrapper owningType, CMISPropertyAccessor accessor, CMISPropertyLuceneBuilder luceneBuilder)
-