Part of lp.registry.interfaces.accesspolicy View In Hierarchy
| Method | create | Create `IAccessPolicyArtifacts`s. |
| Method | find | Return the specified `IAccessPolicyArtifacts`s if they exist. |
| Method | delete | Delete the specified `IAccessPolicyArtifacts`s. |
| Method | findByArtifact | Return all IAccessPolicyArtifact objects for the artifacts. |
| Method | findByPolicy | Return all IAccessPolicyArtifact objects for the policies. |
| Method | deleteByArtifact | Delete all IAccesyPolicyArtifact objects for the artifacts. |
Create `IAccessPolicyArtifacts`s.
:param links: a collection of (`IAccessArtifact`, `IAccessPolicy`)
pairs to link.
Return the specified `IAccessPolicyArtifacts`s if they exist.
:param links: a collection of (`IAccessArtifact`, `IAccessPolicy`)
pairs.