Uses of Interface
org.alfresco.service.cmr.dictionary.TypeDefinition
-
Packages that use TypeDefinition Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary org.alfresco.repo.search.impl org.alfresco.service.cmr.dictionary -
-
Uses of TypeDefinition in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary that return TypeDefinition Modifier and Type Method Description TypeDefinitionFilteredDictionaryComponent. getType(QName name) -
Uses of TypeDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return TypeDefinition Modifier and Type Method Description TypeDefinitionDictionaryComponent. getAnonymousType(QName name)Creates an anonymousTypeDefinitionwith all the mandatoryAspectsapplied.TypeDefinitionDictionaryComponent. getAnonymousType(QName type, Collection<QName> aspects)TypeDefinitionDictionaryDAO. getAnonymousType(QName type, Collection<QName> aspects)Construct an anonymous type that combines a primary type definition and and one or more aspectsTypeDefinitionDictionaryDAOImpl. getAnonymousType(QName type, Collection<QName> aspects)TypeDefinitionAbstractDictionaryRegistry. getType(QName typeName)TypeDefinitionCompiledModel. getType(QName name)TypeDefinitionDictionaryComponent. getType(QName name)TypeDefinitionDictionaryDAOImpl. getType(QName typeName)TypeDefinitionDictionaryRegistry. getType(QName typeName)TypeDefinitionTenantDictionaryRegistryImpl. getType(QName typeName)protected TypeDefinitionAbstractDictionaryRegistry. getTypeImpl(QName typeName)Methods in org.alfresco.repo.dictionary that return types with arguments of type TypeDefinition Modifier and Type Method Description Collection<TypeDefinition>CustomModelDefinitionImpl. getTypeDefinitions()Collection<TypeDefinition>CompiledModel. getTypes()Collection<TypeDefinition>DictionaryDAO. getTypes(QName model)Collection<TypeDefinition>DictionaryDAOImpl. getTypes(QName modelName) -
Uses of TypeDefinition in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl that return TypeDefinition Modifier and Type Method Description static TypeDefinitionQueryParserUtils. matchTypeDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string) -
Uses of TypeDefinition in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return TypeDefinition Modifier and Type Method Description TypeDefinitionDictionaryService. getAnonymousType(QName name)Creates an anonymousTypeDefinitionwith all the mandatoryAspectsapplied.TypeDefinitionDictionaryService. getAnonymousType(QName type, Collection<QName> aspects)Construct an anonymous type that combines the definitions of the specified type and aspects.TypeDefinitionCustomModelService. getCustomType(QName name)Gets custom typeTypeDefinitionDictionaryService. getType(QName name)Methods in org.alfresco.service.cmr.dictionary that return types with arguments of type TypeDefinition Modifier and Type Method Description PagingResults<TypeDefinition>CustomModelService. getAllCustomTypes(PagingRequest pagingRequest)Gets a paged list of custom typesCollection<TypeDefinition>CustomModelDefinition. getTypeDefinitions()Returns aCollectionof the modelTypeDefinitions
-