public interface KcAttachment
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns the data of this attachment
|
String |
getIconPath()
Return the image file path based on mime type or other criteria.
|
String |
getName()
Returns file name of the attached file.
|
String |
getType()
Returns the mime type of the attachment.
|
String getName()
String getType()
byte[] getData()
String getIconPath()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.