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, setMessageLookup
public java.util.Collection getAllTypes()
getAllTypes
in interface DictionaryService
getAllTypes
in class DictionaryComponent
public java.util.Collection getSubTypes(QName superType, boolean follow)
DictionaryService
getSubTypes
in interface DictionaryService
getSubTypes
in class DictionaryComponent
follow
- true => all sub-type descendants, false => immediate sub-type childrenpublic java.util.Collection getAllAspects()
getAllAspects
in interface DictionaryService
getAllAspects
in class DictionaryComponent
public java.util.Collection getAllAssociations()
DictionaryService
getAllAssociations
in interface DictionaryService
getAllAssociations
in class DictionaryComponent
public java.util.Collection getSubAspects(QName superAspect, boolean follow)
getSubAspects
in interface DictionaryService
getSubAspects
in class DictionaryComponent
follow
- true => follow up the super-class hierarchy, false => immediate sub aspects onlypublic TypeDefinition getType(QName name)
getType
in interface DictionaryService
getType
in class DictionaryComponent
name
- the name of the type to retrievepublic AspectDefinition getAspect(QName name)
getAspect
in interface DictionaryService
getAspect
in class DictionaryComponent
name
- the name of the aspect to retrievepublic void setFilter(QNameFilter filter)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.