| Interface | osid.personnel.OrganizationForm | ||
|---|---|---|---|
| Implements | osid.OsidObjectForm | ||
osid.OsidFederateableForm | |||
osid.OsidTemporalForm | |||
| Description |
This is the form for creating and updating | ||
| Method | getDisplayLabelMetadata | ||
| Description |
Gets the metadata for a display label. | ||
| Return | osid.Metadata | metadata for the label | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setDisplayLabel | ||
| Description |
Sets the display label. | ||
| Parameters | string | label | the v |
| Errors | INVALID_ARGUMENT | label is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | label is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearDisplayLabel | ||
| Description |
Clears the display label. | ||
| Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOrganizationFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | organizationRecordType | the organization record type |
| Return | osid.personnel.records.OrganizationFormRecord | the record | |
| Errors | NULL_ARGUMENT | organizationRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(organizationRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |