Uses of Class
org.camunda.community.rest.client.dto.AttachmentDto
Packages that use AttachmentDto
-
Uses of AttachmentDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return AttachmentDtoModifier and TypeMethodDescriptionTaskAttachmentApi.addAttachment(String id, String attachmentName, String attachmentDescription, String attachmentType, String url, File content) Create Creates an attachment for a task.TaskAttachmentApi.addAttachment(String id, String attachmentName, String attachmentDescription, String attachmentType, String url, File content, Map<String, String> additionalHeaders) Create Creates an attachment for a task.TaskAttachmentApi.getAttachment(String id, String attachmentId) Get Retrieves a task attachment by task id and attachment id.TaskAttachmentApi.getAttachment(String id, String attachmentId, Map<String, String> additionalHeaders) Get Retrieves a task attachment by task id and attachment id.Methods in org.camunda.community.rest.client.api that return types with arguments of type AttachmentDtoModifier and TypeMethodDescriptionTaskAttachmentApi.getAttachments(String id) Get List Gets the attachments for a task.TaskAttachmentApi.getAttachments(String id, Map<String, String> additionalHeaders) Get List Gets the attachments for a task. -
Uses of AttachmentDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return AttachmentDtoModifier and TypeMethodDescriptionAttachmentDto.addLinksItem(AtomLink linksItem) AttachmentDto.createTime(OffsetDateTime createTime) AttachmentDto.description(String description) AttachmentDto.removalTime(OffsetDateTime removalTime) AttachmentDto.rootProcessInstanceId(String rootProcessInstanceId)