Interface AttachmentEntity

All Superinterfaces:
Attachment, Entity, HasRevision
All Known Implementing Classes:
AttachmentEntityImpl

public interface AttachmentEntity extends Attachment, Entity, HasRevision
Author:
Joram Barrez
  • Method Details

    • setType

      void setType(String type)
    • setTaskId

      void setTaskId(String taskId)
    • setProcessInstanceId

      void setProcessInstanceId(String processInstanceId)
    • setUrl

      void setUrl(String url)
    • setContentId

      void setContentId(String contentId)
    • getContent

      ByteArrayEntity getContent()
    • setContent

      void setContent(ByteArrayEntity content)
    • setUserId

      void setUserId(String userId)
    • getUserId

      String getUserId()
      Description copied from interface: Attachment
      reference to the user who created this attachment.
      Specified by:
      getUserId in interface Attachment
    • getTime

      Date getTime()
      Description copied from interface: Attachment
      timestamp when this attachment was created
      Specified by:
      getTime in interface Attachment
    • setTime

      void setTime(Date time)
      Description copied from interface: Attachment
      timestamp when this attachment was created
      Specified by:
      setTime in interface Attachment