Interface | osid.sequencing.ElementLookupSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods to get the sequence of
elements in a | ||
Method | getAntimatroidId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Antimatroid Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getAntimatroid | ||
Description |
Gets the | ||
Return | osid.sequencing.Antimatroid | the antimatroid | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canLookupElements | ||
Description |
Tests if this user can lookup eleemnts to a chain. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known performing any update will result in a | ||
Return | boolean | false if looking up elements is not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getElements | ||
Description |
Gets the ordered list of elements from a | ||
Parameters | osid.id.Id | chainId | the Id of the chain |
Errors | NOT_FOUND | chainId not found | |
NULL_ARGUMENT | chainId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |