Uses of Class
org.alfresco.repo.dictionary.M2ModelDiff
-
Packages that use M2ModelDiff Package Description org.alfresco.repo.dictionary -
-
Uses of M2ModelDiff in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return types with arguments of type M2ModelDiff 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)
-