Interface | osid.sequencing.AntimatroidLookupSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for retrieving This session defines views that offer differing behaviors when retrieving multiple objects.
Generally, the comparative view should be used for most
applications as it permits operation even if there is data
that cannot be accessed. For example, a browsing application
may only need to examine the | ||
Method | canLookupAntimatroids | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if lookup methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useComparativeAntimatroidView | ||
Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | usePlenaryAntimatroidView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getAntimatroid | ||
Description |
Gets the | ||
Parameters | osid.id.Id | antimatroidId | Id of the Antimatroid |
Return | osid.sequencing.Antimatroid | the antimatroid | |
Errors | NOT_FOUND | antimatroidId not found | |
NULL_ARGUMENT | antimatroidId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getAntimatroidsByIds | ||
Description |
Gets an | ||
Parameters | osid.id.IdList | antimatroidIds | the list of Ids to retrieve |
Return | osid.sequencing.AntimatroidList | the returned Antimatroid list | |
Errors | NOT_FOUND | an Id was not found | |
NULL_ARGUMENT | antimatroidIds is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAntimatroidsByGenusType | ||
Description |
Gets an | ||
Parameters | osid.type.Type | antimatroidGenusType | an antimatroid genus type |
Return | osid.sequencing.AntimatroidList | the returned Antimatroid list | |
Errors | NULL_ARGUMENT | antimatroidGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAntimatroidsByParentGenusType | ||
Description |
Gets an | ||
Parameters | osid.type.Type | antimatroidGenusType | an antimatroid genus type |
Return | osid.sequencing.AntimatroidList | the returned Antimatroid list | |
Errors | NULL_ARGUMENT | antimatroidGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAntimatroidsByRecordType | ||
Description |
Gets an | ||
Parameters | osid.type.Type | antimatroidRecordType | an antimatroid record type |
Return | osid.sequencing.AntimatroidList | the returned Antimatroid list | |
Errors | NULL_ARGUMENT | antimatroidRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAntimatroidsByProvider | ||
Description |
Gets an | ||
Parameters | osid.id.Id | resourceId | a resource Id |
Return | osid.sequencing.AntimatroidList | the returned Antimatroid list | |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAntimatroids | ||
Description |
Gets all | ||
Return | osid.sequencing.AntimatroidList | a list of Antimatroids | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |