Class JaxbAttachment

    • Constructor Detail

      • JaxbAttachment

        public JaxbAttachment()
      • JaxbAttachment

        public JaxbAttachment​(org.kie.api.task.model.Attachment attachment)
    • Method Detail

      • getId

        public Long getId()
        Specified by:
        getId in interface org.kie.api.task.model.Attachment
      • getName

        public String getName()
        Specified by:
        getName in interface org.kie.api.task.model.Attachment
      • getContentType

        public String getContentType()
        Specified by:
        getContentType in interface org.kie.api.task.model.Attachment
      • getAttachedAt

        public Date getAttachedAt()
        Specified by:
        getAttachedAt in interface org.kie.api.task.model.Attachment
      • getAttachedBy

        public org.kie.api.task.model.User getAttachedBy()
        Specified by:
        getAttachedBy in interface org.kie.api.task.model.Attachment
      • getAttachedById

        public String getAttachedById()
      • getSize

        public int getSize()
        Specified by:
        getSize in interface org.kie.api.task.model.Attachment
      • getAttachmentContentId

        public long getAttachmentContentId()
        Specified by:
        getAttachmentContentId in interface org.kie.api.task.model.Attachment