|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
add(cls,
env,
subscription)
id and priority overwritten. |
source code
|
|
|
|
| delete(cls,
env,
rule_id,
sid=None,
authenticated=None) |
source code
|
|
|
|
| move(cls,
env,
rule_id,
priority,
sid=None,
authenticated=None) |
source code
|
|
|
|
| replace_all(cls,
env,
sid,
authenticated,
subscriptions) |
source code
|
|
|
|
| update_format_by_distributor_and_sid(cls,
env,
distributor,
sid,
authenticated,
format) |
source code
|
|
|
|
| find_by_sid_and_distributor(cls,
env,
sid,
authenticated,
distributor) |
source code
|
|
|
|
find_by_sids_and_class(cls,
env,
uids,
class_)
uids should be a collection to tuples (sid, auth) |
source code
|
|
|
|
|