Uses of Class
org.alfresco.repo.dictionary.CompiledModel
-
Packages that use CompiledModel Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of CompiledModel in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary with parameters of type CompiledModel Modifier and Type Method Description void
CMISDictionaryRegistry. addModel(CompiledModel model)
void
CMISDictionaryRegistryImpl. addModel(CompiledModel model)
java.util.Collection<AbstractTypeDefinitionWrapper>
CMISAbstractDictionaryService.DictionaryInitializer. createDefinitions(CMISDictionaryRegistry cmisRegistry, CompiledModel model)
void
CMISAbstractDictionaryService. modelAdded(CompiledModel model, java.lang.String tenantDomain)
void
CMISDictionaryRegistry. removeModel(CompiledModel model)
void
CMISDictionaryRegistryImpl. removeModel(CompiledModel model)
void
CMISDictionaryRegistry. updateModel(CompiledModel model)
void
CMISDictionaryRegistryImpl. updateModel(CompiledModel model)
-
Uses of CompiledModel in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return CompiledModel Modifier and Type Method Description CompiledModel
M2Model. compile(DictionaryDAO dictionaryDAO, NamespaceDAO namespaceDAO, boolean enableConstraintClassLoading)
Create a compiled form of this modelCompiledModel
DictionaryDAOImpl. getCompiledModel(QName modelName)
CompiledModel
AbstractDictionaryRegistry. getModel(QName modelName)
CompiledModel
DictionaryRegistry. getModel(QName name)
CompiledModel
TenantDictionaryRegistryImpl. getModel(QName name)
protected CompiledModel
AbstractDictionaryRegistry. getModelImpl(QName modelName)
protected CompiledModel
AbstractDictionaryRegistry. removeModelImpl(QName modelName)
Methods in org.alfresco.repo.dictionary that return types with arguments of type CompiledModel Modifier and Type Method Description java.util.Map<QName,CompiledModel>
AbstractDictionaryRegistry. getCompiledModels(boolean includeInherited)
java.util.Map<QName,CompiledModel>
DictionaryRegistry. getCompiledModels(boolean includeInherited)
java.util.Map<QName,CompiledModel>
TenantDictionaryRegistryImpl. getCompiledModels(boolean includeInherited)
java.util.List<CompiledModel>
AbstractDictionaryRegistry. getModelsForUri(java.lang.String uri)
java.util.List<CompiledModel>
DictionaryRegistry. getModelsForUri(java.lang.String uri)
java.util.List<CompiledModel>
TenantDictionaryRegistryImpl. getModelsForUri(java.lang.String uri)
protected java.util.List<CompiledModel>
AbstractDictionaryRegistry. getModelsForUriImpl(java.lang.String uri)
java.util.Map<java.lang.String,java.util.List<CompiledModel>>
AbstractDictionaryRegistry. getUriToModels()
java.util.Map<java.lang.String,java.util.List<CompiledModel>>
DictionaryRegistry. getUriToModels()
Methods in org.alfresco.repo.dictionary with parameters of type CompiledModel Modifier and Type Method Description protected void
AbstractDictionaryRegistry. mapUriToModel(java.lang.String uri, CompiledModel model)
void
ExtendedDictionaryListener. modelAdded(CompiledModel model, java.lang.String tenant)
QName
AbstractDictionaryRegistry. putModel(CompiledModel model)
QName
DictionaryRegistry. putModel(CompiledModel model)
protected QName
AbstractDictionaryRegistry. putModelImpl(CompiledModel model)
protected QName
CoreDictionaryRegistryImpl. putModelImpl(CompiledModel model)
QName
TenantDictionaryRegistryImpl. putModelImpl(CompiledModel model)
static java.util.List<ConstraintDefinition>
CustomModelDefinitionImpl. removeInlineConstraints(CompiledModel compiledModel)
Removes the inline constraints (i.e.protected void
AbstractDictionaryRegistry. unmapUriToModel(java.lang.String uri, CompiledModel model)
-
Uses of CompiledModel in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return CompiledModel Modifier and Type Method Description CompiledModel
CustomModelService. compileModel(M2Model m2Model)
Compiles theM2Model
.
-