Interface | osid.profile.rules.ProfileEntryEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getProfileEntryEnablers | ||
Description |
Gets the | ||
Return | osid.profile.rules.ProfileEntryEnablerList | the profile entry enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getProfileEntryEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.profile.rules.ProfileEntryEnablerQueryInspector | the profile entry enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getProfileEntryEnablerSearchResultsRecord | ||
Description |
Gets the profile entry enabler search results 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.ProfileEntryEnablerSearchResultsRecord | the profile entry enabler search results record | |
Errors | NULL_ARGUMENT | profileEntryEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(profileEntryEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |