Class TaskWithAttachmentAndCommentDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.task.TaskDto
org.camunda.bpm.engine.rest.dto.task.TaskWithAttachmentAndCommentDto

public class TaskWithAttachmentAndCommentDto extends TaskDto
  • Constructor Details

    • TaskWithAttachmentAndCommentDto

      public TaskWithAttachmentAndCommentDto()
    • 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)