OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.RecipeQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidSourceableQueryInspector
Description

This is the query inspector for examining recipe queries.

MethodgetTotalEstimatedDurationTerms
Description

Gets the estimated duration query terms.

Returnosid.search.terms.DurationRangeTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAssetIdTerms
Description

Gets the asset 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.
MethodgetDirectionIdTerms
Description

Gets the direction Id query terms.

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

Gets the direction query terms.

Returnosid.recipe.DirectionQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetTotalDurationTerms
Description

Gets the total duration query terms.

Returnosid.search.terms.DurationRangeTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetCookbookIdTerms
Description

Gets the cook book Id query terms.

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

Gets the cook book query terms.

Returnosid.recipe.CookbookQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRecipeQueryInspectorRecord
Description

Gets the recipe query inspector record corresponding to the given Recipe record Type.

Parametersosid.type.TyperecipeRecordTypea recipe record type
Returnosid.recipe.records.RecipeQueryInspectorRecordthe recipe query inspector record
ErrorsNULL_ARGUMENT recipeRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(recipeRecordType) is false
CompliancemandatoryThis method must be implemented.