Package | Description |
---|---|
org.alfresco.opencmis.dictionary | |
org.alfresco.repo.dictionary | |
org.alfresco.repo.search.impl | |
org.alfresco.service.cmr.dictionary |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
FilteredDictionaryComponent.getType(QName name) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
DictionaryComponent.getAnonymousType(QName name)
Creates an anonymous
TypeDefinition with all the mandatory Aspects applied. |
TypeDefinition |
DictionaryDAOImpl.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 aspects
|
TypeDefinition |
DictionaryComponent.getAnonymousType(QName type,
Collection<QName> aspects) |
TypeDefinition |
TenantDictionaryRegistryImpl.getType(QName typeName) |
TypeDefinition |
DictionaryDAOImpl.getType(QName typeName) |
TypeDefinition |
DictionaryRegistry.getType(QName typeName) |
TypeDefinition |
AbstractDictionaryRegistry.getType(QName typeName) |
TypeDefinition |
DictionaryComponent.getType(QName name) |
TypeDefinition |
CompiledModel.getType(QName name) |
protected TypeDefinition |
AbstractDictionaryRegistry.getTypeImpl(QName typeName) |
Modifier and Type | Method and Description |
---|---|
Collection<TypeDefinition> |
CustomModelDefinitionImpl.getTypeDefinitions() |
Collection<TypeDefinition> |
CompiledModel.getTypes() |
Collection<TypeDefinition> |
DictionaryDAOImpl.getTypes(QName modelName) |
Collection<TypeDefinition> |
DictionaryDAO.getTypes(QName model) |
Modifier and Type | Method and Description |
---|---|
static TypeDefinition |
QueryParserUtils.matchTypeDefinition(String defaultNameSpaceUri,
NamespacePrefixResolver namespacePrefixResolver,
DictionaryService dictionaryService,
String string) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
DictionaryService.getAnonymousType(QName name)
Creates an anonymous
TypeDefinition with all the mandatory Aspects 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 type
|
TypeDefinition |
DictionaryService.getType(QName name) |
Modifier and Type | Method and Description |
---|---|
org.alfresco.query.PagingResults<TypeDefinition> |
CustomModelService.getAllCustomTypes(org.alfresco.query.PagingRequest pagingRequest)
Gets a paged list of custom types
|
Collection<TypeDefinition> |
CustomModelDefinition.getTypeDefinitions()
Returns a
Collection of the model TypeDefinition s |
Copyright © 2005–2016 Alfresco Software. All rights reserved.