mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Mergeing form EC-MC: Completed. Removed intwined aspect deletion behaviour
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5745 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -73,6 +73,15 @@ public interface MultilingualContentService
|
||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"contentNodeRef", "locale"})
|
||||
NodeRef makeTranslation(NodeRef contentNodeRef, Locale locale);
|
||||
|
||||
/**
|
||||
* Removes the node from any associated translations. If the translation is the
|
||||
* pivot translation, then the entire set of translations will be unhooked.
|
||||
*
|
||||
* @param translationNodeRef an existing <b>cm:mlDocument</b>
|
||||
*/
|
||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"translationNodeRef"})
|
||||
void unmakeTranslation(NodeRef translationNodeRef);
|
||||
|
||||
/**
|
||||
* Make a translation out of an existing document. The necessary translation structures will be created
|
||||
* as necessary.
|
||||
|
Reference in New Issue
Block a user