Class TaskWithAttachmentAndCommentDto


public class TaskWithAttachmentAndCommentDto extends TaskWithVariablesDto
  • Constructor Details

    • TaskWithAttachmentAndCommentDto

      public TaskWithAttachmentAndCommentDto()
    • TaskWithAttachmentAndCommentDto

      public TaskWithAttachmentAndCommentDto(org.camunda.bpm.engine.task.Task task, Map<String,VariableValueDto> variables)
    • TaskWithAttachmentAndCommentDto

      public TaskWithAttachmentAndCommentDto(org.camunda.bpm.engine.task.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(org.camunda.bpm.engine.task.Task task, Map<String,VariableValueDto> variables)
    • fromEntity

      public static TaskDto fromEntity(org.camunda.bpm.engine.task.Task task)