Class TaskWithAttachmentAndCommentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.task.TaskDto
org.camunda.bpm.engine.rest.dto.task.TaskWithAttachmentAndCommentDto
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionstatic TaskDtofromEntity(Task task) booleanbooleanvoidsetAttachment(boolean hasAttachment) voidsetComment(boolean hasComment) Methods inherited from class org.camunda.bpm.engine.rest.dto.task.TaskDtogetAssignee, getCamundaFormRef, getCaseDefinitionId, getCaseExecutionId, getCaseInstanceId, getCreated, getDelegationState, getDescription, getDue, getExecutionId, getFollowUp, getFormKey, getId, getLastUpdated, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getTaskDefinitionKey, getTaskState, getTenantId, isSuspended, setAssignee, setCaseInstanceId, setDelegationState, setDescription, setDue, setFollowUp, setId, setLastUpdated, setName, setOwner, setParentTaskId, setPriority, setTaskState, setTenantId, updateTask
- 
Constructor Details- 
TaskWithAttachmentAndCommentDtopublic TaskWithAttachmentAndCommentDto()
- 
TaskWithAttachmentAndCommentDto
 
- 
- 
Method Details- 
getAttachmentpublic boolean getAttachment()
- 
setAttachmentpublic void setAttachment(boolean hasAttachment) 
- 
getCommentpublic boolean getComment()
- 
setCommentpublic void setComment(boolean hasComment) 
- 
fromEntity
 
-