Class AttachmentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.task.AttachmentDto
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttachmentDto
fromAttachment
(Attachment attachment) getId()
getName()
getType()
getUrl()
void
setCreateTime
(Date createTime) void
setDescription
(String description) void
void
void
setRemovalTime
(Date removalTime) void
setRootProcessInstanceId
(String rootProcessInstanceId) void
void
void
Methods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
-
Constructor Details
-
AttachmentDto
public AttachmentDto()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getTaskId
-
setTaskId
-
getType
-
setType
-
getUrl
-
setUrl
-
getCreateTime
-
setCreateTime
-
getRemovalTime
-
setRemovalTime
-
getRootProcessInstanceId
-
setRootProcessInstanceId
-
fromAttachment
-