mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Further ML implementation: createEdition
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4744 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -75,9 +75,8 @@ public interface MultilingualContentService
|
||||
*
|
||||
* @param mlContainerNodeRef An existing <b>cm:mlContainer</b>
|
||||
* @param translationNodeRef The specific <b>cm:mlDocument</b> to use as the starting point
|
||||
* of the new edition.
|
||||
* @return Returns the <b>cm:mlContainer</b>
|
||||
* of the new edition. All other translations will be removed.
|
||||
*/
|
||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"mlContainerNodeRef", "translationNodeRef"})
|
||||
NodeRef createEdition(NodeRef mlContainerNodeRef, NodeRef translationNodeRef);
|
||||
void createEdition(NodeRef mlContainerNodeRef, NodeRef translationNodeRef);
|
||||
}
|
||||
|
Reference in New Issue
Block a user