Package | Description |
---|---|
com.llwork.external | |
com.llwork.external.appointment | |
com.llwork.external.task |
Modifier and Type | Class and Description |
---|---|
class |
Recipient
Implementation of LLwork of the interface IRecipient.
|
Modifier and Type | Method and Description |
---|---|
IRecipient[] |
IAppointmentData.getRecipients()
Returns the participants of the appointment/meeting
|
IRecipient[] |
AppointmentData.getRecipients() |
Modifier and Type | Method and Description |
---|---|
void |
IAppointmentData.addRecipient(IRecipient recipient)
Add a participant of the appointment/meeting
|
void |
AppointmentData.addRecipient(IRecipient recipient) |
Modifier and Type | Method and Description |
---|---|
IRecipient[] |
TaskData.getRecipients() |
IRecipient[] |
ITaskData.getRecipients()
Returns all the receivers of the task
|
Modifier and Type | Method and Description |
---|---|
void |
TaskData.addRecipient(IRecipient recipient) |