Package | Description |
---|---|
org.activiti.rest.service.api | |
org.activiti.rest.service.api.runtime.task |
Modifier and Type | Method and Description |
---|---|
AttachmentResponse |
RestResponseFactory.createAttachmentResponse(org.activiti.engine.task.Attachment attachment) |
AttachmentResponse |
RestResponseFactory.createAttachmentResponse(org.activiti.engine.task.Attachment attachment,
RestUrlBuilder urlBuilder) |
Modifier and Type | Method and Description |
---|---|
AttachmentResponse |
TaskAttachmentCollectionResource.createAttachment(String taskId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected AttachmentResponse |
TaskAttachmentCollectionResource.createBinaryAttachment(org.springframework.web.multipart.MultipartHttpServletRequest request,
org.activiti.engine.task.Task task,
javax.servlet.http.HttpServletResponse response) |
protected AttachmentResponse |
TaskAttachmentCollectionResource.createSimpleAttachment(AttachmentRequest attachmentRequest,
org.activiti.engine.task.Task task) |
AttachmentResponse |
TaskAttachmentResource.getAttachment(String taskId,
String attachmentId,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentResponse> |
TaskAttachmentCollectionResource.getAttachments(String taskId,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2016 Alfresco. All rights reserved.