Uses of Interface
org.alfresco.service.cmr.dictionary.DictionaryService
-
-
Uses of DictionaryService in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement DictionaryService Modifier and Type Class Description classFilteredDictionaryComponentA DictionaryComponent that uses a QNameFilter to constrain what is returned.Fields in org.alfresco.opencmis.dictionary declared as DictionaryService Modifier and Type Field Description protected DictionaryServiceCMISAbstractDictionaryService. dictionaryServiceMethods in org.alfresco.opencmis.dictionary with parameters of type DictionaryService Modifier and Type Method Description abstract List<TypeDefinitionWrapper>AbstractTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>PolicyTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>RelationshipTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>SecondaryTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>ShadowTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)protected voidAbstractTypeDefinitionWrapper. createOwningPropertyDefinitions(CMISMapping cmisMapping, PropertyAccessorMapping propertyAccessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, DictionaryService dictionaryService, ClassDefinition cmisClassDef)Adds all property definitions owned by that type.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.abstract voidAbstractTypeDefinitionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)voidPolicyTypeDefintionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)voidRelationshipTypeDefintionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)voidSecondaryTypeDefinitionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)voidShadowTypeDefinitionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)voidCMISAbstractDictionaryService. setDictionaryService(DictionaryService dictionaryService)Set the dictionary ServicevoidAbstractTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)voidDocumentTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)voidFolderTypeDefintionWrapper. updateDefinition(DictionaryService dictionaryService)voidItemTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)voidPolicyTypeDefintionWrapper. updateDefinition(DictionaryService dictionaryService)voidRelationshipTypeDefintionWrapper. updateDefinition(DictionaryService dictionaryService)voidSecondaryTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)voidTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)voidAbstractTypeDefinitionWrapper. updateProperties(DictionaryService dictionaryService)voidAbstractTypeDefinitionWrapper. updateProperty(DictionaryService dictionaryService, PropertyDefinitionWrapper propertyDefWrap) -
Uses of DictionaryService in org.alfresco.opencmis.mapping
Fields in org.alfresco.opencmis.mapping declared as DictionaryService Modifier and Type Field Description protected DictionaryServiceCMISMapping. dictionaryServiceMethods in org.alfresco.opencmis.mapping that return DictionaryService Modifier and Type Method Description DictionaryServiceCMISMapping. getDictionaryService()Methods in org.alfresco.opencmis.mapping with parameters of type DictionaryService Modifier and Type Method Description voidCMISMapping. setDictionaryService(DictionaryService dictionaryService)voidRuntimePropertyLuceneBuilderMapping. setDictionaryService(DictionaryService dictionaryService)Constructors in org.alfresco.opencmis.mapping with parameters of type DictionaryService Constructor Description ContentStreamLengthLuceneBuilder(DictionaryService dictionaryService)ConstructContentStreamMimetypeLuceneBuilder(DictionaryService dictionaryService)ConstructDirectLuceneBuilder(DictionaryService dictionaryService, QName alfrescoName)ObjectIdLuceneBuilder(DictionaryService dictionaryService)ConstructParentLuceneBuilder(DictionaryService dictionaryService)Construct -
Uses of DictionaryService in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement DictionaryService Modifier and Type Class Description classDictionaryComponentData Dictionary Service Implementation -
Uses of DictionaryService in org.alfresco.repo.dictionary.constraint
Methods in org.alfresco.repo.dictionary.constraint that return DictionaryService Modifier and Type Method Description DictionaryServiceNameChecker. getDictionaryService()Methods in org.alfresco.repo.dictionary.constraint with parameters of type DictionaryService Modifier and Type Method Description voidNameChecker. setDictionaryService(DictionaryService dictionaryService) -
Uses of DictionaryService in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl with parameters of type DictionaryService Modifier and Type Method Description static AspectDefinitionQueryParserUtils. matchAspectDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)static ClassDefinitionQueryParserUtils. matchClassDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)static DataTypeDefinitionQueryParserUtils. matchDataTypeDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)static PropertyDefinitionQueryParserUtils. matchPropertyDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)static TypeDefinitionQueryParserUtils. matchTypeDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string) -
Uses of DictionaryService in org.alfresco.repo.search.impl.parsers
Constructors in org.alfresco.repo.search.impl.parsers with parameters of type DictionaryService Constructor Description AlfrescoFunctionEvaluationContext(NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String defaultNamespace)
-