| Interface | osid.profile.batch.ProfileEntryBatchForm | ||
|---|---|---|---|
| Implements | osid.profile.ProfileEntryForm | ||
| Description |
This is the form for creating and updating profile entries
in bulk. | ||
| Method | hasAgent | ||
| Description |
Tests if the create request specified an agent. | ||
| Return | boolean | true if an agent is available, false
otherwise | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true or hasAgent()
is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | hasResource | ||
| Description |
Tests if the create request specified a resource. | ||
| Return | boolean | true if a resource is available, false
otherwise | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true or hasResource()
is false | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileItemId | ||
| Description |
Gets the work | ||
| Return | osid.id.Id | the profile item Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileEntryId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the profile entry Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |