Interface | osid.forum.ForumSearchSession | ||
---|---|---|---|
Implements | osid.forum.ForumQuerySession | ||
Description |
This session provides methods for searching Forums may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getForumSearch | ||
Description |
Gets a forum search. | ||
Return | osid.forum.ForumSearch | the forum search | |
Compliance | mandatory | This method must be implemented. | |
Method | getForumSearchOrder | ||
Description |
Gets a forum search order. The | ||
Return | osid.forum.ForumSearchOrder | the forum search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getForumsBySearch | ||
Description |
Gets the search results matching the given search. | ||
Parameters | osid.forum.ForumQuery | forumQuery | the forum query |
osid.forum.ForumSearch | forumSearch | the forum search | |
Return | osid.forum.ForumSearchResults | the forum search results | |
Errors | NULL_ARGUMENT | forumQuery or forumSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | forumQuery or forumSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getForumQueryFromInspector | ||
Description |
Gets a forum query from an inspector. The inspector is
available from an | ||
Parameters | osid.forum.ForumQueryInspector | forumQueryInspector | a query inspector |
Return | osid.forum.ForumQuery | the forum query | |
Errors | NULL_ARGUMENT | forumQueryInspector is null | |
UNSUPPORTED | forumQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |