OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.HoldQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.hold.HoldSearchResults
osid.hold.HoldSmartOublietteSession
osid.hold.IssueQueryInspector
osid.hold.OublietteQueryInspector
osid.hold.rules.HoldEnablerQueryInspector
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
Compliancemandatory This method must be implemented.
MethodgetResourceTerms
Description

Gets the resource query terms.

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

Gets the agent Id query terms.

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

Gets the agent query terms.

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

Gets the issue query terms.

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

Gets the issue query terms.

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

Gets the oubliette Id query terms.

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

Gets the oubliette query terms.

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

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

Parametersosid.type.TypeholdRecordType a hold record type
Returnosid.hold.records.HoldQueryInspectorRecord the hold query inspector record
ErrorsNULL_ARGUMENT holdRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(holdRecordType) is false
Compliancemandatory This method must be implemented.