mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- Action web service implementation
- Simple Ruby web service examples - Outstanding work around persiatancy of models in the repository git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2094 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -79,4 +79,12 @@ public interface DictionaryDAO extends ModelQuery
|
||||
*/
|
||||
public void putModel(M2Model model);
|
||||
|
||||
/**
|
||||
* Removes a model from the dictionary. The types and aspect in the model will no longer be
|
||||
* available.
|
||||
*
|
||||
* @param model the qname of the model to remove
|
||||
*/
|
||||
public void removeModel(QName model);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user