Interface CookbookQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for searching for cookbooks. Each method
specifies an AND term while multiple invocations of the same
method produce a nested OR .
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the ancestor cookbookIdterms.Gets the ancestor cookbook terms.getCookbookQueryInspectorRecord(Type cookbookRecordType) Gets the query inspector record corresponding to the givenCookbookrecordType.IdTerm[]Gets the descendant cookbookIdterms.Gets the descendant cookbook terms.IdTerm[]Gets the directionIdterms.Gets the direction terms.IdTerm[]Gets the procedureIdterms.Gets the procedure terms.IdTerm[]Gets the recipeIdterms.Gets the recipe terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getRecipeIdTerms
IdTerm[] getRecipeIdTerms()Gets the recipeIdterms.- Returns:
- the recipe
Idterms - Compliance:
mandatory- This method must be implemented.
-
getRecipeTerms
RecipeQueryInspector[] getRecipeTerms()Gets the recipe terms.- Returns:
- the recipe terms
- Compliance:
mandatory- This method must be implemented.
-
getProcedureIdTerms
IdTerm[] getProcedureIdTerms()Gets the procedureIdterms.- Returns:
- the procedure
Idterms - Compliance:
mandatory- This method must be implemented.
-
getProcedureTerms
ProcedureQueryInspector[] getProcedureTerms()Gets the procedure terms.- Returns:
- the procedure terms
- Compliance:
mandatory- This method must be implemented.
-
getDirectionIdTerms
IdTerm[] getDirectionIdTerms()Gets the directionIdterms.- Returns:
- the direction
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDirectionTerms
DirectionQueryInspector[] getDirectionTerms()Gets the direction terms.- Returns:
- the direction terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorCookbookIdTerms
IdTerm[] getAncestorCookbookIdTerms()Gets the ancestor cookbookIdterms.- Returns:
- the ancestor cookbook
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorCookbookTerms
CookbookQueryInspector[] getAncestorCookbookTerms()Gets the ancestor cookbook terms.- Returns:
- the ancestor cookbook terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantCookbookIdTerms
IdTerm[] getDescendantCookbookIdTerms()Gets the descendant cookbookIdterms.- Returns:
- the descendant cookbook
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantCookbookTerms
CookbookQueryInspector[] getDescendantCookbookTerms()Gets the descendant cookbook terms.- Returns:
- the descendant cookbook terms
- Compliance:
mandatory- This method must be implemented.
-
getCookbookQueryInspectorRecord
CookbookQueryInspectorRecord getCookbookQueryInspectorRecord(Type cookbookRecordType) throws OperationFailedException Gets the query inspector record corresponding to the givenCookbookrecordType.- Parameters:
cookbookRecordType- a cookbook record type- Returns:
- the cookbook query inspector record
- Throws:
NullArgumentException-cookbookRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(cookbookRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-