Method Summary |
|
void | newActivityEvent(Bossa bossa, String notificationId, Activity act) Creates an activity related event and puts it in the queue. |
void | newCaseEvent(Bossa bossa, String notificationId, Case caze) Creates a case related event and puts it in the queue. |
void | newCaseTypeEvent(Bossa bossa, String notificationId, CaseType caseType) Creates a case type related event and puts it in the queue. |
void | newPlaceEvent(Bossa bossa, String notificationId, Case caze, Place place, int amount) Creates a place related event and puts it in the queue. |
void | newWorkItemEvent(Bossa bossa, String notificationId, WorkItem wi, Resource resource) Creates a work item related event and puts it in the queue. |