OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.DirectionQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidSubjugateableQueryInspector
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 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.
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_ARGUMENT directionRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(directionRecordType) is false
CompliancemandatoryThis method must be implemented.