Interface | osid.course.chronicle.CredentialEntryForm | ||
---|---|---|---|
Implements | osid.OsidRelationshipForm | ||
Description |
This is the form for creating and updating | ||
Method | getDateAwardedMetadata | ||
Description |
Gets the metadata for the award date. | ||
Return | osid.Metadata | metadata for the award date | |
Compliance | mandatory | This method must be implemented. | |
Method | setDateAwarded | ||
Description |
Sets the award date. | ||
Parameters | osid.calendaring.DateTime | date | the new date |
Errors | INVALID_ARGUMENT | date is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | date is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearDateAwarded | ||
Description |
Clears the award date. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getProgramMetadata | ||
Description |
Gets the metadata for the program. | ||
Return | osid.Metadata | metadata for the program | |
Compliance | mandatory | This method must be implemented. | |
Method | setProgram | ||
Description |
Sets the program. | ||
Parameters | osid.id.Id | programId | the new program |
Errors | INVALID_ARGUMENT | programId is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | programId is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearProgram | ||
Description |
Clears the program. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getCredentialEntryFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | credentialEntryRecordType | a credential entry record type |
Return | osid.course.chronicle.records.CredentialEntryFormRecord | the credential entry form record | |
Errors | NULL_ARGUMENT | credentialEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(credentialEntryRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |