Registration Request
Osid Request
A RegistrationRequest.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| OsidRequest | |||
postingDate |
datetime | the request date | |
requesterId |
id | the resource Id |
|
requester |
Resource | the resource | |
isSubmitted |
boolean | true if this request has been submitted, false otherwise | |
submittedDate |
datetime | the submission date | |
submitterId |
id | the resource Id |
|
submitter |
Resource | the resource | |
submittingAgentId |
id | the submitting agent Id |
|
submittingAgent |
Agent | the submitting agent | |
isCanceled |
boolean | true if this request has been canceled, false otherwise | |
canceledDate |
datetime | the cancel date | |
isProcessed |
boolean | true if this request has been processed, false otherwise | |
processedDate |
datetime | the procsssed date | |
hasError |
boolean | true if this request has error, false otherwise | |
errorId |
id | the state Id |
|
error |
State | the state | |
Registration Request Item
Osid Object
Subjugateable
A RegistrationRequestItem supports
several operations:
- ADD: Registers the student into the
designated
RegistrationTarget. - DROP: Ends the existing
Registration. - UPDATE: Swaps the existing
Registrationwith theRegistrationTargetand/or updates the credit and grading options.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Name | Syntax | Many | Description |
|---|---|---|---|
registrationRequestId |
id | the registration request Id |
|
registrationRequest |
RegistrationRequest | the registration request | |
studentId |
id | the resource Id |
|
student |
Resource | the resource | |
registrationOperation |
RegistrationOperation | the operation | |
regsistrationTargetId |
id | the registration target Id |
|
registrationTarget |
RegistrationTarget | the registration target | |
exixtingRegsistrationId |
id | the existing registration Id |
|
existingRegistration |
Registration | the existing registration | |
specifiesCreditOption |
boolean | true if this a credit option is specified, false
otherwise |
|
creditOption |
decimal | the number of credits | |
specifiesGradingOption |
boolean | true if this a grading option is specified,
false otherwise |
|
gradingOptionId |
id | the grading system Id |
|
gradingOption |
GradeSystem | the grade system option |