|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidtransform.core.meta.service.DictionaryImpl
public class DictionaryImpl
Constructor Summary | |
---|---|
DictionaryImpl()
|
Method Summary | |
---|---|
void |
addModel(MetaModel model)
|
java.util.Map<QName,MetaModel> |
getLoadedModels()
|
MetaModel |
getModel(QName qName)
|
Namespace |
getNamespace(QName type)
Returns the namespace associated with the given Meta Type. |
MetaProperty |
getProperty(java.lang.String propertyName)
Returns the MetaProperty given the internal representation of the property name, which consists of the MetaType prefix, MetaType localName, and propertyName strings concatenated together and separate by _. |
QName |
getQName(Namespace namespace)
Returns the qualified name for the given namespace. |
java.util.Collection<MetaType> |
getSearchableTypes()
Returns a list of all searchable Meta Types defined for the application. |
MetaType |
getType(QName qName)
|
void |
removeModel(QName qName)
|
void |
setLoadedModels(java.util.Map<QName,MetaModel> loadedModels)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryImpl()
Method Detail |
---|
public java.util.Map<QName,MetaModel> getLoadedModels()
getLoadedModels
in interface Dictionary
public void setLoadedModels(java.util.Map<QName,MetaModel> loadedModels)
loadedModels
- The loadedModels to set.public void addModel(MetaModel model)
addModel
in interface Dictionary
public void removeModel(QName qName) throws MetaException
removeModel
in interface Dictionary
MetaException
public MetaModel getModel(QName qName)
getModel
in interface Dictionary
public MetaType getType(QName qName)
getType
in interface Dictionary
public MetaProperty getProperty(java.lang.String propertyName)
getProperty
in interface Dictionary
public QName getQName(Namespace namespace)
Dictionary
getQName
in interface Dictionary
public Namespace getNamespace(QName type)
Dictionary
getNamespace
in interface Dictionary
public java.util.Collection<MetaType> getSearchableTypes()
Dictionary
getSearchableTypes
in interface Dictionary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |