Uses of Interface
org.alfresco.service.cmr.dictionary.AspectDefinition
-
Packages that use AspectDefinition Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary org.alfresco.repo.search.impl org.alfresco.service.cmr.dictionary -
-
Uses of AspectDefinition in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary that return AspectDefinition Modifier and Type Method Description AspectDefinitionFilteredDictionaryComponent. getAspect(QName name) -
Uses of AspectDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return AspectDefinition Modifier and Type Method Description AspectDefinitionAbstractDictionaryRegistry. getAspect(QName aspectName)AspectDefinitionCompiledModel. getAspect(QName name)AspectDefinitionDictionaryComponent. getAspect(QName name)AspectDefinitionDictionaryDAOImpl. getAspect(QName aspectName)AspectDefinitionDictionaryRegistry. getAspect(QName aspectName)AspectDefinitionTenantDictionaryRegistryImpl. getAspect(QName aspectName)protected AspectDefinitionAbstractDictionaryRegistry. getAspectImpl(QName aspectName)Methods in org.alfresco.repo.dictionary that return types with arguments of type AspectDefinition Modifier and Type Method Description Collection<AspectDefinition>CustomModelDefinitionImpl. getAspectDefinitions()Collection<AspectDefinition>CompiledModel. getAspects()Collection<AspectDefinition>DictionaryDAO. getAspects(QName model)Collection<AspectDefinition>DictionaryDAOImpl. getAspects(QName modelName) -
Uses of AspectDefinition in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl that return AspectDefinition Modifier and Type Method Description static AspectDefinitionQueryParserUtils. matchAspectDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string) -
Uses of AspectDefinition in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return AspectDefinition Modifier and Type Method Description AspectDefinitionDictionaryService. getAspect(QName name)AspectDefinitionCustomModelService. getCustomAspect(QName name)Gets custom aspectMethods in org.alfresco.service.cmr.dictionary that return types with arguments of type AspectDefinition Modifier and Type Method Description PagingResults<AspectDefinition>CustomModelService. getAllCustomAspects(PagingRequest pagingRequest)Get a paged list of custom aspectsCollection<AspectDefinition>CustomModelDefinition. getAspectDefinitions()Returns aCollectionof the modelAspectDefinitionsList<AspectDefinition>ClassDefinition. getDefaultAspects()List<AspectDefinition>ClassDefinition. getDefaultAspects(boolean inherited)
-