mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM - custom/dynamic model support for incremental updates to title/description
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16152 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1111,6 +1111,18 @@ public class DictionaryDAOImpl implements DictionaryDAO
|
||||
/**
|
||||
* Return diffs between two compiled models.
|
||||
*
|
||||
* note:
|
||||
* - checks classes (types & aspects) for incremental updates
|
||||
* - checks properties for incremental updates, but does not include the diffs
|
||||
* - checks assocs & child assocs for incremental updates, but does not include the diffs
|
||||
* - incremental updates include changes in title/description, property default value, etc
|
||||
* - ignores changes in model definition except name (ie. title, description, author, published date, version are treated as an incremental update)
|
||||
*
|
||||
* TODO
|
||||
* - imports
|
||||
* - namespace
|
||||
* - datatypes
|
||||
* - constraints (including property constraints - references and inline)
|
||||
*
|
||||
* @param model
|
||||
* @return model diffs (if any)
|
||||
|
Reference in New Issue
Block a user