Uses of Interface
org.osid.resource.batch.ResourceRelationshipBatchFormList
Packages that use ResourceRelationshipBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resource.batch
service.
-
Uses of ResourceRelationshipBatchFormList in org.osid.resource.batch
Methods in org.osid.resource.batch that return ResourceRelationshipBatchFormListModifier and TypeMethodDescriptionResourceRelationshipBatchAdminSession.getResourceRelationshipFormsForCreate(ResourceRelationshipPeerList peers, Type[] resourceRelationshipRecordTypes) Gets the resource relationship forms for creating a bunch of new resource relationships.ResourceRelationshipBatchAdminSession.getResourceRelationshipFormsForUpdate(IdList resourceRelationshipIds) Gets the resource relationship forms for updating an existing set of resource relationships.Methods in org.osid.resource.batch with parameters of type ResourceRelationshipBatchFormListModifier and TypeMethodDescriptionResourceRelationshipBatchAdminSession.createResourceRelationships(ResourceRelationshipBatchFormList resourceRelationshipForms) Creates a new set ofResourceRelationships.ResourceRelationshipBatchAdminSession.updateResourceRelationships(ResourceRelationshipBatchFormList resourceRelationshipForms) Updates existing resource relationships.