public interface InquiryReceiver extends OsidReceiver
The inquiry receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Inquiry
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedInquiries(Id notificationId,
IdList inquiryIds)
The callback for notification of updated inquiries.
|
void |
deletedInquiries(Id notificationId,
IdList inquiryIds)
The callback for notification of deleted inquiries.
|
void |
newInquiries(Id notificationId,
IdList inquiryIds)
The callback for notifications of new inquiries.
|
down, upvoid newInquiries(Id notificationId, IdList inquiryIds)
notificationId - the notification IdinquiryIds - the Ids of the new Inquiries
mandatory - This method must be implemented. void changedInquiries(Id notificationId, IdList inquiryIds)
notificationId - the notification IdinquiryIds - the Ids of the updated
Inquiries mandatory - This method must be implemented.