Uses of Interface
org.alfresco.opencmis.dictionary.PropertyLuceneBuilderMapping
-
Packages that use PropertyLuceneBuilderMapping Package Description org.alfresco.opencmis.dictionary org.alfresco.opencmis.mapping -
-
Uses of PropertyLuceneBuilderMapping in org.alfresco.opencmis.dictionary
Fields in org.alfresco.opencmis.dictionary declared as PropertyLuceneBuilderMapping Modifier and Type Field Description protected PropertyLuceneBuilderMapping
CMISAbstractDictionaryService. luceneBuilderMapping
Methods in org.alfresco.opencmis.dictionary with parameters of type PropertyLuceneBuilderMapping Modifier and Type Method Description protected void
AbstractTypeDefinitionWrapper. createOwningPropertyDefinitions(CMISMapping cmisMapping, PropertyAccessorMapping propertyAccessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, DictionaryService dictionaryService, ClassDefinition cmisClassDef)
Adds all property definitions owned by that type.void
CMISAbstractDictionaryService. setPropertyLuceneBuilderMapping(PropertyLuceneBuilderMapping luceneBuilderMapping)
Set the property lucene mapping service -
Uses of PropertyLuceneBuilderMapping in org.alfresco.opencmis.mapping
Classes in org.alfresco.opencmis.mapping that implement PropertyLuceneBuilderMapping Modifier and Type Class Description class
RuntimePropertyLuceneBuilderMapping
Lucene Builder mappings for built-in CMIS properties
-