public interface QueueConstrainerEnablerQuery extends OsidEnablerQuery
This is the query for searching queue constrainer enablers. Each method
match specifies a AND term while multiple invocations of
the same method produce a nested OR.
| Modifier and Type | Method and Description |
|---|---|
void |
clearFrontOfficeIdTerms()
Clears the front office
Id query terms. |
void |
clearFrontOfficeTerms()
Clears the front office query terms.
|
void |
clearRuledQueueConstrainerIdTerms()
Clears the queue constrainer
Id query terms. |
void |
clearRuledQueueConstrainerTerms()
Clears the queue constrainer query terms.
|
FrontOfficeQuery |
getFrontOfficeQuery()
Gets the query for a front office.
|
QueueConstrainerEnablerQueryRecord |
getQueueConstrainerEnablerQueryRecord(Type queueConstrainerEnablerRecordType)
Gets the queue constrainer enabler query record corresponding to the
given
QueueConstrainerEnabler record Type. |
QueueConstrainerQuery |
getRuledQueueConstrainerQuery()
Gets the query for a queue constrainer.
|
void |
matchAnyRuledQueueConstrainer(boolean match)
Matches enablers mapped to any queue constrainer.
|
void |
matchFrontOfficeId(Id frontOfficeId,
boolean match)
Matches enablers mapped to the front office.
|
void |
matchRuledQueueConstrainerId(Id queueConstrainerId,
boolean match)
Matches enablers mapped to the queue constrainer.
|
boolean |
supportsFrontOfficeQuery()
Tests if an
FrontOfficeQuery is available. |
boolean |
supportsRuledQueueConstrainerQuery()
Tests if a
QueueConstrainerQuery is available. |
clearCyclicEventIdTerms, clearCyclicEventTerms, clearDemographicIdTerms, clearDemographicTerms, clearEventIdTerms, clearEventTerms, clearScheduleIdTerms, clearScheduleTerms, getCyclicEventQuery, getDemographicQuery, getEventQuery, getScheduleQuery, matchAnyCyclicEvent, matchAnyDemographic, matchAnyEvent, matchAnySchedule, matchCyclicEventId, matchDemographicId, matchEventId, matchScheduleId, supportsCyclicEventQuery, supportsDemographicQuery, supportsEventQuery, supportsScheduleQueryclearRuleIdTerms, clearRuleTerms, getRuleQuery, matchAnyRule, matchRuleId, supportsRuleQueryclearCommentIdTerms, clearCommentTerms, clearCreditIdTerms, clearCreditTerms, clearDescriptionTerms, clearDisplayNameTerms, clearGenusTypeTerms, clearJournalEntryIdTerms, clearJournalEntryTerms, clearParentGenusTypeTerms, clearRelationshipIdTerms, clearRelationshipPeerIdTerms, clearRelationshipTerms, clearStateIdTerms, clearStateTerms, clearStatisticTerms, clearSubjectIdTerms, clearSubjectRelevancyTerms, clearSubjectTerms, getCommentQuery, getCreditQuery, getJournalEntryQuery, getRelationshipQuery, getStateQuery, getStatisticQuery, getSubjectQuery, getSubjectRelevancyQuery, matchAnyComment, matchAnyCredit, matchAnyDescription, matchAnyDisplayName, matchAnyGenusType, matchAnyJournalEntry, matchAnyRelationship, matchAnyState, matchAnyStatistic, matchAnySubject, matchCommentId, matchCreditId, matchDescription, matchDisplayName, matchGenusType, matchJournalEntryId, matchParentGenusType, matchRelationshipId, matchRelationshipPeerId, matchStateId, matchSubjectId, supportsCommentQuery, supportsCreditQuery, supportsJournalEntryQuery, supportsRelationshipQuery, supportsStateQuery, supportsStatisticQuery, supportsSubjectQuery, supportsSubjectRelevancyQueryclearIdTerms, matchIdclearRecordTerms, matchAnyRecord, matchRecordTypegetRecordTypes, hasRecordTypeclearAnyTerms, clearKeywordTerms, getStringMatchTypes, matchAny, matchKeyword, supportsStringMatchTypeclearActiveTerms, clearDisabledTerms, clearEnabledTerms, clearOperationalTerms, matchActive, matchDisabled, matchEnabled, matchOperationalclearDateTerms, clearEffectiveTerms, clearEndDateTerms, clearStartDateTerms, matchAnyEndDate, matchAnyStartDate, matchDate, matchEffective, matchEndDate, matchStartDatevoid matchRuledQueueConstrainerId(Id queueConstrainerId, boolean match)
queueConstrainerId - the queue constrainer Id match - true for a positive match, false
for a negative matchNullArgumentException - queueConstrainerId
is null mandatory - This method must be implemented. void clearRuledQueueConstrainerIdTerms()
Id query terms.mandatory - This method must be implemented. boolean supportsRuledQueueConstrainerQuery()
QueueConstrainerQuery is available. true if a queue constrainer query is available,
false otherwisemandatory - This method must be implemented. QueueConstrainerQuery getRuledQueueConstrainerQuery()
OR term.UnimplementedException -
supportsRuledQueueConstrainerQuery() is false
optional - This method must be implemented if
supportsRuledQueueConstrainerQuery() is
true. void matchAnyRuledQueueConstrainer(boolean match)
match - true for enablers mapped to any queue
constrainer, false to match enablers mapped to
no queue constrainersmandatory - This method must be implemented. void clearRuledQueueConstrainerTerms()
mandatory - This method must be implemented. void matchFrontOfficeId(Id frontOfficeId, boolean match)
frontOfficeId - the front office Id match - true for a positive match, false
for a negative matchNullArgumentException - frontOfficeId is
null mandatory - This method must be implemented. void clearFrontOfficeIdTerms()
Id query terms.mandatory - This method must be implemented. boolean supportsFrontOfficeQuery()
FrontOfficeQuery is available. true if a front office query is available,
false otherwisemandatory - This method must be implemented. FrontOfficeQuery getFrontOfficeQuery()
OR term.UnimplementedException -
supportsFrontOfficeQuery() is false optional - This method must be implemented if
supportsFrontOfficeQuery() is true. void clearFrontOfficeTerms()
mandatory - This method must be implemented. QueueConstrainerEnablerQueryRecord getQueueConstrainerEnablerQueryRecord(Type queueConstrainerEnablerRecordType) throws OperationFailedException
QueueConstrainerEnabler record Type.
Multiple record retrievals produce a nested OR
term.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.