Interface | osid.OsidContainableForm | ||
---|---|---|---|
Implements | osid.OsidForm | ||
Description |
This form is used to create and update containers. | ||
Method | getSequesteredMetadata | ||
Description |
Gets the metadata for the sequestered flag. | ||
Return | osid.Metadata | metadata for the sequestered flag | |
Compliance | mandatory | This method must be implemented. | |
Method | setSequestered | ||
Description |
Sets the sequestered flag. | ||
Parameters | boolean | sequestered | the new sequestered flag |
Errors | INVALID_ARGUMENT | sequestered is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearSequestered | ||
Description |
Clears the sequestered flag. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. |