public interface ProcedureQueryInspector extends OsidObjectQueryInspector
The inspector for examining procedure queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getCookbookIdTerms()
Gets the cook book
Id terms. |
CookbookQueryInspector[] |
getCookbookTerms()
Gets the cook book terms.
|
IdTerm[] |
getLearningObjectiveIdTerms()
Gets the objective
Id terms. |
ObjectiveQueryInspector[] |
getLearningObjectiveTerms()
Gets the objective terms.
|
ProcedureQueryInspectorRecord |
getProcedureQueryInspectorRecord(Type procedureRecordType)
Gets the procedure query inspector record corresponding to the given
Procedure record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getLearningObjectiveIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ObjectiveQueryInspector[] getLearningObjectiveTerms()
mandatory - This method must be implemented. IdTerm[] getCookbookIdTerms()
Id terms. Id termsmandatory - This method must be implemented. CookbookQueryInspector[] getCookbookTerms()
mandatory - This method must be implemented. ProcedureQueryInspectorRecord getProcedureQueryInspectorRecord(Type procedureRecordType) throws OperationFailedException
Procedure record Type. procedureRecordType - a procedure record typeNullArgumentException - procedureRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(procedureRecordType) is false
mandatory - This method must be implemented.