| Package | Description |
|---|---|
| org.osid.relationship |
The Open Service Interface Definitions for the org.osid.relationship
service.
|
| org.osid.relationship.batch |
The Open Service Interface Definitions for the org.osid.relationship.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipForm |
RelationshipAdminSession.getRelationshipFormForCreate(Id sourceId,
Id destinationId,
Type[] relationshipRecordTypes)
Gets the relationship form for creating new relationships.
|
RelationshipForm |
RelationshipAdminSession.getRelationshipFormForUpdate(Id relationshipId)
Gets the relationship form for updating an existing relationship.
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
RelationshipAdminSession.createRelationship(RelationshipForm relationshipForm)
Creates a new
Relationship. |
void |
RelationshipAdminSession.updateRelationship(RelationshipForm relationshipForm)
Updates an existing relationship.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationshipBatchForm
This is the form for creating and updating relationships in bulk.
|