Interface | osid.profile.ProfileEntry | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
An ProfileEntry is a mapping among an The actor of an profile may be specified in a variety of forms.
An explicit An | ||
Method | isImplicit | ||
Description |
Tests if this profile entry is implicitly generated. | ||
Return | boolean | true if this profile entry is implicit, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | hasResource | ||
Description |
Tests if this profile entry has a | ||
Return | boolean | true if this profile entry has a Resource,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Resource Id | |
Errors | ILLEGAL_STATE | hasResource() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getResource | ||
Description |
Gets the | ||
Return | osid.resource.Resource | the Resource | |
Errors | ILLEGAL_STATE | hasResource() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | hasAgent | ||
Description |
Tests if this profile entry has an | ||
Return | boolean | true if this profile entry has an Agent,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getAgentId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Agent Id | |
Errors | ILLEGAL_STATE | hasAgent() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getAgent | ||
Description |
Gets the | ||
Return | osid.authentication.Agent | the Agent | |
Errors | ILLEGAL_STATE | hasAgent() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | getProfileItemId | ||
Description |
Gets the | ||
Return | osid.id.Id | the profile item Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getProfileItem | ||
Description |
Gets the | ||
Return | osid.profile.ProfileItem | the profile item | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getProfileEntryRecord | ||
Description |
Gets the proile entry record corresponding to the given
| ||
Parameters | osid.type.Type | profileEntryRecordType | the type of the record to retrieve |
Return | osid.profile.records.ProfileEntryRecord | the profile entry record | |
Errors | NULL_ARGUMENT | profileEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(profileEntryRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |