Interface | osid.calendaring.Commitment | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
A | ||
Method | getEventId | ||
Description |
Gets the event | ||
Return | osid.id.Id | the event Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getEvent | ||
Description |
Gets the | ||
Return | osid.calendaring.Event | the event | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceId | ||
Description |
Gets the resource | ||
Return | osid.id.Id | a resource Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getResource | ||
Description |
Gets the | ||
Return | osid.resource.Resource | the resource | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommitmentRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | commitmentRecordType | the type of the record to retrieve |
Return | osid.calendaring.records.CommitmentRecord | the commitment record | |
Errors | NULL_ARGUMENT | commitmentRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(commitmentRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |