Interface | osid.rules.Engine | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
An | ||
Method | getEngineRecord | ||
Description |
Gets the engine record corresponding to the given
| ||
Parameters | osid.type.Type | engineRecordType | the type of engine record to retrieve |
Return | osid.rules.records.EngineRecord | the engine record | |
Errors | NULL_ARGUMENT | engineRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(engineRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |