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 AspectDefinition
FilteredDictionaryComponent. 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 AspectDefinition
AbstractDictionaryRegistry. getAspect(QName aspectName)
AspectDefinition
CompiledModel. getAspect(QName name)
AspectDefinition
DictionaryComponent. getAspect(QName name)
AspectDefinition
DictionaryDAOImpl. getAspect(QName aspectName)
AspectDefinition
DictionaryRegistry. getAspect(QName aspectName)
AspectDefinition
TenantDictionaryRegistryImpl. getAspect(QName aspectName)
protected AspectDefinition
AbstractDictionaryRegistry. getAspectImpl(QName aspectName)
Methods in org.alfresco.repo.dictionary that return types with arguments of type AspectDefinition Modifier and Type Method Description java.util.Collection<AspectDefinition>
CustomModelDefinitionImpl. getAspectDefinitions()
java.util.Collection<AspectDefinition>
CompiledModel. getAspects()
java.util.Collection<AspectDefinition>
DictionaryDAO. getAspects(QName model)
java.util.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 AspectDefinition
QueryParserUtils. matchAspectDefinition(java.lang.String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, java.lang.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 AspectDefinition
DictionaryService. getAspect(QName name)
AspectDefinition
CustomModelService. 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 org.alfresco.query.PagingResults<AspectDefinition>
CustomModelService. getAllCustomAspects(org.alfresco.query.PagingRequest pagingRequest)
Get a paged list of custom aspectsjava.util.Collection<AspectDefinition>
CustomModelDefinition. getAspectDefinitions()
Returns aCollection
of the modelAspectDefinition
sjava.util.List<AspectDefinition>
ClassDefinition. getDefaultAspects()
java.util.List<AspectDefinition>
ClassDefinition. getDefaultAspects(boolean inherited)
-