@Component @Scope(value="prototype") public class AddAttachedImageCommand extends Object implements fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand
INuxeoCommand| Constructor and Description |
|---|
AddAttachedImageCommand()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) |
String |
getId() |
void |
setContentType(String contentType) |
void |
setFileName(String fileName) |
void |
setPath(String path) |
void |
setTemporaryFile(File temporaryFile) |
public Object 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.INuxeoCommandpublic void setPath(String path)
public void setTemporaryFile(File temporaryFile)
public void setFileName(String fileName)
public void setContentType(String contentType)
Copyright © 2021 OSIVIA. All rights reserved.