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 TypeDefinition
FilteredDictionaryComponent. 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 TypeDefinition
DictionaryComponent. getAnonymousType(QName name)
Creates an anonymousTypeDefinition
with all the mandatoryAspects
applied.TypeDefinition
DictionaryComponent. getAnonymousType(QName type, Collection<QName> aspects)
TypeDefinition
DictionaryDAO. getAnonymousType(QName type, Collection<QName> aspects)
Construct an anonymous type that combines a primary type definition and and one or more aspectsTypeDefinition
DictionaryDAOImpl. getAnonymousType(QName type, Collection<QName> aspects)
TypeDefinition
AbstractDictionaryRegistry. getType(QName typeName)
TypeDefinition
CompiledModel. getType(QName name)
TypeDefinition
DictionaryComponent. getType(QName name)
TypeDefinition
DictionaryDAOImpl. getType(QName typeName)
TypeDefinition
DictionaryRegistry. getType(QName typeName)
TypeDefinition
TenantDictionaryRegistryImpl. getType(QName typeName)
protected TypeDefinition
AbstractDictionaryRegistry. 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 TypeDefinition
QueryParserUtils. 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 TypeDefinition
DictionaryService. getAnonymousType(QName name)
Creates an anonymousTypeDefinition
with all the mandatoryAspects
applied.TypeDefinition
DictionaryService. getAnonymousType(QName type, Collection<QName> aspects)
Construct an anonymous type that combines the definitions of the specified type and aspects.TypeDefinition
CustomModelService. getCustomType(QName name)
Gets custom typeTypeDefinition
DictionaryService. getType(QName name)
Methods in org.alfresco.service.cmr.dictionary that return types with arguments of type TypeDefinition Modifier and Type Method Description org.alfresco.query.PagingResults<TypeDefinition>
CustomModelService. getAllCustomTypes(org.alfresco.query.PagingRequest pagingRequest)
Gets a paged list of custom typesCollection<TypeDefinition>
CustomModelDefinition. getTypeDefinitions()
Returns aCollection
of the modelTypeDefinition
s
-