Interface | osid.mapping.path.Path | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
A | ||
Method | getPathRecord | ||
Description |
Gets the path record corresponding to the given | ||
Parameters | osid.type.Type | pathRecordType | the type of path record to retrieve |
Return | osid.mapping.path.records.PathRecord | the path record | |
Errors | NULL_ARGUMENT | pathRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(pathRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |