Fixes for dynamic model management: fix delete model validation (in MT case) & fix model restore from archive

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6984 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2007-10-12 16:48:59 +00:00
parent 5d0a520f25
commit 714c7a2b14
7 changed files with 157 additions and 30 deletions

View File

@@ -172,4 +172,7 @@ public interface DictionaryDAO extends ModelQuery
* Destroy the Dictionary
*/
public void destroy();
// MT-specific
public boolean isModelInherited(QName name);
}