| org.sakaiproject.event.api.NotificationEdit
NotificationEdit | public interface NotificationEdit extends Notification,Edit(Code) | |
NotificationEdit is a mutable Notification.
|
addFunction | void addFunction(String function)(Code) | | Add another Event function.
Parameters: event - Another Event function to watch for. |
notify | void notify(Event event)(Code) | | Do the notification.
Parameters: event - The event that matched criteria to cause the notification. |
setAction | void setAction(NotificationAction action)(Code) | | Set the action helper that handles the notify() action.
Parameters: action - The action helper that handles the notify() action. |
setFunction | void setFunction(String function)(Code) | | Set the Event function, clearing any that have already been set.
Parameters: event - The Event function to watch for. |
setResourceFilter | void setResourceFilter(String filter)(Code) | | Set the resource reference filter.
Parameters: filter - The resource reference filter. |
|
|