Interface PoolEnablerQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector
This is the query inspector for examining pool enabler queries.
Like all OsidQueryInspectors,
PoolEnablerQueryInspector is stateful and must not be accessed by
multiple processing threads.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the distributorIdquery terms.Gets the distributor query terms.getPoolEnablerQueryInspectorRecord(Type poolEnablerRecordType) Gets the pool enabler query inspector record corresponding to the givenPoolEnablerrecordType.IdTerm[]Gets the poolIdquery terms.Gets the pool query terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface OsidEnablerQueryInspector
getCyclicEventIdTerms, getCyclicEventTerms, getCyclicTimePeriodIdTerms, getCyclicTimePeriodTerms, getEventIdTerms, getEventTerms, getRequirementTerms, getScheduleIdTerms, getScheduleTerms, getTimePeriodIdTerms, getTimePeriodTermsMethods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsMethods inherited from interface OsidOperableQueryInspector
getActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsMethods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsMethods inherited from interface OsidRuleQueryInspector
getConditionRecordTypeTerms, getRuleIdTerms, getRuleTermsMethods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTerms
-
Method Details
-
getRuledPoolIdTerms
IdTerm[] getRuledPoolIdTerms()Gets the poolIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRuledPoolTerms
PoolQueryInspector[] getRuledPoolTerms()Gets the pool query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getDistributorIdTerms
IdTerm[] getDistributorIdTerms()Gets the distributorIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getDistributorTerms
DistributorQueryInspector[] getDistributorTerms()Gets the distributor query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getPoolEnablerQueryInspectorRecord
PoolEnablerQueryInspectorRecord getPoolEnablerQueryInspectorRecord(Type poolEnablerRecordType) throws OperationFailedException Gets the pool enabler query inspector record corresponding to the givenPoolEnablerrecordType.- Parameters:
poolEnablerRecordType- a pool enabler record type- Returns:
- the pool enabler query inspector record
- Throws:
NullArgumentException-poolEnablerRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(poolEnablerRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-