Uses of Interface
org.osid.mapping.path.batch.PathBatchFormList
Packages that use PathBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of PathBatchFormList in org.osid.mapping.path.batch
Methods in org.osid.mapping.path.batch that return PathBatchFormListModifier and TypeMethodDescriptionPathBatchAdminSession.getPathFormsForCreate(long number, Type[] pathRecordTypes) Gets the path forms for creating a bunch of new paths.PathBatchAdminSession.getPathFormsForUpdate(IdList pathIds) Gets the path forms for updating an existing set of paths.Methods in org.osid.mapping.path.batch with parameters of type PathBatchFormListModifier and TypeMethodDescriptionPathBatchAdminSession.createPaths(PathBatchFormList pathForms) Creates a new set ofPaths.PathBatchAdminSession.updatePaths(PathBatchFormList pathForms) Updates existing paths.