| Interface | osid.control.rules.TriggerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining trigger enabler queries. | ||
| Method | getRuledTriggerIdTerms | ||
| Description |
Gets the trigger | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledTriggerTerms | ||
| Description |
Gets the trigger query terms. | ||
| Return | osid.control.TriggerQueryInspector[] | 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 | getTriggerEnablerQueryInspectorRecord | ||
| Description |
Gets the trigger enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | triggerEnablerRecordType | a trigger enabler record type |
| Return | osid.control.rules.records.TriggerEnablerQueryInspectorRecord | the trigger enabler query inspector record | |
| Errors | NULL_ARGUMENT | triggerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(triggerEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |