OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.AppointmentQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.personnel.AppointmentSearchResults
osid.personnel.AppointmentSmartRealmSession
osid.personnel.RealmQueryInspector
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 OsidQuery interfaces for reuse or modification in the search sessions.

Like all OsidQueryInspectors, AppointmentQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetPersonIdTerms
Description

Gets the person Id query terms.

Returnosid.search.terms.IdTerm[] the person Id terms
Compliancemandatory This method must be implemented.
MethodgetPersonTerms
Description

Gets the person query terms.

Returnosid.personnel.PersonQueryInspector[] the person terms
Compliancemandatory This method must be implemented.
MethodgetPositionIdTerms
Description

Gets the position Id query terms.

Returnosid.search.terms.IdTerm[] the position Id terms
Compliancemandatory This method must be implemented.
MethodgetPositionTerms
Description

Gets the position query terms.

Returnosid.personnel.PositionQueryInspector[] the position terms
Compliancemandatory This method must be implemented.
MethodgetCommitmentTerms
Description

Gets the commitment query terms.

Returnosid.search.terms.CardinalRangeTerm[] the commitment terms
Compliancemandatory This method must be implemented.
MethodgetTitleTerms
Description

Gets the title query terms.

Returnosid.search.terms.StringTerm[] the title terms
Compliancemandatory This method must be implemented.
MethodgetSalaryTerms
Description

Gets the salary query terms.

Returnosid.search.terms.CurrencyRangeTerm[] the salary terms
Compliancemandatory This method must be implemented.
MethodgetRealmIdTerms
Description

Gets the realm Id query terms.

Returnosid.search.terms.IdTerm[] the realm Id terms
Compliancemandatory This method must be implemented.
MethodgetRealmTerms
Description

Gets the realm query terms.

Returnosid.personnel.RealmQueryInspector[] the realm terms
Compliancemandatory This method must be implemented.
MethodgetAppointmentQueryInspectorRecord
Description

Gets the appointment query inspector record corresponding to the given Appointment record Type.

Parametersosid.type.TypeappointmentRecordType an appointment record type
Returnosid.personnel.records.AppointmentQueryInspectorRecord the appointment inspector query record
ErrorsNULL_ARGUMENT appointmentRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(appointmentRecordType) is false
Compliancemandatory This method must be implemented.