Uses of Interface
org.osid.installation.DepotForm
Packages that use DepotForm
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 DepotForm in org.osid.installation
Methods in org.osid.installation that return DepotFormModifier and TypeMethodDescriptionDepotAdminSession.getDepotFormForCreate(Type[] depotRecordTypes) Gets the depot form for creating new depots.DepotAdminSession.getDepotFormForUpdate(Id depotId) Gets the depot form for updating an existing depot.Methods in org.osid.installation with parameters of type DepotFormModifier and TypeMethodDescriptionDepotAdminSession.createDepot(DepotForm depotForm) Creates a newDepot.voidDepotAdminSession.updateDepot(DepotForm depotForm) Updates an existing depot. -
Uses of DepotForm in org.osid.installation.batch
Subinterfaces of DepotForm in org.osid.installation.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating depots in bulk.