public interface ChainQueryInspector extends OsidObjectQueryInspector
This is the query inspector for examining chain queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAntimatroidIdTerms()
Gets the antimatroid
Id query terms. |
AntimatroidQueryInspector[] |
getAntimatroidTerms()
Gets the antimatroid query terms.
|
ChainQueryInspectorRecord |
getChainQueryInspectorRecord(Type chainRecordType)
Gets the chain query inspector record corresponding to the given
Chain record Type. |
IdTerm[] |
getElementTerms()
Gets the element
Id query terms. |
BooleanTerm[] |
getFifoTerms()
Gets the fifo query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsBooleanTerm[] getFifoTerms()
mandatory - This method must be implemented. IdTerm[] getElementTerms()
Id query terms.mandatory - This method must be implemented. IdTerm[] getAntimatroidIdTerms()
Id query terms.mandatory - This method must be implemented. AntimatroidQueryInspector[] getAntimatroidTerms()
mandatory - This method must be implemented. ChainQueryInspectorRecord getChainQueryInspectorRecord(Type chainRecordType) throws OperationFailedException
Chain record Type. chainRecordType - a chain record typeNullArgumentException - chainRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(chainRecordType) is false mandatory - This method must be implemented.