OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.HoldQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Description

This is the query inspector for examining hold queries.

MethodgetResourceIdTerms
Description

Gets the resource Id query terms.

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

Gets the resource query terms.

Returnosid.resource.ResourceQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAgentIdTerms
Description

Gets the agent Id query terms.

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

Gets the agent query terms.

Returnosid.authentication.AgentQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetIssueIdTerms
Description

Gets the issue query terms.

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

Gets the issue query terms.

Returnosid.hold.IssueQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetOublietteIdTerms
Description

Gets the oubliette Id query terms.

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

Gets the oubliette query terms.

Returnosid.hold.OublietteQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetHoldQueryInspectorRecord
Description

Gets the hold query inspector record corresponding to the given Hold record Type.

Parametersosid.type.TypeholdRecordTypea hold record type
Returnosid.hold.records.HoldQueryInspectorRecordthe hold query inspector record
ErrorsNULL_ARGUMENT holdRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(holdRecordType) is false
CompliancemandatoryThis method must be implemented.