Interface DispatchQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidGovernatorQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining for dispatch queries.
-
Method Summary
Modifier and TypeMethodDescriptionTypeTerm[]Gets the address genusTypeterms.getDispatchQueryInspectorRecord(Type dispatchRecordType) Gets the dispatch query inspector record corresponding to the givenDispatchrecordType.IdTerm[]Gets the editorIdquery terms.Gets the editor query terms.IdTerm[]Gets the publisherIdterms.Gets the publisher terms.IdTerm[]Gets the subscriptionIdterms.Gets the subscription 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 OsidOperableQueryInspector
getActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsModifier and TypeMethodDescriptionGets the active query terms.Gets the administratively disabled query terms.Gets the administratively enabled query terms.Gets the operational 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
-
getEditorIdTerms
IdTerm[] getEditorIdTerms()Gets the editorIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getEditorTerms
ResourceQueryInspector[] getEditorTerms()Gets the editor query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAddressGenusTypeTerms
TypeTerm[] getAddressGenusTypeTerms()Gets the address genusTypeterms.- Returns:
- the address genus
Typeterms - Compliance:
mandatory- This method must be implemented.
-
getSubscriptionIdTerms
IdTerm[] getSubscriptionIdTerms()Gets the subscriptionIdterms.- Returns:
- the subscription
Idterms - Compliance:
mandatory- This method must be implemented.
-
getSubscriptionTerms
SubscriptionQueryInspector[] getSubscriptionTerms()Gets the subscription terms.- Returns:
- the subscription terms
- Compliance:
mandatory- This method must be implemented.
-
getPublisherIdTerms
IdTerm[] getPublisherIdTerms()Gets the publisherIdterms.- Returns:
- the publisher
Idterms - Compliance:
mandatory- This method must be implemented.
-
getPublisherTerms
PublisherQueryInspector[] getPublisherTerms()Gets the publisher terms.- Returns:
- the publisher terms
- Compliance:
mandatory- This method must be implemented.
-
getDispatchQueryInspectorRecord
DispatchQueryInspectorRecord getDispatchQueryInspectorRecord(Type dispatchRecordType) throws OperationFailedException Gets the dispatch query inspector record corresponding to the givenDispatchrecordType.- Parameters:
dispatchRecordType- a dispatch record type- Returns:
- the dispatch query inspector record
- Throws:
NullArgumentException-dispatchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(dispatchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-