Interface | osid.profile.rules.ProfileEntryEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining profile entry enabler queries. | ||
Method | getRuledProfileEntryIdTerms | ||
Description |
Gets the ruled profile entry | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledProfileEntryTerms | ||
Description |
Gets the ruled 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 | getProfileEntryEnablerQueryInspectorRecord | ||
Description |
Gets the profile entry enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | profileEntryEnablerRecordType | a profile entry enabler record type |
Return | osid.profile.rules.records.ProfileEntryEnablerQueryInspectorRecord | the profile entry enabler query inspector record | |
Errors | NULL_ARGUMENT | profileEntryEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(profileEntryEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |