| Interface | osid.OsidOperableForm | ||
|---|---|---|---|
| Implements | osid.OsidForm | ||
| Implemented By | osid.course.CourseForm | ||
osid.course.ActivityUnitForm | |||
osid.assessment.authoring.AssessmentPartForm | |||
osid.OsidRuleForm | |||
osid.OsidGovernatorForm | |||
osid.repository.CompositionForm | |||
osid.journaling.BranchForm | |||
osid.offering.CanonicalUnitForm | |||
osid.configuration.ValueForm | |||
osid.course.program.ProgramForm | |||
osid.mapping.path.ObstacleForm | |||
osid.control.ControllerForm | |||
| Description |
This form is used to create and update operables. | ||
| Method | getEnabledMetadata | ||
| Description |
Gets the metadata for the enabled flag. | ||
| Return | osid.Metadata | metadata for the enabled flag | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setEnabled | ||
| Description |
Sets the administratively enabled flag. | ||
| Parameters | boolean | enabled | the new enabled flag |
| Errors | INVALID_ARGUMENT | enabled is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearEnabled | ||
| Description |
Removes the administratively enabled flag. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDisabledMetadata | ||
| Description |
Gets the metadata for the disabled flag. | ||
| Return | osid.Metadata | metadata for the disabled flag | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setDisabled | ||
| Description |
Sets the administratively disabled flag. | ||
| Parameters | boolean | disabled | the new disabled flag |
| Errors | INVALID_ARGUMENT | disabled is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearDisabled | ||
| Description |
Removes the administratively disabled flag. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |