Retrieves the Organizational Role that matches the given id. // Fetching "Role1" dirOrgRole1 = DirOrganizationalRole.fetch(session : mySession, id : "Role1")
| Name | Type | Description | Mode |
|---|---|---|---|
| session | Fuego.Fdi.DirectorySession | the directory session | in |
| id | String | the name of the role to look for | in |