public class TenantDictionaryRegistryImpl extends AbstractDictionaryRegistry
dictionaryDAO, logger| Constructor and Description |
|---|
TenantDictionaryRegistryImpl(DictionaryDAO dictionaryDAO,
String tenantDomain) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPrefix(String prefix,
String uri) |
void |
addURI(String uri) |
AspectDefinition |
getAspect(QName aspectName) |
Map<QName,CompiledModel> |
getCompiledModels(boolean includeInherited) |
CompiledModel |
getModel(QName name) |
List<CompiledModel> |
getModelsForUri(String uri) |
Collection<String> |
getPrefixes(String URI) |
Map<String,String> |
getPrefixesCache() |
String |
getTenantDomain() |
TypeDefinition |
getType(QName typeName) |
List<String> |
getUrisCache() |
protected void |
initImpl() |
boolean |
isModelInherited(QName modelName) |
QName |
putModelImpl(CompiledModel model) |
void |
removeImpl() |
void |
removeModel(QName modelName) |
void |
removePrefix(String prefix) |
void |
removeURI(String uri) |
addPrefixImpl, addURIImpl, clear, getAspectImpl, getAspects, getAssociation, getAssociationImpl, getAssociations, getClass, getClassImpl, getConstraint, getConstraintImpl, getDataType, getDataType, getDataTypeImp, getDataTypeImpl, getModelImpl, getModelsForUriImpl, getNamespaceURI, getPrefixesCacheImpl, getPrefixesImpl, getProperty, getPropertyImpl, getTypeImpl, getTypes, getUrisCacheImpl, getUriToModels, hasPrefix, hasURI, init, mapUriToModel, modelExists, putModel, remove, removeModelImpl, removePrefixImpl, removeURIImpl, unmapUriToModelpublic TenantDictionaryRegistryImpl(DictionaryDAO dictionaryDAO, String tenantDomain)
public String getTenantDomain()
public QName putModelImpl(CompiledModel model)
putModelImpl in class AbstractDictionaryRegistrypublic Map<QName,CompiledModel> getCompiledModels(boolean includeInherited)
getCompiledModels in interface DictionaryRegistrygetCompiledModels in class AbstractDictionaryRegistrypublic List<CompiledModel> getModelsForUri(String uri)
getModelsForUri in interface DictionaryRegistrygetModelsForUri in class AbstractDictionaryRegistrypublic CompiledModel getModel(QName name)
getModel in interface DictionaryRegistrygetModel in class AbstractDictionaryRegistrypublic void removeModel(QName modelName)
removeModel in interface DictionaryRegistryremoveModel in class AbstractDictionaryRegistrypublic AspectDefinition getAspect(QName aspectName)
getAspect in interface DictionaryRegistrygetAspect in class AbstractDictionaryRegistrypublic boolean isModelInherited(QName modelName)
isModelInherited in interface DictionaryRegistryisModelInherited in class AbstractDictionaryRegistrypublic Map<String,String> getPrefixesCache()
getPrefixesCache in interface DictionaryRegistrygetPrefixesCache in class AbstractDictionaryRegistrypublic List<String> getUrisCache()
getUrisCache in interface DictionaryRegistrygetUrisCache in class AbstractDictionaryRegistrypublic Collection<String> getPrefixes(String URI)
getPrefixes in interface DictionaryRegistrygetPrefixes in class AbstractDictionaryRegistrypublic void addURI(String uri)
addURI in interface DictionaryRegistryaddURI in class AbstractDictionaryRegistrypublic void addPrefix(String prefix, String uri)
addPrefix in interface DictionaryRegistryaddPrefix in class AbstractDictionaryRegistrypublic void removeURI(String uri)
removeURI in interface DictionaryRegistryremoveURI in class AbstractDictionaryRegistrypublic void removePrefix(String prefix)
removePrefix in interface DictionaryRegistryremovePrefix in class AbstractDictionaryRegistryprotected void initImpl()
initImpl in class AbstractDictionaryRegistrypublic TypeDefinition getType(QName typeName)
getType in interface DictionaryRegistrygetType in class AbstractDictionaryRegistrypublic void removeImpl()
removeImpl in class AbstractDictionaryRegistryCopyright © 2005–2019 Alfresco Software. All rights reserved.