public interface BrokerQueryInspector extends OsidGovernatorQueryInspector
This is the query inspector for examining broker queries.
| Modifier and Type | Method and Description |
|---|---|
BrokerQueryInspectorRecord |
getBrokerQueryInspectorRecord(Type brokerRecordType)
Gets the broker query inspector record corresponding to the given
Broker record Type. |
IdTerm[] |
getDistributorIdTerms()
Gets the distributor
Id query terms. |
DistributorQueryInspector[] |
getDistributorTerms()
Gets the distributor query terms.
|
IdTerm[] |
getPoolIdTerms()
Gets the pool
Id query terms. |
PoolQueryInspector[] |
getPoolTerms()
Gets the pool 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, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] 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[] getDistributorIdTerms()
Id query terms.mandatory - This method must be implemented. DistributorQueryInspector[] getDistributorTerms()
mandatory - This method must be implemented. BrokerQueryInspectorRecord getBrokerQueryInspectorRecord(Type brokerRecordType) throws OperationFailedException
Broker record Type. brokerRecordType - a broker record typeNullArgumentException - brokerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerRecordType) is false
mandatory - This method must be implemented.