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 TypeMethodDescriptionvoidCMISDictionaryRegistry.addModel(CompiledModel model) voidCMISDictionaryRegistryImpl.addModel(CompiledModel model) CMISAbstractDictionaryService.DictionaryInitializer.createDefinitions(CMISDictionaryRegistry cmisRegistry, CompiledModel model) voidCMISAbstractDictionaryService.modelAdded(CompiledModel model, String tenantDomain) voidCMISDictionaryRegistry.removeModel(CompiledModel model) voidCMISDictionaryRegistryImpl.removeModel(CompiledModel model) voidCMISDictionaryRegistry.updateModel(CompiledModel model) voidCMISDictionaryRegistryImpl.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 CompiledModelAbstractDictionaryRegistry.getModelImpl(QName modelName) protected CompiledModelAbstractDictionaryRegistry.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 voidAbstractDictionaryRegistry.mapUriToModel(String uri, CompiledModel model) voidExtendedDictionaryListener.modelAdded(CompiledModel model, String tenant) AbstractDictionaryRegistry.putModel(CompiledModel model) DictionaryRegistry.putModel(CompiledModel model) protected QNameAbstractDictionaryRegistry.putModelImpl(CompiledModel model) protected QNameCoreDictionaryRegistryImpl.putModelImpl(CompiledModel model) TenantDictionaryRegistryImpl.putModelImpl(CompiledModel model) static List<ConstraintDefinition>CustomModelDefinitionImpl.removeInlineConstraints(CompiledModel compiledModel) Removes the inline constraints (i.e. defined within the property) from all constraints.protected voidAbstractDictionaryRegistry.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.