Interface | osid.rules.check.CheckEngineSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods to retrieve This lookup session defines several views:
| ||
Method | canLookupCheckEngineMappings | ||
Description |
Tests if this user can perform lookups of hold/engine
mappings. A return of true does not guarantee successful
authorization. A return of false indicates that it is
known lookup methods in this session will result in a
| ||
Return | boolean | false if looking up mappings is not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useComparativeCheckEngineView | ||
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 | usePlenaryCheckEngineView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getCheckIdsByEngine | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | engineId | Id of the Engine |
Return | osid.id.IdList | list of related check Ids | |
Errors | NOT_FOUND | engineId is not found | |
NULL_ARGUMENT | engineId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getChecksByEngine | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | engineId | Id of the Engine |
Return | osid.rules.check.CheckList | list of related checks | |
Errors | NOT_FOUND | engineId is not found | |
NULL_ARGUMENT | engineId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCheckIdsByEngines | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | engineIds | list of engine Ids |
Return | osid.id.IdList | list of check Ids | |
Errors | NULL_ARGUMENT | engineIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getChecksByEngines | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | engineIds | list of engine Ids |
Return | osid.rules.check.CheckList | list of checks | |
Errors | NULL_ARGUMENT | engineIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getEngineIdsByCheck | ||
Description |
Gets the | ||
Parameters | osid.id.Id | checkId | Id of a Check |
Return | osid.id.IdList | list of engines | |
Errors | NOT_FOUND | checkId is not found | |
NULL_ARGUMENT | checkId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getEnginesByCheck | ||
Description |
Gets the | ||
Parameters | osid.id.Id | checkId | Id of a Check |
Return | osid.rules.EngineList | list of engines | |
Errors | NOT_FOUND | checkId is not found | |
NULL_ARGUMENT | checkId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |