Interface | osid.profile.ProfileEntryQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
The query inspector to examine profile entry queries. | ||
Method | getImplicitTerms | ||
Description |
Gets the implicit profile entries query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelatedProfileEntryIdTerms | ||
Description |
Gets the related profile entry | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelatedProfileEntryTerms | ||
Description |
Gets the related profile entry query terms. | ||
Return | osid.profile.ProfileEntryQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceIdTerms | ||
Description |
Gets the resource | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceTerms | ||
Description |
Gets the resource query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAgentIdTerms | ||
Description |
Gets the agent | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAgentTerms | ||
Description |
Gets the agent query terms. | ||
Return | osid.authentication.AgentQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getProfileItemIdTerms | ||
Description |
Gets the profile item | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getProfileItemTerms | ||
Description |
Gets the profile item query terms. | ||
Return | osid.profile.ProfileItemQueryInspector[] | 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 | getProfileEntryQueryInspectorRecord | ||
Description |
Gets the profile item query inspector corresponding to
the given | ||
Parameters | osid.type.Type | profileEntryRecordType | a profile entry record type |
Return | osid.profile.records.ProfileEntryQueryInspectorRecord | the profile entry query inspector record | |
Errors | NULL_ARGUMENT | profileEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(profileEntryRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |