Uses of Interface
org.osid.relationship.RelationshipForm
Packages that use RelationshipForm
Package
Description
The Open Service Interface Definitions for the org.osid.relationship
service.
The Open Service Interface Definitions for the org.osid.relationship.batch
service.
-
Uses of RelationshipForm in org.osid.relationship
Methods in org.osid.relationship that return RelationshipFormModifier and TypeMethodDescriptionRelationshipAdminSession.getRelationshipFormForCreate(Id sourceId, Id destinationId, Type[] relationshipRecordTypes) Gets the relationship form for creating new relationships.RelationshipAdminSession.getRelationshipFormForUpdate(Id relationshipId) Gets the relationship form for updating an existing relationship.Methods in org.osid.relationship with parameters of type RelationshipFormModifier and TypeMethodDescriptionRelationshipAdminSession.createRelationship(RelationshipForm relationshipForm) Creates a newRelationship.voidRelationshipAdminSession.updateRelationship(RelationshipForm relationshipForm) Updates an existing relationship. -
Uses of RelationshipForm in org.osid.relationship.batch
Subinterfaces of RelationshipForm in org.osid.relationship.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating relationships in bulk.