Interface AttachmentEntity

    • Method Detail

      • setType

        void setType​(String type)
        Deprecated.
      • setTaskId

        void setTaskId​(String taskId)
        Deprecated.
      • setProcessInstanceId

        void setProcessInstanceId​(String processInstanceId)
        Deprecated.
      • setUrl

        void setUrl​(String url)
        Deprecated.
      • setContentId

        void setContentId​(String contentId)
        Deprecated.
      • setUserId

        void setUserId​(String userId)
        Deprecated.
      • getUserId

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

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

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