public interface DirectionQueryInspector extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
This is the query inspector for examining direction queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAssetIdTerms()
Gets the asset query terms.
|
AssetQueryInspector[] |
getAssetTerms()
Gets the asset query terms.
|
IdTerm[] |
getCookbookIdTerms()
Gets the cook book
Id query terms. |
CookbookQueryInspector[] |
getCookbookTerms()
Gets the cook book query terms.
|
DirectionQueryInspectorRecord |
getDirectionQueryInspectorRecord(Type directionRecordType)
Gets the direction query inspector record corresponding to the given
Direction record Type. |
DurationRangeTerm[] |
getEstimatedDurationTerms()
Gets the estimated duration query terms.
|
IdTerm[] |
getIngredientIdTerms()
Gets the ingredient query terms.
|
IngredientQueryInspector[] |
getIngredientTerms()
Gets the ingredient query terms.
|
IdTerm[] |
getProcedureIdTerms()
Gets the procedure query terms.
|
ProcedureQueryInspector[] |
getProcedureTerms()
Gets the procedure query terms.
|
IdTerm[] |
getRecipeIdTerms()
Gets the recipe
Id query terms. |
RecipeQueryInspector[] |
getRecipeTerms()
Gets the recipe query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getRecipeIdTerms()
Id query terms.mandatory - This method must be implemented. RecipeQueryInspector[] getRecipeTerms()
mandatory - This method must be implemented. IdTerm[] getProcedureIdTerms()
mandatory - This method must be implemented. ProcedureQueryInspector[] getProcedureTerms()
mandatory - This method must be implemented. IdTerm[] getIngredientIdTerms()
mandatory - This method must be implemented. IngredientQueryInspector[] getIngredientTerms()
mandatory - This method must be implemented. DurationRangeTerm[] getEstimatedDurationTerms()
mandatory - This method must be implemented. IdTerm[] getAssetIdTerms()
mandatory - This method must be implemented. AssetQueryInspector[] getAssetTerms()
mandatory - This method must be implemented. IdTerm[] getCookbookIdTerms()
Id query terms.mandatory - This method must be implemented. CookbookQueryInspector[] getCookbookTerms()
mandatory - This method must be implemented. DirectionQueryInspectorRecord getDirectionQueryInspectorRecord(Type directionRecordType) throws OperationFailedException, PermissionDeniedException
Direction record Type. directionRecordType - a direction record typeNullArgumentException - directionRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(directionRecordType) is false
mandatory - This method must be implemented.