| Package | Description |
|---|---|
| org.kuali.rice.kew.notes | |
| org.kuali.rice.kew.notes.service | |
| org.kuali.rice.kew.notes.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.deepCopy(Map<Object,Object> visited) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Note.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Note.setAttachments(List<Attachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
NoteService.findAttachment(String attachmentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentService.deleteAttachedFile(Attachment attachment) |
void |
NoteService.deleteAttachment(Attachment attachment) |
File |
AttachmentService.findAttachedFile(Attachment attachment) |
File |
NoteService.findAttachmentFile(Attachment attachment) |
void |
AttachmentService.persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
NoteServiceImpl.findAttachment(String attachmentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentServiceImpl.deleteAttachedFile(Attachment attachment) |
void |
NoteServiceImpl.deleteAttachment(Attachment attachment) |
File |
AttachmentServiceImpl.findAttachedFile(Attachment attachment) |
File |
NoteServiceImpl.findAttachmentFile(Attachment attachment) |
void |
AttachmentServiceImpl.persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.