| Interface | osid.control.rules.ActionEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining action enabler queries. | ||
| Method | getRuledActionIdTerms | ||
| Description |
Gets the action | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledActionTerms | ||
| Description |
Gets the action query terms. | ||
| Return | osid.control.ActionQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSystemIdTerms | ||
| Description |
Gets the system | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSystemTerms | ||
| Description |
Gets the system query terms. | ||
| Return | osid.control.SystemQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActionEnablerQueryInspectorRecord | ||
| Description |
Gets the action enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | actionEnablerRecordType | an action enabler record type |
| Return | osid.control.rules.records.ActionEnablerQueryInspectorRecord | the action enabler query inspector record | |
| Errors | NULL_ARGUMENT | actionEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(actionEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |