Part of lp.soyuz.interfaces.archivesubscriber View In Hierarchy
Known subclasses: lp.soyuz.interfaces.archivesubscriber.IArchiveSubscriberSet
Method | getBySubscriber | Return all the subscriptions for a person. |
Method | getBySubscriberWithActiveToken | Return all the subscriptions for a person with the correspending |
Method | getByArchive | Return all the subscriptions for an archive. |
Parameters | subscriber | An IPerson for whom to return all
ArchiveSubscriber records. |
archive | An optional IArchive which restricts
the results to that particular archive. | |
current_only | Whether the result should only include current subscriptions (which is the default). |
Parameters | subscriber | An IPerson for whom to return all
ArchiveSubscriber records. |
archive | An optional IArchive which restricts
the results to that particular archive. | |
Returns | a storm ResultSet of
(IArchiveSubscriber , IArchiveAuthToken or None) tuples. |