Interface | osid.subscription.PublisherQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching Publishers may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchPublishers | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getPublisherQuery | ||
Description |
Gets a publisher query. | ||
Return | osid.subscription.PublisherQuery | the publisher query | |
Compliance | mandatory | This method must be implemented. | |
Method | getPublishersByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.subscription.PublisherQuery | publisherQuery | the publisher query |
Return | osid.subscription.PublisherList | the returned PublisherList | |
Errors | NULL_ARGUMENT | publisherQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | publisherQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |