public interface CanonicalUnitProcessorEnablerQueryInspector extends OsidEnablerQueryInspector
This is the query inspector for examining canonical unit processor enabler queries.
| Modifier and Type | Method and Description |
|---|---|
CanonicalUnitProcessorEnablerQueryInspectorRecord |
getCanonicalUnitProcessorEnablerQueryInspectorRecord(Type canonicalUnitProcessorEnablerRecordType)
Gets the canonical unit processor enabler query inspector record
corresponding to the given
CanonicalUnitProcessorEnabler
record Type. |
IdTerm[] |
getCatalogueIdTerms()
Gets the catalogue
Id query terms. |
CatalogueQueryInspector[] |
getCatalogueTerms()
Gets the catalogue query terms.
|
IdTerm[] |
getRuledCanonicalUnitProcessorIdTerms()
Gets the canonical unit processor
Id query terms. |
CanonicalUnitProcessorQueryInspector[] |
getRuledCanonicalUnitProcessorTerms()
Gets the canonical unit processor 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[] getRuledCanonicalUnitProcessorIdTerms()
Id query terms.mandatory - This method must be implemented. CanonicalUnitProcessorQueryInspector[] getRuledCanonicalUnitProcessorTerms()
mandatory - This method must be implemented. IdTerm[] getCatalogueIdTerms()
Id query terms.mandatory - This method must be implemented. CatalogueQueryInspector[] getCatalogueTerms()
mandatory - This method must be implemented. CanonicalUnitProcessorEnablerQueryInspectorRecord getCanonicalUnitProcessorEnablerQueryInspectorRecord(Type canonicalUnitProcessorEnablerRecordType) throws OperationFailedException
CanonicalUnitProcessorEnabler
record Type. canonicalUnitProcessorEnablerRecordType - a canonical unit
processor enabler record typeNullArgumentException -
canonicalUnitProcessorEnablerRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(canonicalUnitProcessorEnablerRecordType)
is false mandatory - This method must be implemented.