Class SaveAttachmentCmd

  • All Implemented Interfaces:
    java.io.Serializable, Command<java.lang.Object>

    public class SaveAttachmentCmd
    extends java.lang.Object
    implements Command<java.lang.Object>, java.io.Serializable
    Author:
    Tom Baeyens
    See Also:
    Serialized Form
    • Constructor Detail

      • SaveAttachmentCmd

        public SaveAttachmentCmd​(Attachment attachment)
    • Method Detail

      • execute

        public java.lang.Object execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<java.lang.Object>