| Interface | osid.profile.rules.ProfileEntryEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing profile entry enabler searches.  | ||
| Method | searchAmongProfileEntryEnablers | ||
| Description | 
                     Execute this search among the given list of profile entry enablers.  | ||
| Parameters | osid.id.IdList | profileEntryEnablerIds | list of profile entry enablers | 
| Errors | NULL_ARGUMENT |  profileEntryEnablerIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProfileEntryEnablerResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.profile.rules.ProfileEntryEnablerSearchOrder | profileEntryEnablerSearchOrder | profile entry enabler search order | 
| Errors | NULL_ARGUMENT |  profileEntryEnablerSearchOrder  is  null   |                 |
| UNSUPPORTED |  profileEntryEnablerSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileEntryEnablerSearchRecord | ||
| Description | 
                     Gets the profile entry enabler search record 
                    corresponding to the given profile entry enabler search 
                    record   | ||
| Parameters | osid.type.Type | profileEntryEnablerSearchRecordType | a profile entry enabler search record type | 
| Return | osid.profile.rules.records.ProfileEntryEnablerSearchRecord | the profile entry enabler search record | |
| Errors | NULL_ARGUMENT |  profileEntryEnablerSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(profileEntryEnablerSearchRecordType)  is  
false   |                 ||
| Compliance | mandatory | This method must be implemented. | |