Interface | osid.resourcing.Effort | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
An | ||
Method | getResourceId | ||
Description |
Gets the | ||
Return | osid.id.Id | the resource Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getResource | ||
Description |
Gets the resource. | ||
Return | osid.resource.Resource | the resource | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommissionId | ||
Description |
Gets the | ||
Return | osid.id.Id | the commission Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommission | ||
Description |
Gets the commission. | ||
Return | osid.resourcing.Commission | the commission | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getTimeSpent | ||
Description |
Gets the time spent on this commission. | ||
Return | osid.calendaring.Duration | the time spent | |
Compliance | mandatory | This method must be implemented. | |
Method | getEffortRecord | ||
Description |
Gets the effort record corresponding to the given
| ||
Parameters | osid.type.Type | effortRecordType | the type of effort record to retrieve |
Return | osid.resourcing.records.EffortRecord | the effort record | |
Errors | NULL_ARGUMENT | effortRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(effortRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |