| Interface | osid.offering.ParticipantLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods for retrieving participants. This lookup session defines several views: 
  The methods   | ||
| Method | getCatalogueId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Catalogue Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCatalogue | ||
| Description | 
                     Gets the   | ||
| Return | osid.offering.Catalogue | the catalogue | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupParticipants | ||
| Description | 
                     Tests if this user can examine this catalogue. A return 
                    of true does not guarantee successful authorization. A 
                    return of false indicates that it is known all methods in 
                    this session will result in a   | ||
| Return | boolean |  false  if catalogue reading methods are not authorized, 
 true  otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeParticipantView | ||
| Description | 
                     The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | usePlenaryParticipantView | ||
| Description | 
                     A complete view of the   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedCatalogueView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include participants in catalogues which are children of this catalogue in the catalogue hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCatalogueView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts retrievals to this catalogue only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useEffectiveParticipantView | ||
| Description | 
                     Only participants whose effective dates are current are returned by methods in this session.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useAnyEffectiveParticipantView | ||
| Description | 
                     All participants of any effective dates are returned by methods in this session.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getParticipant | ||
| Description | 
                     Gets the    In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | participantId | the  Id  of the  Participant  to retrieve  | 
| Return | osid.offering.Participant | the returned  Participant   | |
| Errors | NOT_FOUND | no  Participant  found with the given  Id   |                 |
| NULL_ARGUMENT |  participantId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByIds | ||
| Description | 
                     Gets a    In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.IdList | participantIds | the list of  Ids  to retrieve  | 
| Return | osid.offering.ParticipantList | the returned  Participant list   | |
| Errors | NOT_FOUND | an  Id was  not found  |                 |
| NULL_ARGUMENT |  participantIds  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusType | ||
| Description | 
                     Gets a    In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.type.Type | participantGenusType | a participant genus type | 
| Return | osid.offering.ParticipantList | the returned  Participant list   | |
| Errors | NULL_ARGUMENT |  participantGenusType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByParentGenusType | ||
| Description | 
                     Gets a    In active mode, participants are returned that are currently active. In any status mode, active and inactive participants are returned.  | ||
| Parameters | osid.type.Type | participantGenusType | a participant genus type | 
| Return | osid.offering.ParticipantList | the returned  Participant list   | |
| Errors | NULL_ARGUMENT |  participantGenusType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByRecordType | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.type.Type | participantRecordType | a participant record type | 
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  participantRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.calendaring.DateTime | from | start of date range | 
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  from  or  to  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusTypeOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.type.Type | participantGenusType | a participant genus type | 
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  participantGenusType, from,  or  to  is  
null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsForOffering | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  offeringId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusTypeForOffering | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.type.Type | participantGenusType | a participant genus type | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  participantGenusType  or  offeringId  is  
null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsForOfferingOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  offeringId, from,  or  to  is  null 
  |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusTypeForOfferingOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.type.Type | participantGenusType | a participant genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  offeringId, participantGenusType, from,  or  to  
is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodForOffering | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  offeringId  or  timePeriodId  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodAndGenusTypeForOffering | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  offeringId, timePeriodId,  or  participantGenusType 
 is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodForOfferingOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  offeringId, timePeriodId, from,  or  to  is 
 null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodAndGenusTypeForOfferingOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  offeringId, timePeriodId, participantGenusType, from,  or 
 to  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsForResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  resourceId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusTypeForResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
osid.type.Type | participantGenusType | a participant genus type | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  resourceId  or  participantGenusType  is  
null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsForResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  resourceId, from,  or  to  is  null 
  |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusTypeForResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
osid.type.Type | participantGenusType | a participant genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  resourceId, participantGenusType, from,  or  to  
is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodForResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  resourceId  or  timePeriodId  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodAndGenusTypeForResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  resourceId, timePeriodId,  or  participantGenusType 
 is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodForResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  resourceId, timePeriodId, from,  or  to  is 
 null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodAndGenusTypeForResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | resourceId | a resource  Id   | 
osid.id.Id | timePeriodId | a time period  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  resourceId, timePeriodId, participantGenusType, from,  or 
 to  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsForOfferingAndResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  offeringId  or  resourceId  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusTypeForOfferingAndResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  offeringId, resourceId  or  participantGenusType 
 is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsForOfferingAndResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  resourceId, from,  or  to  is  null 
  |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByGenusTypeForOfferingAndResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  resourceId, participantGenusType, from,  or  to  
is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodForOfferingAndResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
osid.id.Id | timePeriodId | a time period  Id   | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  offeringId, resourceId,  or  timePeriodId  is 
 null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodAndGenusTypeForOfferingAndResource | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
osid.id.Id | timePeriodId | a time period  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
| Return | osid.offering.ParticipantList | the returned  ParticipantList   | |
| Errors | NULL_ARGUMENT |  offeringId, resourceId,   timePeriodId  or 
 participantGenusType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodForOfferingAndResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
osid.id.Id | timePeriodId | a time period  Id   | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  offeringId, resourceId, timePeriodId, from,  or  to 
 is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipantsByTimePeriodAndGenusTypeForOfferingAndResourceOnDate | ||
| Description | 
                     Gets a  In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Parameters | osid.id.Id | offeringId | an offering  Id   | 
osid.id.Id | resourceId | a resource  Id   | |
osid.id.Id | timePeriodId | a time period  Id   | |
osid.type.Type | participantGenusType | a participant genus type | |
osid.calendaring.DateTime | from | start of date range | |
osid.calendaring.DateTime | to | end of date range | |
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | INVALID_ARGUMENT |  from  is greater than  to   |                 |
| NULL_ARGUMENT |  offeringId, resourceId, timePeriodId,participantGenusType, from, 
 or  to  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParticipants | ||
| Description | 
                     Gets all participants. In plenary mode, the returned list contains all known participants or an error results. Otherwise, the returned list may contain only those participants that are accessible through this session. In effective mode, participants are returned that are currently effective. In any effective mode, effective participants and those currently expired are returned.  | ||
| Return | osid.offering.ParticipantList | a list of participants | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |