public class MoveDocumentCommand extends Object implements fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand
INuxeoCommand| Constructor and Description |
|---|
MoveDocumentCommand(List<String> sourceIds,
String targetId)
Constructor.
|
MoveDocumentCommand(String sourceId,
String targetId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.automation.client.model.Documents |
execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) |
String |
getId() |
public MoveDocumentCommand(List<String> sourceIds, String targetId)
sourceIds - source documents identifierstargetId - target parent document identifierpublic org.nuxeo.ecm.automation.client.model.Documents execute(org.nuxeo.ecm.automation.client.Session nuxeoSession)
throws Exception
execute in interface fr.toutatice.portail.cms.nuxeo.api.INuxeoCommandExceptionpublic String getId()
getId in interface fr.toutatice.portail.cms.nuxeo.api.INuxeoCommandCopyright © 2020. All rights reserved.