OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
Interfaceosid.personnel.AppointmentQueryInspector
Implementsosid.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 OsidQuery interfaces for reuse or modification in the search sessions.

MethodgetPersonIdTerms
Description

Gets the person Id query terms.

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

Gets the person query terms.

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

Gets the position Id query terms.

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

Gets the position query terms.

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

Gets the commitment query terms.

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

Gets the title query terms.

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

Gets the salary query terms.

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

Gets the realm Id query terms.

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

Gets the realm query terms.

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

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

Parametersosid.type.TypeappointmentRecordTypean appointment record type
Returnosid.personnel.records.AppointmentQueryInspectorRecordthe appointment inspector query record
ErrorsNULL_ARGUMENT appointmentRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(appointmentRecordType) is false
CompliancemandatoryThis method must be implemented.