public interface QueueConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector
This is the query inspector for examining queue constrainer enabler queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getDistributorIdTerms()
Gets the distributor
Id query terms. |
DistributorQueryInspector[] |
getDistributorTerms()
Gets the distributor query terms.
|
QueueConstrainerEnablerQueryInspectorRecord |
getQueueConstrainerEnablerQueryInspectorRecord(Type queueConstrainerEnablerRecordType)
Gets the queue constrainer enabler query inspector record
corresponding to the given
QueueConstrainerEnabler
record Type. |
IdTerm[] |
getRuledQueueConstrainerIdTerms()
Gets the queue constrainer
Id query terms. |
QueueConstrainerQueryInspector[] |
getRuledQueueConstrainerTerms()
Gets the queue constrainer query terms.
|
getCyclicEventIdTerms, getCyclicEventTerms, getDemographicIdTerms, getDemographicTerms, getEventIdTerms, getEventTerms, getScheduleIdTerms, getScheduleTermsgetRuleIdTerms, getRuleTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsgetDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsIdTerm[] getRuledQueueConstrainerIdTerms()
Id query terms.mandatory - This method must be implemented. QueueConstrainerQueryInspector[] getRuledQueueConstrainerTerms()
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. QueueConstrainerEnablerQueryInspectorRecord getQueueConstrainerEnablerQueryInspectorRecord(Type queueConstrainerEnablerRecordType) throws OperationFailedException
QueueConstrainerEnabler
record Type. queueConstrainerEnablerRecordType - a queue constrainer enabler
record typeNullArgumentException -
queueConstrainerEnablerRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueConstrainerEnablerRecordType) is
false mandatory - This method must be implemented.