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:
Derek Hulley
2007-01-05 18:02:22 +00:00
parent 2747df2afa
commit 8973f5f01b
4 changed files with 104 additions and 11 deletions

View File

@@ -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);
}