public class GetCommentsCommand extends Object implements INuxeoCommand
INuxeoCommand| Constructor and Description |
|---|
GetCommentsCommand(org.nuxeo.ecm.automation.client.model.Document document)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONArray |
execute(org.nuxeo.ecm.automation.client.Session nuxeoSession)
Execute the current command
|
String |
getId()
Gets the id.
|
public GetCommentsCommand(org.nuxeo.ecm.automation.client.model.Document document)
document - Nuxeo documentpublic net.sf.json.JSONArray execute(org.nuxeo.ecm.automation.client.Session nuxeoSession)
throws Exception
execute in interface INuxeoCommandnuxeoSession - the nuxeo sessionException - the exceptionpublic String getId()
getId in interface INuxeoCommandCopyright © 2019. All rights reserved.