public class FilteredDictionaryComponent extends DictionaryComponent
| Constructor and Description |
|---|
FilteredDictionaryComponent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getAllAspects() |
java.util.Collection |
getAllAssociations()
Get all the association definitions
|
java.util.Collection |
getAllTypes() |
AspectDefinition |
getAspect(QName name) |
java.util.Collection |
getSubAspects(QName superAspect,
boolean follow) |
java.util.Collection |
getSubTypes(QName superType,
boolean follow)
Get the sub types of the type.
|
TypeDefinition |
getType(QName name) |
void |
setFilter(QNameFilter filter) |
destroy, getAllDataTypes, getAllModels, getAllProperties, getAnonymousType, getAnonymousType, getAspects, getAssociation, getAssociations, getClass, getConstraint, getConstraints, getConstraints, getDataType, getDataType, getDataTypes, getMessage, getMessage, getMessage, getMessage, getModel, getProperties, getProperties, getProperty, getProperty, getPropertyDefs, getTypes, init, isSubClass, onDisableTenant, onEnableTenant, setDictionaryDAO, setMessageLookuppublic java.util.Collection getAllTypes()
getAllTypes in interface DictionaryServicegetAllTypes in class DictionaryComponentpublic java.util.Collection getSubTypes(QName superType, boolean follow)
DictionaryServicegetSubTypes in interface DictionaryServicegetSubTypes in class DictionaryComponentfollow - true => all sub-type descendants, false => immediate sub-type childrenpublic java.util.Collection getAllAspects()
getAllAspects in interface DictionaryServicegetAllAspects in class DictionaryComponentpublic java.util.Collection getAllAssociations()
DictionaryServicegetAllAssociations in interface DictionaryServicegetAllAssociations in class DictionaryComponentpublic java.util.Collection getSubAspects(QName superAspect, boolean follow)
getSubAspects in interface DictionaryServicegetSubAspects in class DictionaryComponentfollow - 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 - 2013 Alfresco Software, Inc. All Rights Reserved.