Part of lp.registry.interfaces.accesspolicy View In Hierarchy
| Method | create | Create an IAccessPolicy for the given pillars and types. |
| Method | createForTeams | Create an IAccessPolicy for the given teams. |
| Method | find | Return the `IAccessPolicy`s for the given pillars and types. |
| Method | findByID | Return the `IAccessPolicy`s with the given IDs. |
| Method | findByPillar | Return a `ResultSet` of all `IAccessPolicy`s for the pillars. |
| Method | findByTeam | Return a `ResultSet` of all `IAccessPolicy`s for the teams. |
| Method | delete | Delete the given pillars and types. |
IAccessPolicy for the given pillars and types.| Parameters | pillars_and_types | a collection of
(IProduct or IDistribution, InformationType) pairs to
create IAccessPolicy objects for. |
| Returns | a collection of the created IAccessPolicy objects. | |
IAccessPolicy for the given teams.| Parameters | teams | a collection of teams to create IAccessPolicy
objects for. |
| Returns | a collection of the created IAccessPolicy objects. | |
Return the `IAccessPolicy`s for the given pillars and types.
:param pillars_and_types: a collection of
(`IProduct` or `IDistribution`, `InformationType`) pairs to
find.
| Parameters | pillars_and_types | a collection of
(IProduct or IDistribution, InformationType) pairs delete. |