Class DeleteAttachmentCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteAttachmentCmd
All Implemented Interfaces:
Serializable, Command<Object>

public class DeleteAttachmentCmd extends Object implements Command<Object>, Serializable
Author:
Tom Baeyens, Joram Barrez
See Also:
  • Field Details

    • attachmentId

      protected String attachmentId
    • taskId

      protected String taskId
  • Constructor Details

    • DeleteAttachmentCmd

      public DeleteAttachmentCmd(String attachmentId)
    • DeleteAttachmentCmd

      public DeleteAttachmentCmd(String taskId, String attachmentId)
  • Method Details