Uses of Class
org.alfresco.repo.dictionary.M2Model
Packages that use M2Model
-
Uses of M2Model in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return M2ModelModifier and TypeMethodDescriptionstatic M2Model
M2Model.createModel
(InputStream xml) Construct a model from a dictionary xml specificationstatic M2Model
M2Model.createModel
(String name) Construct an empty modelstatic M2Model
M2Model.createModel
(String bindingName, InputStream xml) CompiledModel.getM2Model()
Methods in org.alfresco.repo.dictionary with parameters of type M2ModelModifier and TypeMethodDescriptionReturn diffs between input model and model in the Dictionary.Return diffs between input model and model in the Dictionary.Return diffs between input model and model in the Dictionary.DictionaryDAO.diffModelIgnoringConstraints
(M2Model model) DictionaryDAOImpl.diffModelIgnoringConstraints
(M2Model model) Adds a model to the dictionary.DictionaryDAO.putModelIgnoringConstraints
(M2Model model) Adds a model to the dictionary.DictionaryDAOImpl.putModelIgnoringConstraints
(M2Model model) -
Uses of M2Model in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return M2ModelModifier and TypeMethodDescriptionCustomModelService.getM2Model
(NodeRef modelNodeRef) Gets custom modelMethods in org.alfresco.service.cmr.dictionary with parameters of type M2ModelModifier and TypeMethodDescriptionCustomModelService.compileModel
(M2Model m2Model) Compiles theM2Model
.CustomModelService.createCustomModel
(M2Model m2Model, boolean activate) Creates custom modelCustomModelService.getModelNamespaceUriPrefix
(M2Model model) Gets custom models' namespace URI and prefixCustomModelService.updateCustomModel
(String modelFileName, M2Model m2Model, boolean activate) Updates custom model