Interface | osid.personnel.AppointmentQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
The query inspectors provide a means of accessing the match
terms of a query. These interfaces are used to examine the
actual query terms used in a search or that may be used to
create a smart catalog. Query inspectors may be converted to
| ||
Method | getPersonIdTerms | ||
Description |
Gets the person | ||
Return | osid.search.terms.IdTerm[] | the person Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPersonTerms | ||
Description |
Gets the person query terms. | ||
Return | osid.personnel.PersonQueryInspector[] | the person terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPositionIdTerms | ||
Description |
Gets the position | ||
Return | osid.search.terms.IdTerm[] | the position Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPositionTerms | ||
Description |
Gets the position query terms. | ||
Return | osid.personnel.PositionQueryInspector[] | the position terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommitmentTerms | ||
Description |
Gets the commitment query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the commitment terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getTitleTerms | ||
Description |
Gets the title query terms. | ||
Return | osid.search.terms.StringTerm[] | the title terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSalaryTerms | ||
Description |
Gets the salary query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the salary terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRealmIdTerms | ||
Description |
Gets the realm | ||
Return | osid.search.terms.IdTerm[] | the realm Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRealmTerms | ||
Description |
Gets the realm query terms. | ||
Return | osid.personnel.RealmQueryInspector[] | the realm terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAppointmentQueryInspectorRecord | ||
Description |
Gets the appointment query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | appointmentRecordType | an appointment record type |
Return | osid.personnel.records.AppointmentQueryInspectorRecord | the appointment inspector query record | |
Errors | NULL_ARGUMENT | appointmentRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(appointmentRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |