Interface | osid.tracking.IssueSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing issue searches. | ||
Method | searchAmongIssues | ||
Description |
Execute this search among the given list of issues. | ||
Parameters | osid.id.IdList | issueIds | list of issues |
Errors | NULL_ARGUMENT | issueIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderIssueResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.tracking.IssueSearchOrder | issueSearchOrder | issue search order |
Errors | NULL_ARGUMENT | issueSearchOrder is null | |
UNSUPPORTED | issueSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getIssueSearchRecord | ||
Description |
Gets the issue search record corresponding to the given
issue search record | ||
Parameters | osid.type.Type | issueSearchRecordType | a issue search record type |
Return | osid.tracking.records.IssueSearchRecord | the issue search record | |
Errors | NULL_ARGUMENT | issueSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(issueSearchRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |