OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.OrganizationQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidFederateableQueryInspector
osid.OsidTemporalQueryInspector
Used Byosid.personnel.OrganizationQueryInspector
osid.personnel.OrganizationSearchResults
osid.personnel.OrganizationSmartRealmSession
osid.personnel.PositionQueryInspector
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, OrganizationQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetDisplayLabelTerms
Description

Gets the display label query terms.

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

Gets the ancestor organization Id query terms.

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

Gets the ancestor organization query terms.

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

Gets the descendant organization Id query terms.

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

Gets the descendant organization query terms.

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

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

Parametersosid.type.TypeorganizationRecordType an organization record type
Returnosid.personnel.records.OrganizationQueryInspectorRecord the organization inspector query record
ErrorsNULL_ARGUMENT organizationRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(organizationRecordType) is false
Compliancemandatory This method must be implemented.