Class TaskWithAttachmentAndCommentDto
java.lang.Object
org.eximeebpms.bpm.engine.rest.dto.task.TaskDto
org.eximeebpms.bpm.engine.rest.dto.task.TaskWithVariablesDto
org.eximeebpms.bpm.engine.rest.dto.task.TaskWithAttachmentAndCommentDto
-
Constructor Summary
ConstructorsConstructorDescriptionTaskWithAttachmentAndCommentDto(Task task, Map<String, VariableValueDto> variables) -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskDtofromEntity(Task task) static TaskDtofromEntity(Task task, Map<String, VariableValueDto> variables) booleanbooleanvoidsetAttachment(boolean hasAttachment) voidsetComment(boolean hasComment) Methods inherited from class org.eximeebpms.bpm.engine.rest.dto.task.TaskDto
updateTask
-
Constructor Details
-
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
-
fromEntity
-