|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ByteArrayDataSource | |
| com.jcorporate.expresso.core.misc | Miscellaneous objects for file manipulation, running OS processes, etc |
| com.jcorporate.expresso.core.security | This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security. |
| Uses of ByteArrayDataSource in com.jcorporate.expresso.core.misc |
| Fields in com.jcorporate.expresso.core.misc declared as ByteArrayDataSource | |
ByteArrayDataSource[] |
EventQueueEntry.attachments
The array collection of virtual byte array data source (attachments) |
| Methods in com.jcorporate.expresso.core.misc that return ByteArrayDataSource | |
ByteArrayDataSource[] |
EventQueueEntry.getAttachments()
Gets the Attachments |
| Methods in com.jcorporate.expresso.core.misc with parameters of type ByteArrayDataSource | |
static void |
EventHandler.notify(String dbName,
int uid,
String subject,
String message,
ByteArrayDataSource[] attachments)
Send a user a notification via e-mail with virtual data source attachments. |
void |
EventQueueEntry.setAttachments(ByteArrayDataSource[] attachments)
Sets the Attachments |
void |
EMailSender.addDataSourceAttachment(ByteArrayDataSource dataSource)
This method adds an attachment to the email to be sent. |
| Uses of ByteArrayDataSource in com.jcorporate.expresso.core.security |
| Methods in com.jcorporate.expresso.core.security with parameters of type ByteArrayDataSource | |
void |
User.notify(String subject,
String message,
boolean htmlFormat,
ByteArrayDataSource[] attachments)
Notify the user with the optional parameter of using html format with virtual raw data attachments. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||