| Interface | osid.mapping.MapForm | ||
|---|---|---|---|
| Implements | osid.OsidCatalogForm | ||
| Implemented By | osid.mapping.batch.MapBatchForm | ||
| Used By | osid.mapping.MapAdminSession | ||
| Description |
This is the form for creating and updating maps. Like all
| ||
| Method | getMapFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | mapRecordType | a map record type |
| Return | osid.mapping.records.MapFormRecord | the map form record | |
| Errors | NULL_ARGUMENT | mapRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(mapRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |