@Component @Scope(value="prototype") public class CreateDocumentCommand extends AbstractDocumentCommand
AbstractDocumentCommand| Constructor and Description |
|---|
CreateDocumentCommand(String parentPath,
String type,
org.nuxeo.ecm.automation.client.model.PropertyMap properties,
Map<String,org.nuxeo.ecm.automation.client.model.Blob> binaries)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.nuxeo.ecm.automation.client.Session session) |
getId, getPropertiespublic CreateDocumentCommand(String parentPath, String type, org.nuxeo.ecm.automation.client.model.PropertyMap properties, Map<String,org.nuxeo.ecm.automation.client.model.Blob> binaries)
parentPath - parent document pathtype - document typeproperties - document propertiesbinaries - document binariesCopyright © 2020 OSIVIA. All rights reserved.