OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Interfaceosid.recipe.DirectionQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidSubjugateableQueryInspector
Used Byosid.recipe.CookbookQueryInspector
osid.recipe.DirectionSearchResults
osid.recipe.DirectionSmartCookbookSession
osid.recipe.RecipeQueryInspector
Description

This is the query inspector for examining direction queries.

MethodgetRecipeIdTerms
Description

Gets the recipe Id query terms.

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

Gets the recipe query terms.

Returnosid.recipe.RecipeQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetProcedureIdTerms
Description

Gets the procedure query terms.

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

Gets the procedure query terms.

Returnosid.recipe.ProcedureQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetIngredientIdTerms
Description

Gets the ingredient query terms.

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

Gets the ingredient query terms.

Returnosid.recipe.IngredientQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetEstimatedDurationTerms
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.
MethodgetCookbookIdTerms
Description

Gets the cookbook Id query terms.

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

Gets the cookbook query terms.

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

Gets the direction query inspector record corresponding to the given Direction record Type .

Parametersosid.type.TypedirectionRecordTypea direction record type
Returnosid.recipe.records.DirectionQueryInspectorRecordthe direction query inspector record
ErrorsNULL_ARGUMENTdirectionRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTEDhasRecordType(directionRecordType) is false
CompliancemandatoryThis method must be implemented.