public class DeleteAttachmentCommand extends ExecutableCommandWrapper implements ExecutableCommand
Deletes an Attachment
of an Item
that exists in the Integrity database.
Usage:
new DeleteAttachmentCommand(myAttachment).execute();
Constructor and Description |
---|
DeleteAttachmentCommand(Attachment attachment)
Instantiates a command to delete an attachment from the database.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public DeleteAttachmentCommand(Attachment attachment)
attachment
- the logical attachment to delete.