| Interface | osid.OsidRuleApplicatorForm | ||
|---|---|---|---|
| Implements | osid.OsidEnablerForm | ||
| Implemented By | osid.rules.check.InstructionForm | ||
| Description |
This form is used to create and update rule applicators. | ||
| Method | getResourceMetadata | ||
| Description |
Gets the metadata for an applied resource. | ||
| Return | osid.Metadata | metadata for the resource. | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setResource | ||
| Description |
Sets a resource. | ||
| Parameters | osid.id.Id | resourceId | the new resource |
| Errors | INVALID_ARGUMENT | resourceId is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | resourceId is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearResource | ||
| Description |
Removes the resource. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |