public interface CommissionEnablerQueryInspector extends OsidEnablerQueryInspector
This is the query inspector for examining commission enabler queries.
| Modifier and Type | Method and Description |
|---|---|
CommissionEnablerQueryInspectorRecord |
getCommissionEnablerQueryInspectorRecord(Type commissionEnablerRecordType)
Gets the commission enabler query inspector record corresponding to
the given
CommissionEnabler record Type. |
IdTerm[] |
getFoundryIdTerms()
Gets the foundry
Id query terms. |
FoundryQueryInspector[] |
getFoundryTerms()
Gets the foundry query terms.
|
IdTerm[] |
getRuledCommissionIdTerms()
Gets the commission
Id query terms. |
CommissionQueryInspector[] |
getRuledCommissionTerms()
Gets the commission 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[] getRuledCommissionIdTerms()
Id query terms.mandatory - This method must be implemented. CommissionQueryInspector[] getRuledCommissionTerms()
mandatory - This method must be implemented. IdTerm[] getFoundryIdTerms()
Id query terms.mandatory - This method must be implemented. FoundryQueryInspector[] getFoundryTerms()
mandatory - This method must be implemented. CommissionEnablerQueryInspectorRecord getCommissionEnablerQueryInspectorRecord(Type commissionEnablerRecordType) throws OperationFailedException
CommissionEnabler record Type. commissionEnablerRecordType - an commission enabler record typeNullArgumentException -
commissionEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(commissionEnablerRecordType) is
false mandatory - This method must be implemented.