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
  • Field Details

    • 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
    • processInstance

      protected ExecutionEntity processInstance
  • Constructor Details

  • Method Details