Uses of Interface
org.osid.resourcing.FoundryForm
Packages that use FoundryForm
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of FoundryForm in org.osid.resourcing
Methods in org.osid.resourcing that return FoundryFormModifier and TypeMethodDescriptionFoundryAdminSession.getFoundryFormForCreate(Type[] foundryRecordTypes) Gets the foundry form for creating new foundries.FoundryAdminSession.getFoundryFormForUpdate(Id foundryId) Gets the foundry form for updating an existing foundry.Methods in org.osid.resourcing with parameters of type FoundryFormModifier and TypeMethodDescriptionFoundryAdminSession.createFoundry(FoundryForm foundryForm) Creates a newFoundry.voidFoundryAdminSession.updateFoundry(FoundryForm foundryForm) Updates an existing foundry -
Uses of FoundryForm in org.osid.resourcing.batch
Subinterfaces of FoundryForm in org.osid.resourcing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating foundries in bulk.