OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
Interfaceosid.personnel.OrganizationQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidFederateableQueryInspector
osid.OsidTemporalQueryInspector
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.

MethodgetDisplayLabelTerms
Description

Gets the display label query terms.

Returnosid.search.terms.StringTerm[]the display label terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorOrganizationIdTerms
Description

Gets the ancestor organization Id query terms.

Returnosid.search.terms.IdTerm[]the ancestor organization Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorOrganizationTerms
Description

Gets the ancestor organization query terms.

Returnosid.personnel.OrganizationQueryInspector[]the ancestor organization terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantOrganizationIdTerms
Description

Gets the descendant organization Id query terms.

Returnosid.search.terms.IdTerm[]the descendant organization Id terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantOrganizationTerms
Description

Gets the descendant organization query terms.

Returnosid.personnel.OrganizationQueryInspector[]the descendant organization 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.
MethodgetOrganizationQueryInspectorRecord
Description

Gets the organization query inspector record corresponding to the given Organization record Type.

Parametersosid.type.TypeorganizationRecordTypean organization record type
Returnosid.personnel.records.OrganizationQueryInspectorRecordthe organization inspector query record
ErrorsNULL_ARGUMENT organizationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(organizationRecordType) is false
CompliancemandatoryThis method must be implemented.