Module search_query_notify

Notifications for 'query' resources when items are added to them.

Copyright © 2009-2010 Arjan Scherpenisse Date: 2009-04-12

Authors: Arjan Scherpenisse (arjan@scherpenisse.net).

Description

Notifications for 'query' resources when items are added to them.

Function Index

check_rsc/3Check whether the given resource matches to the queries.
init/1
send_notifications/3
watches_remove/3
watches_update/3

Function Details

check_rsc/3

check_rsc(Id, Watches, Context) -> list()

Check whether the given resource matches to the queries. Returns list of matching query resource ids.

init/1

init(Context) -> any()

send_notifications/3

send_notifications(Id, Rest, Context) -> any()

watches_remove/3

watches_remove(Id, Watches, Context) -> any()

watches_update/3

watches_update(Id, Watches, Context) -> any()


Generated by EDoc