Package | Description |
---|---|
org.alfresco.opencmis.dictionary | |
org.alfresco.repo.dictionary | |
org.alfresco.service.cmr.dictionary |
Modifier and Type | Method and Description |
---|---|
void |
CMISDictionaryRegistryImpl.addModel(CompiledModel model) |
void |
CMISDictionaryRegistry.addModel(CompiledModel model) |
Collection<AbstractTypeDefinitionWrapper> |
CMISAbstractDictionaryService.DictionaryInitializer.createDefinitions(CMISDictionaryRegistry cmisRegistry,
CompiledModel model) |
void |
CMISAbstractDictionaryService.modelAdded(CompiledModel model,
String tenantDomain) |
void |
CMISDictionaryRegistryImpl.removeModel(CompiledModel model) |
void |
CMISDictionaryRegistry.removeModel(CompiledModel model) |
void |
CMISDictionaryRegistryImpl.updateModel(CompiledModel model) |
void |
CMISDictionaryRegistry.updateModel(CompiledModel model) |
Modifier and Type | Method and Description |
---|---|
CompiledModel |
M2Model.compile(DictionaryDAO dictionaryDAO,
NamespaceDAO namespaceDAO,
boolean enableConstraintClassLoading)
Create a compiled form of this model
|
CompiledModel |
DictionaryDAOImpl.getCompiledModel(QName modelName) |
CompiledModel |
TenantDictionaryRegistryImpl.getModel(QName name) |
CompiledModel |
DictionaryRegistry.getModel(QName name) |
CompiledModel |
AbstractDictionaryRegistry.getModel(QName modelName) |
protected CompiledModel |
AbstractDictionaryRegistry.getModelImpl(QName modelName) |
protected CompiledModel |
AbstractDictionaryRegistry.removeModelImpl(QName modelName) |
Modifier and Type | Method and Description |
---|---|
Map<QName,CompiledModel> |
TenantDictionaryRegistryImpl.getCompiledModels(boolean includeInherited) |
Map<QName,CompiledModel> |
DictionaryRegistry.getCompiledModels(boolean includeInherited) |
Map<QName,CompiledModel> |
AbstractDictionaryRegistry.getCompiledModels(boolean includeInherited) |
List<CompiledModel> |
TenantDictionaryRegistryImpl.getModelsForUri(String uri) |
List<CompiledModel> |
DictionaryRegistry.getModelsForUri(String uri) |
List<CompiledModel> |
AbstractDictionaryRegistry.getModelsForUri(String uri) |
protected List<CompiledModel> |
AbstractDictionaryRegistry.getModelsForUriImpl(String uri) |
Map<String,List<CompiledModel>> |
DictionaryRegistry.getUriToModels() |
Map<String,List<CompiledModel>> |
AbstractDictionaryRegistry.getUriToModels() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDictionaryRegistry.mapUriToModel(String uri,
CompiledModel model) |
void |
ExtendedDictionaryListener.modelAdded(CompiledModel model,
String tenant) |
QName |
DictionaryRegistry.putModel(CompiledModel model) |
QName |
AbstractDictionaryRegistry.putModel(CompiledModel model) |
QName |
TenantDictionaryRegistryImpl.putModelImpl(CompiledModel model) |
protected QName |
CoreDictionaryRegistryImpl.putModelImpl(CompiledModel model) |
protected QName |
AbstractDictionaryRegistry.putModelImpl(CompiledModel model) |
static List<ConstraintDefinition> |
CustomModelDefinitionImpl.removeInlineConstraints(CompiledModel compiledModel)
Removes the inline constraints (i.e.
|
protected void |
AbstractDictionaryRegistry.unmapUriToModel(String uri,
CompiledModel model) |
Modifier and Type | Method and Description |
---|---|
CompiledModel |
CustomModelService.compileModel(M2Model m2Model)
Compiles the
M2Model . |
Copyright © 2005–2016 Alfresco Software. All rights reserved.