Interface | osid.calendaring.rules.CommitmentEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining commitment enabler queries. | ||
Method | getRuledCommitmentIdTerms | ||
Description |
Gets the commitment | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledCommitmentTerms | ||
Description |
Gets the commitment query terms. | ||
Return | osid.calendaring.CommitmentQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarIdTerms | ||
Description |
Gets the calendar | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarTerms | ||
Description |
Gets the calendar query terms. | ||
Return | osid.calendaring.CalendarQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommitmentEnablerQueryInspectorRecord | ||
Description |
Gets the commitment enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | commitmentEnablerRecordType | a commitment enabler record type |
Return | osid.calendaring.rules.records.CommitmentEnablerQueryInspectorRecord | the commitment enabler query inspector record | |
Errors | NULL_ARGUMENT | commitmentEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(commitmentEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |