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 voidCMISDictionaryRegistry. addModel(CompiledModel model)voidCMISDictionaryRegistryImpl. addModel(CompiledModel model)Collection<AbstractTypeDefinitionWrapper>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 CompiledModel Modifier and Type Method Description CompiledModelM2Model. compile(DictionaryDAO dictionaryDAO, NamespaceDAO namespaceDAO, boolean enableConstraintClassLoading)Create a compiled form of this modelCompiledModelDictionaryDAOImpl. getCompiledModel(QName modelName)CompiledModelAbstractDictionaryRegistry. getModel(QName modelName)CompiledModelDictionaryRegistry. getModel(QName name)CompiledModelTenantDictionaryRegistryImpl. getModel(QName name)protected CompiledModelAbstractDictionaryRegistry. getModelImpl(QName modelName)protected CompiledModelAbstractDictionaryRegistry. removeModelImpl(QName modelName)Methods in org.alfresco.repo.dictionary that return types with arguments of type CompiledModel Modifier and Type Method Description Map<QName,CompiledModel>AbstractDictionaryRegistry. getCompiledModels(boolean includeInherited)Map<QName,CompiledModel>DictionaryRegistry. getCompiledModels(boolean includeInherited)Map<QName,CompiledModel>TenantDictionaryRegistryImpl. getCompiledModels(boolean includeInherited)List<CompiledModel>AbstractDictionaryRegistry. getModelsForUri(String uri)List<CompiledModel>DictionaryRegistry. getModelsForUri(String uri)List<CompiledModel>TenantDictionaryRegistryImpl. getModelsForUri(String uri)protected List<CompiledModel>AbstractDictionaryRegistry. getModelsForUriImpl(String uri)Map<String,List<CompiledModel>>AbstractDictionaryRegistry. getUriToModels()Map<String,List<CompiledModel>>DictionaryRegistry. getUriToModels()Methods in org.alfresco.repo.dictionary with parameters of type CompiledModel Modifier and Type Method Description protected voidAbstractDictionaryRegistry. mapUriToModel(String uri, CompiledModel model)voidExtendedDictionaryListener. modelAdded(CompiledModel model, String tenant)QNameAbstractDictionaryRegistry. putModel(CompiledModel model)QNameDictionaryRegistry. putModel(CompiledModel model)protected QNameAbstractDictionaryRegistry. putModelImpl(CompiledModel model)protected QNameCoreDictionaryRegistryImpl. putModelImpl(CompiledModel model)QNameTenantDictionaryRegistryImpl. putModelImpl(CompiledModel model)static List<ConstraintDefinition>CustomModelDefinitionImpl. removeInlineConstraints(CompiledModel compiledModel)Removes the inline constraints (i.e.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 CompiledModel Modifier and Type Method Description CompiledModelCustomModelService. compileModel(M2Model m2Model)Compiles theM2Model.
-