Uses of Class
org.alfresco.repo.dictionary.M2Model
-
Packages that use M2Model Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of M2Model in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return M2Model Modifier and Type Method Description static M2ModelM2Model. createModel(InputStream xml)Construct a model from a dictionary xml specificationstatic M2ModelM2Model. createModel(String name)Construct an empty modelstatic M2ModelM2Model. createModel(String bindingName, InputStream xml)M2ModelCompiledModel. getM2Model()Methods in org.alfresco.repo.dictionary with parameters of type M2Model Modifier and Type Method Description List<M2ModelDiff>DictionaryDAO. diffModel(M2Model model)Return diffs between input model and model in the Dictionary.List<M2ModelDiff>DictionaryDAOImpl. diffModel(M2Model model)Return diffs between input model and model in the Dictionary.List<M2ModelDiff>DictionaryDAOImpl. diffModel(M2Model model, boolean enableConstraintClassLoading)Return diffs between input model and model in the Dictionary.List<M2ModelDiff>DictionaryDAO. diffModelIgnoringConstraints(M2Model model)List<M2ModelDiff>DictionaryDAOImpl. diffModelIgnoringConstraints(M2Model model)QNameDictionaryDAO. putModel(M2Model model)Adds a model to the dictionary.QNameDictionaryDAOImpl. putModel(M2Model model)QNameDictionaryDAO. putModelIgnoringConstraints(M2Model model)Adds a model to the dictionary.QNameDictionaryDAOImpl. putModelIgnoringConstraints(M2Model model) -
Uses of M2Model in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return M2Model Modifier and Type Method Description M2ModelCustomModelService. getM2Model(NodeRef modelNodeRef)Gets custom modelMethods in org.alfresco.service.cmr.dictionary with parameters of type M2Model Modifier and Type Method Description CompiledModelCustomModelService. compileModel(M2Model m2Model)Compiles theM2Model.CustomModelDefinitionCustomModelService. createCustomModel(M2Model m2Model, boolean activate)Creates custom modelPair<String,String>CustomModelService. getModelNamespaceUriPrefix(M2Model model)Gets custom models' namespace URI and prefixCustomModelDefinitionCustomModelService. updateCustomModel(String modelFileName, M2Model m2Model, boolean activate)Updates custom model
-