org.camunda.bpm.engine.impl.cmd
Class CreateAttachmentCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
- All Implemented Interfaces:
- Command<Attachment>
public class CreateAttachmentCmd
- extends Object
- implements Command<Attachment>
- Author:
- Tom Baeyens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskId
protected String taskId
attachmentType
protected String attachmentType
processInstanceId
protected String processInstanceId
attachmentName
protected String attachmentName
attachmentDescription
protected String attachmentDescription
content
protected InputStream content
url
protected String url
CreateAttachmentCmd
public CreateAttachmentCmd(String attachmentType,
String taskId,
String processInstanceId,
String attachmentName,
String attachmentDescription,
InputStream content,
String url)
execute
public Attachment execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Attachment>
Copyright © 2014 camunda services GmbH. All Rights Reserved.