Interface | osid.repository.rules.CompositionEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining composition enabler queries. | ||
Method | getRuledCompositionIdTerms | ||
Description |
Gets the composition | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledCompositionTerms | ||
Description |
Gets the composition query terms. | ||
Return | osid.repository.CompositionQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRepositoryIdTerms | ||
Description |
Gets the repository | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRepositoryTerms | ||
Description |
Gets the repository query terms. | ||
Return | osid.repository.RepositoryQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCompositionEnablerQueryInspectorRecord | ||
Description |
Gets the composition enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | compositionEnablerRecordType | a composition enabler record type |
Return | osid.repository.rules.records.CompositionEnablerQueryInspectorRecord | the composition enabler query inspector record | |
Errors | NULL_ARGUMENT | compositionEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(compositionEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |