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 M2Model
M2Model. createModel(java.io.InputStream xml)
Construct a model from a dictionary xml specificationstatic M2Model
M2Model. createModel(java.lang.String name)
Construct an empty modelstatic M2Model
M2Model. createModel(java.lang.String bindingName, java.io.InputStream xml)
M2Model
CompiledModel. getM2Model()
Methods in org.alfresco.repo.dictionary with parameters of type M2Model Modifier and Type Method Description java.util.List<M2ModelDiff>
DictionaryDAO. diffModel(M2Model model)
Return diffs between input model and model in the Dictionary.java.util.List<M2ModelDiff>
DictionaryDAOImpl. diffModel(M2Model model)
Return diffs between input model and model in the Dictionary.java.util.List<M2ModelDiff>
DictionaryDAOImpl. diffModel(M2Model model, boolean enableConstraintClassLoading)
Return diffs between input model and model in the Dictionary.java.util.List<M2ModelDiff>
DictionaryDAO. diffModelIgnoringConstraints(M2Model model)
java.util.List<M2ModelDiff>
DictionaryDAOImpl. diffModelIgnoringConstraints(M2Model model)
QName
DictionaryDAO. putModel(M2Model model)
Adds a model to the dictionary.QName
DictionaryDAOImpl. putModel(M2Model model)
QName
DictionaryDAO. putModelIgnoringConstraints(M2Model model)
Adds a model to the dictionary.QName
DictionaryDAOImpl. putModelIgnoringConstraints(M2Model model)
-
Uses of M2Model in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary with parameters of type M2Model Modifier and Type Method Description CompiledModel
CustomModelService. compileModel(M2Model m2Model)
Compiles theM2Model
.CustomModelDefinition
CustomModelService. createCustomModel(M2Model m2Model, boolean activate)
Creates custom modelCustomModelDefinition
CustomModelService. updateCustomModel(java.lang.String modelFileName, M2Model m2Model, boolean activate)
Updates custom model
-