Class TaskWithAttachmentAndCommentDto


public class TaskWithAttachmentAndCommentDto extends TaskWithVariablesDto
  • Constructor Details

    • TaskWithAttachmentAndCommentDto

      public TaskWithAttachmentAndCommentDto()
    • TaskWithAttachmentAndCommentDto

      public TaskWithAttachmentAndCommentDto(Task task, Map<String,VariableValueDto> variables)
    • TaskWithAttachmentAndCommentDto

      public TaskWithAttachmentAndCommentDto(Task task)
  • Method Details

    • getAttachment

      public boolean getAttachment()
    • setAttachment

      public void setAttachment(boolean hasAttachment)
    • getComment

      public boolean getComment()
    • setComment

      public void setComment(boolean hasComment)
    • fromEntity

      public static TaskDto fromEntity(Task task, Map<String,VariableValueDto> variables)
    • fromEntity

      public static TaskDto fromEntity(Task task)