Interface | osid.resourcing.CommissionForm | ||
---|---|---|---|
Implements | osid.OsidRelationshipForm | ||
Description |
This is the form for creating and updating | ||
Method | getCompetencyMetadata | ||
Description |
Gets the metadata for the competency. | ||
Return | osid.Metadata | metadata for the competency | |
Compliance | mandatory | This method must be implemented. | |
Method | setCompetency | ||
Description |
Sets the competency. | ||
Parameters | osid.id.Id | competencyId | the new competency |
Errors | INVALID_ARGUMENT | competencyId is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | competencyId is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearCompetency | ||
Description |
Removes the competency. | ||
Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getPercentageMetadata | ||
Description |
Gets the metadata for the percentage availability. | ||
Return | osid.Metadata | metadata for the percentage availability | |
Compliance | mandatory | This method must be implemented. | |
Method | setPercentage | ||
Description |
Sets the percent availability. | ||
Parameters | cardinal | availability | the new percentage vaailability |
Errors | INVALID_ARGUMENT | availability is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearPercentage | ||
Description |
Removes the percentage availability. | ||
Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommissionFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | commissionRecordType | a commission record type |
Return | osid.resourcing.records.CommissionFormRecord | the commission form record | |
Errors | NULL_ARGUMENT | commissionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(commissionRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |