public interface PublisherQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining for publisher queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorPublisherIdTerms()
Gets the ancestor publisher
Id terms. |
PublisherQueryInspector[] |
getAncestorPublisherTerms()
Gets the ancestor publisher terms.
|
IdTerm[] |
getDescendantPublisherIdTerms()
Gets the descendant publisher
Id terms. |
PublisherQueryInspector[] |
getDescendantPublisherTerms()
Gets the descendant publisher terms.
|
IdTerm[] |
getDispatchIdTerms()
Gets the dispatch
Id terms. |
DispatchQueryInspector[] |
getDispatchTerms()
Gets the dispatch terms.
|
PublisherQueryInspectorRecord |
getPublisherQueryInspectorRecord(Type publisherRecordType)
Gets the publisher query inspector record corresponding to the given
Publisher record Type. |
IdTerm[] |
getSubscriptionIdTerms()
Gets the subscription
Id terms. |
SubscriptionQueryInspector[] |
getSubscriptionTerms()
Gets the subscription terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getSubscriptionIdTerms()
Id terms. Id termsmandatory - This method must be implemented. SubscriptionQueryInspector[] getSubscriptionTerms()
mandatory - This method must be implemented. IdTerm[] getDispatchIdTerms()
Id terms. Id termsmandatory - This method must be implemented. DispatchQueryInspector[] getDispatchTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorPublisherIdTerms()
Id terms. Id termsmandatory - This method must be implemented. PublisherQueryInspector[] getAncestorPublisherTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantPublisherIdTerms()
Id terms. Id termsmandatory - This method must be implemented. PublisherQueryInspector[] getDescendantPublisherTerms()
mandatory - This method must be implemented. PublisherQueryInspectorRecord getPublisherQueryInspectorRecord(Type publisherRecordType) throws OperationFailedException
Publisher record Type. publisherRecordType - a publisher record typeNullArgumentException - publisherRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(publisherRecordType) is false
mandatory - This method must be implemented.