Uses of Class
org.alfresco.repo.dictionary.CompiledModel
Packages that use CompiledModel
Package
Description
-
Uses of CompiledModel in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary with parameters of type CompiledModelModifier and TypeMethodDescriptionvoid
CMISDictionaryRegistry.addModel
(CompiledModel model) void
CMISDictionaryRegistryImpl.addModel
(CompiledModel model) CMISAbstractDictionaryService.DictionaryInitializer.createDefinitions
(CMISDictionaryRegistry cmisRegistry, CompiledModel model) void
CMISAbstractDictionaryService.modelAdded
(CompiledModel model, 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 CompiledModelModifier and TypeMethodDescriptionM2Model.compile
(DictionaryDAO dictionaryDAO, NamespaceDAO namespaceDAO, boolean enableConstraintClassLoading) Create a compiled form of this modelDictionaryDAOImpl.getCompiledModel
(QName modelName) 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 CompiledModelModifier and TypeMethodDescriptionAbstractDictionaryRegistry.getCompiledModels
(boolean includeInherited) DictionaryRegistry.getCompiledModels
(boolean includeInherited) TenantDictionaryRegistryImpl.getCompiledModels
(boolean includeInherited) AbstractDictionaryRegistry.getModelsForUri
(String uri) DictionaryRegistry.getModelsForUri
(String uri) TenantDictionaryRegistryImpl.getModelsForUri
(String uri) protected List<CompiledModel>
AbstractDictionaryRegistry.getModelsForUriImpl
(String uri) AbstractDictionaryRegistry.getUriToModels()
DictionaryRegistry.getUriToModels()
Methods in org.alfresco.repo.dictionary with parameters of type CompiledModelModifier and TypeMethodDescriptionprotected void
AbstractDictionaryRegistry.mapUriToModel
(String uri, CompiledModel model) void
ExtendedDictionaryListener.modelAdded
(CompiledModel model, String tenant) AbstractDictionaryRegistry.putModel
(CompiledModel model) DictionaryRegistry.putModel
(CompiledModel model) protected QName
AbstractDictionaryRegistry.putModelImpl
(CompiledModel model) protected QName
CoreDictionaryRegistryImpl.putModelImpl
(CompiledModel model) TenantDictionaryRegistryImpl.putModelImpl
(CompiledModel model) static List<ConstraintDefinition>
CustomModelDefinitionImpl.removeInlineConstraints
(CompiledModel compiledModel) Removes the inline constraints (i.e.protected void
AbstractDictionaryRegistry.unmapUriToModel
(String uri, CompiledModel model) -
Uses of CompiledModel in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return CompiledModelModifier and TypeMethodDescriptionCustomModelService.compileModel
(M2Model m2Model) Compiles theM2Model
.