Uses of Interface
org.osid.resource.batch.ResourceBatchFormList
Packages that use ResourceBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resource.batch
service.
-
Uses of ResourceBatchFormList in org.osid.resource.batch
Methods in org.osid.resource.batch that return ResourceBatchFormListModifier and TypeMethodDescriptionResourceBatchAdminSession.getResourceFormsForCreate(long number, Type[] resourceRecordTypes) Gets the resource forms for creating a bunch of new resources.ResourceBatchAdminSession.getResourceFormsForUpdate(IdList resourceIds) Gets the resource forms for updating an existing set of resources.Methods in org.osid.resource.batch with parameters of type ResourceBatchFormListModifier and TypeMethodDescriptionResourceBatchAdminSession.createResources(ResourceBatchFormList resourceForms) Creates a new set ofResources.ResourceBatchAdminSession.updateResources(ResourceBatchFormList resourceForms) Updates existing resources.