| Interface | osid.resourcing.MyWorkSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods for retrieving work for the resource related to the authenticated agent. This lookup session defines several views: 
  | ||
| Method | getFoundryId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Foundry Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFoundry | ||
| Description | 
                     Gets the   | ||
| Return | osid.resourcing.Foundry | the foundry | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupMyWork | ||
| Description | 
                     Tests if this user can perform   | ||
| Return | boolean |  false  if lookup methods are not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useEffectiveWorkView | ||
| Description | 
                     Only availabilities, commissions and efforts whose effective dates are current are returned by methods in this session.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useAnyEffectiveWorkView | ||
| Description | 
                     All availabilities, commissions and efforts of any effective dates are returned by methods in this session.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getMyAvailabilities | ||
| Description | 
                     Gets the availabilities for the resource related to this agent.  | ||
| Return | osid.resourcing.AvailabilityList | the returned  AvailabilityList   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getMyCommissions | ||
| Description | 
                     Gets the commissions for the resource related to this agent.  | ||
| Return | osid.resourcing.CommissionList | the returned  Commission  list  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getMyEfforts | ||
| Description | 
                     Gets the efforts for the resource related to this agent.  | ||
| Return | osid.resourcing.EffortList | the returned  Effort  list  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getMyJobs | ||
| Description | 
                     Gets the jobs for the resource related to this agent.  | ||
| Return | osid.resourcing.JobList | the returned  Job  list  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |