Class DeleteAttachmentCmd

java.lang.Object
org.flowable.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
  • Constructor Details

    • DeleteAttachmentCmd

      public DeleteAttachmentCmd(String attachmentId)
  • Method Details