Uses of Interface
org.osid.relationship.batch.RelationshipBatchFormList
Packages that use RelationshipBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.relationship.batch
service.
-
Uses of RelationshipBatchFormList in org.osid.relationship.batch
Methods in org.osid.relationship.batch that return RelationshipBatchFormListModifier and TypeMethodDescriptionRelationshipBatchAdminSession.getRelationshipFormsForCreate(RelationshipPeerList peers, Type[] relationshipRecordTypes) Gets the relationship forms for creating a bunch of new relationships.RelationshipBatchAdminSession.getRelationshipFormsForUpdate(IdList relationshipIds) Gets the relationship forms for updating an existing set of relationships.Methods in org.osid.relationship.batch with parameters of type RelationshipBatchFormListModifier and TypeMethodDescriptionRelationshipBatchAdminSession.createRelationships(RelationshipBatchFormList relationshipForms) Creates a new set ofRelationships.RelationshipBatchAdminSession.updateRelationships(RelationshipBatchFormList relationshipForms) Updates existing relationships.