Class TaskWithAttachmentAndCommentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.task.TaskDto
org.camunda.bpm.engine.rest.dto.task.TaskWithAttachmentAndCommentDto
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskDtofromEntity(Task task) booleanbooleanvoidsetAttachment(boolean hasAttachment) voidsetComment(boolean hasComment) Methods inherited from class org.camunda.bpm.engine.rest.dto.task.TaskDto
getAssignee, 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
-
TaskWithAttachmentAndCommentDto
public TaskWithAttachmentAndCommentDto() -
TaskWithAttachmentAndCommentDto
-
-
Method Details
-
getAttachment
public boolean getAttachment() -
setAttachment
public void setAttachment(boolean hasAttachment) -
getComment
public boolean getComment() -
setComment
public void setComment(boolean hasComment) -
fromEntity
-