Interface | osid.installation.InstallationContentForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
osid.OsidSubjugateableForm | |||
Description |
This is the form for creating and updating | ||
Method | getDataMetadata | ||
Description |
Gets the metadata for the content data. | ||
Return | osid.Metadata | metadata for the content data | |
Compliance | mandatory | This method must be implemented. | |
Method | setData | ||
Description |
Sets the content data. | ||
Parameters | osid.transport.DataInputStream | data | the content data |
Errors | INVALID_ARGUMENT | data is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | data is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearData | ||
Description |
Removes the content data. | ||
Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstallationContentFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | installationContentRecordType | the installation content record type |
Return | osid.installation.records.InstallationContentFormRecord | the installation content form record | |
Errors | NULL_ARGUMENT | installationContentRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(installationContentRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |