| Interface | osid.profile.ProfileItemQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description |
This is the query inspector for examining profile item queries. | ||
| Method | getProfileEntryIdTerms | ||
| Description |
Gets the profile entry | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileEntryTerms | ||
| Description |
Gets the profile entry query terms. | ||
| Return | osid.profile.ProfileEntryQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileIdTerms | ||
| Description |
Gets the profile | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileTerms | ||
| Description |
Gets the profile query terms. | ||
| Return | osid.profile.ProfileQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileItemQueryInspectorRecord | ||
| Description |
Gets the profile item query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | profileItemRecordType | a profile item record type |
| Return | osid.profile.records.ProfileItemQueryInspectorRecord | the profile item query inspector record | |
| Errors | NULL_ARGUMENT | profileItemRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(profileItemRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |