Uses of Interface
org.osid.mapping.batch.MapBatchFormList
Packages that use MapBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.batch
service.
-
Uses of MapBatchFormList in org.osid.mapping.batch
Methods in org.osid.mapping.batch that return MapBatchFormListModifier and TypeMethodDescriptionMapBatchAdminSession.getMapFormsForCreate(long number, Type[] mapRecordTypes) Gets the map forms for creating a bunch of new maps.MapBatchAdminSession.getMapFormsForUpdate(IdList mapIds) Gets the map forms for updating an existing set of maps.Methods in org.osid.mapping.batch with parameters of type MapBatchFormListModifier and TypeMethodDescriptionMapBatchAdminSession.createMaps(MapBatchFormList mapForms) Creates a new set ofMaps.MapBatchAdminSession.updateMaps(MapBatchFormList mapForms) Updates existing maps.