OSID Logo
OSID Specifications
repository package
Version 3.0.0
Release Candidate Preview
Interfaceosid.repository.RepositoryQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

This is the query inspector for examining repository queries.

MethodgetAssetIdTerms
Description

Gets the asset Id query terms.

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

Gets the asset query terms.

Returnosid.repository.AssetQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetCompositionIdTerms
Description

Gets the composition Id query terms.

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

Gets the composition query terms.

Returnosid.repository.CompositionQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorRepositoryIdTerms
Description

Gets the ancestor repository Id query terms.

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

Gets the ancestor repository query terms.

Returnosid.repository.RepositoryQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantRepositoryIdTerms
Description

Gets the descendant repository Id query terms.

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

Gets the descendant repository query terms.

Returnosid.repository.RepositoryQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRepositoryQueryInspectorRecord
Description

Gets the repository query inspector record corresponding to the given Repository record Type.

Parametersosid.type.TyperepositoryRecordTypea repository record type
Returnosid.repository.records.RepositoryQueryInspectorRecordthe repository query inspector record
ErrorsNULL_ARGUMENT repositoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(repositoryRecordType) is false
CompliancemandatoryThis method must be implemented.