org.camunda.bpm.engine.rest.dto.task
Class AttachmentDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.LinkableDto
      extended by org.camunda.bpm.engine.rest.dto.task.AttachmentDto

public class AttachmentDto
extends LinkableDto


Field Summary
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
links
 
Constructor Summary
AttachmentDto()
           
 
Method Summary
static AttachmentDto fromAttachment(Attachment attachment)
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getTaskId()
           
 String getType()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 void setTaskId(String taskId)
           
 void setType(String type)
           
 void setUrl(String url)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.LinkableDto
addLink, addReflexiveLink, generateLink, getLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentDto

public AttachmentDto()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getTaskId

public String getTaskId()

setTaskId

public void setTaskId(String taskId)

getType

public String getType()

setType

public void setType(String type)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

fromAttachment

public static AttachmentDto fromAttachment(Attachment attachment)


Copyright © 2016 camunda services GmbH. All rights reserved.