Part of lp.bugs.interfaces.structuralsubscription View In Hierarchy
Known subclasses: lp.bugs.interfaces.webservice.IStructuralSubscriptionTarget
Read-only parts.
| Method | getSubscriptions | Return all the subscriptions with the specified levels. |
| Attribute | parent_subscription_target | The target's parent, or None if one doesn't exist. |
| Attribute | bug_subscriptions | All subscriptions to bugs at the METADATA level or higher. |
| Method | userCanAlterSubscription | Check if a user can change a subscription for a person. |
| Method | userCanAlterBugSubscription | Check if a user can change a bug subscription for a person. |
| Method | getSubscription | Return the subscription for person, if it exists. |
| Attribute | target_type_display | The type of the target, for display. |
| Method | userHasBugSubscriptions | Is user subscribed, directly or via a team, to bug mail? |
| Returns | A sequence of IStructuralSubscription. | |
person, if it exists.