| Interface | osid.OsidEffectuatorForm | ||
|---|---|---|---|
| Implements | osid.OsidEnablerForm | ||
| Implemented By | osid.authorization.rules.AuthorizationEnablerForm | ||
| Description |
This form is used to create and update effectuators. | ||
| Method | getCreateOnceMetadata | ||
| Description |
Gets the metadata for the create once flag. | ||
| Return | osid.Metadata | metadata for the create once flag | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCreateOnce | ||
| Description |
Sets the create once flag. | ||
| Parameters | boolean | flag | the create once flag |
| Errors | INVALID_ARGUMENT | flag is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCreateOnce | ||
| Description |
Removes the create once flag. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumContinuityGapMetadata | ||
| Description |
Gets the metadata for the minimum continuity gap. | ||
| Return | osid.Metadata | metadata for the minimum continuity gap | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setMinimumContinuityGap | ||
| Description |
Sets the minimum continuity gap. | ||
| Parameters | osid.calendaring.Duration | duration | the new duration |
| Errors | INVALID_ARGUMENT | duration is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | duration is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearMinimumContinuityGap | ||
| Description |
Removes the minimum continuity gap. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |