OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.FrontOfficeQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

This is the query inspector for examining front office queries.

MethodgetIssueIdTerms
Description

Gets the issue Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetIssueTerms
Description

Gets the issue query terms.

Returnosid.tracking.IssueQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetQueueIdTerms
Description

Gets the queue Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetQueueTerms
Description

Gets the queue query terms.

Returnosid.tracking.QueueQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorFrontOfficeIdTerms
Description

Gets the ancestor front office Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorFrontOfficeTerms
Description

Gets the ancestor front office query terms.

Returnosid.tracking.FrontOfficeQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantFrontOfficeIdTerms
Description

Gets the descendant front office Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantFrontOfficeTerms
Description

Gets the descendant front office query terms.

Returnosid.tracking.FrontOfficeQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetFrontOfficeQueryInspectorRecord
Description

Gets the front office query inspector record corresponding to the given FrontOffice record Type.

Parametersosid.type.TypefrontOfficeRecordTypea front office record type
Returnosid.tracking.records.FrontOfficeQueryInspectorRecordthe front office query inspector record
ErrorsNULL_ARGUMENT frontOfficeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(frontOfficeRecordType) is false
CompliancemandatoryThis method must be implemented.