public class FilteredDictionaryComponent extends DictionaryComponent
| Constructor and Description |
|---|
FilteredDictionaryComponent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<QName> |
getAllAspects() |
Collection<QName> |
getAllAssociations()
Get all the association definitions
|
Collection<QName> |
getAllTypes() |
AspectDefinition |
getAspect(QName name) |
Collection<QName> |
getSubAspects(QName superAspect,
boolean follow) |
Collection<QName> |
getSubTypes(QName superType,
boolean follow)
Get the sub types of the type.
|
TypeDefinition |
getType(QName name) |
void |
setFilter(QNameFilter filter) |
destroy, getAllAspects, getAllAssociations, getAllDataTypes, getAllModels, getAllModels, getAllProperties, getAllTypes, getAnonymousType, getAnonymousType, getAspects, getAssociation, getAssociations, getClass, getConstraint, getConstraints, getConstraints, getDataType, getDataType, getDataTypes, getMessage, getMessage, getMessage, getMessage, getModel, getModelByNamespaceUri, getProperties, getProperties, getProperty, getProperty, getPropertyDefs, getTypes, init, isSubClass, onDisableTenant, onEnableTenant, setDictionaryDAO, setMessageLookuppublic Collection<QName> getAllTypes()
getAllTypes in interface DictionaryServicegetAllTypes in class DictionaryComponentpublic Collection<QName> getSubTypes(QName superType, boolean follow)
DictionaryServicegetSubTypes in interface DictionaryServicegetSubTypes in class DictionaryComponentsuperType - the qualified name of the typefollow - true => all sub-type descendants, false => immediate sub-type childrenpublic Collection<QName> getAllAspects()
getAllAspects in interface DictionaryServicegetAllAspects in class DictionaryComponentpublic Collection<QName> getAllAssociations()
DictionaryServicegetAllAssociations in interface DictionaryServicegetAllAssociations in class DictionaryComponentpublic Collection<QName> getSubAspects(QName superAspect, boolean follow)
getSubAspects in interface DictionaryServicegetSubAspects in class DictionaryComponentsuperAspect - QNamefollow - true => follow up the super-class hierarchy, false => immediate sub aspects onlypublic TypeDefinition getType(QName name)
getType in interface DictionaryServicegetType in class DictionaryComponentname - the name of the type to retrievepublic AspectDefinition getAspect(QName name)
getAspect in interface DictionaryServicegetAspect in class DictionaryComponentname - the name of the aspect to retrievepublic void setFilter(QNameFilter filter)
Copyright © 2005–2019 Alfresco Software. All rights reserved.