public interface DistributorQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining distributor queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorDistributorIdTerms()
Gets the ancestor distributor
Id query terms. |
DistributorQueryInspector[] |
getAncestorDistributorTerms()
Gets the ancestor distributor query terms.
|
IdTerm[] |
getBrokerIdTerms()
Gets the broker
Id query terms. |
BrokerQueryInspector[] |
getBrokerTerms()
Gets the broker query terms.
|
IdTerm[] |
getDescendantDistributorIdTerms()
Gets the descendant distributor
Id query terms. |
DistributorQueryInspector[] |
getDescendantDistributorTerms()
Gets the descendant distributor query terms.
|
DistributorQueryInspectorRecord |
getDistributorQueryInspectorRecord(Type distributorRecordType)
Gets the distributor query inspector record corresponding to the given
Distributor record Type. |
IdTerm[] |
getPoolIdTerms()
Gets the pool
Id query terms. |
PoolQueryInspector[] |
getPoolTerms()
Gets the pool query terms.
|
IdTerm[] |
getProvisionIdTerms()
Gets the provision
Id query terms. |
ProvisionQueryInspector[] |
getProvisionTerms()
Gets the provision query terms.
|
IdTerm[] |
getQueueIdTerms()
Gets the queue
Id query terms. |
QueueQueryInspector[] |
getQueueTerms()
Gets the queue query 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[] getBrokerIdTerms()
Id query terms.mandatory - This method must be implemented. BrokerQueryInspector[] getBrokerTerms()
mandatory - This method must be implemented. IdTerm[] getQueueIdTerms()
Id query terms.mandatory - This method must be implemented. QueueQueryInspector[] getQueueTerms()
mandatory - This method must be implemented. IdTerm[] getPoolIdTerms()
Id query terms.mandatory - This method must be implemented. PoolQueryInspector[] getPoolTerms()
mandatory - This method must be implemented. IdTerm[] getProvisionIdTerms()
Id query terms.mandatory - This method must be implemented. ProvisionQueryInspector[] getProvisionTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorDistributorIdTerms()
Id query terms.mandatory - This method must be implemented. DistributorQueryInspector[] getAncestorDistributorTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantDistributorIdTerms()
Id query terms.mandatory - This method must be implemented. DistributorQueryInspector[] getDescendantDistributorTerms()
mandatory - This method must be implemented. DistributorQueryInspectorRecord getDistributorQueryInspectorRecord(Type distributorRecordType) throws OperationFailedException
Distributor record Type. distributorRecordType - a distributor record typeNullArgumentException - distributorRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(distributorRecordType) is false
mandatory - This method must be implemented.