public interface ChecklistQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining checklist queries.
Modifier and Type | Method and Description |
---|---|
IdTerm[] |
getAncestorChecklistIdTerms()
Gets the ancestor checklist
Id terms. |
ChecklistQueryInspector[] |
getAncestorChecklistTerms()
Gets the ancestor checklist terms.
|
ChecklistQueryInspectorRecord |
getChecklistQueryInspectorRecord(Type checklistRecordType)
Gets the checklist query inspector record corresponding to the given
Checklist record Type. |
IdTerm[] |
getDescendantChecklistIdTerms()
Gets the descendant checklist
Id terms. |
ChecklistQueryInspector[] |
getDescendantChecklistTerms()
Gets the descendant checklist terms.
|
IdTerm[] |
getTodoIdTerms()
Gets the todo
Id terms. |
TodoQueryInspector[] |
getTodoTerms()
Gets the todo terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTerms
getIdTerms
getRecordTypeTerms
getRecordTypes, hasRecordType
getAnyTerms, getKeywordTerms
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
IdTerm[] getTodoIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. TodoQueryInspector[] getTodoTerms()
mandatory
- This method must be implemented. IdTerm[] getAncestorChecklistIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. ChecklistQueryInspector[] getAncestorChecklistTerms()
mandatory
- This method must be implemented. IdTerm[] getDescendantChecklistIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. ChecklistQueryInspector[] getDescendantChecklistTerms()
mandatory
- This method must be implemented. ChecklistQueryInspectorRecord getChecklistQueryInspectorRecord(Type checklistRecordType) throws OperationFailedException
Checklist
record Type.
checklistRecordType
- a checklist record typeNullArgumentException
- checklistRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(checklistRecordType)
is false
mandatory
- This method must be implemented.