Uses of Interface
org.osid.installation.batch.PackageBatchFormList
Packages that use PackageBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.installation.batch
service.
-
Uses of PackageBatchFormList in org.osid.installation.batch
Methods in org.osid.installation.batch that return PackageBatchFormListModifier and TypeMethodDescriptionPackageBatchAdminSession.getPackageFormsForCreate(long number, Type[] packageRecordTypes) Gets the package forms for creating a bunch of new packages.PackageBatchAdminSession.getPackageFormsForUpdate(IdList packageIds) Gets the package forms for updating an existing set of packages.Methods in org.osid.installation.batch with parameters of type PackageBatchFormListModifier and TypeMethodDescriptionPackageBatchAdminSession.createPackages(PackageBatchFormList packageForms) Creates a new set ofPackages.PackageBatchAdminSession.updatePackages(PackageBatchFormList packageForms) Updates existing packages.