Uses of Interface
org.osid.installation.PackageForm
Packages that use PackageForm
Package
Description
The Open Service Interface Definitions for the org.osid.installation
service.
The Open Service Interface Definitions for the org.osid.installation.batch
service.
-
Uses of PackageForm in org.osid.installation
Methods in org.osid.installation that return PackageFormModifier and TypeMethodDescriptionPackageAdminSession.getPackageFormForCreate(Type[] packageRecordTypes) Gets the package form for creating new packages.PackageAdminSession.getPackageFormForUpdate(Id packageId) Gets the package form for updating an existing package.Methods in org.osid.installation with parameters of type PackageFormModifier and TypeMethodDescriptionPackageAdminSession.createPackage(PackageForm packageForm) Creates a newPackage.voidPackageAdminSession.updatePackage(PackageForm packageForm) Updates an existing package. -
Uses of PackageForm in org.osid.installation.batch
Subinterfaces of PackageForm in org.osid.installation.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating packages in bulk.