Interface MutableAttachment

All Superinterfaces:
Attachment, Serializable
All Known Implementing Classes:
AttachmentImpl

public interface MutableAttachment extends Attachment
  • Method Details

    • setId

      void setId(String id)
    • setRequired

      void setRequired(boolean required)
    • setCanBeRemovedByAttachmentManager

      void setCanBeRemovedByAttachmentManager(boolean canBeRemoved)
    • setName

      void setName(String name)
    • setDescription

      void setDescription(String description)
    • setTag

      void setTag(String tag)
    • addAllowedMimeTypes

      void addAllowedMimeTypes(String mimeType)
    • removeAllowedMimeTypes

      void removeAllowedMimeTypes(String mimeType)
    • setAllowedMimeTypes

      void setAllowedMimeTypes(Collection<String> mimeTypes)