Uses of Interface
org.osid.lexicon.PressForm
Packages that use PressForm
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon
service.
The Open Service Interface Definitions for the org.osid.lexicon.batch
service.
-
Uses of PressForm in org.osid.lexicon
Methods in org.osid.lexicon that return PressFormModifier and TypeMethodDescriptionPressAdminSession.getPressFormForCreate(Type[] pressRecordTypes) Gets the press form for creating new presses.PressAdminSession.getPressFormForUpdate(Id pressId) Gets the press form for updating an existing press.Methods in org.osid.lexicon with parameters of type PressFormModifier and TypeMethodDescriptionPressAdminSession.createPress(PressForm pressForm) Creates a newPress.voidPressAdminSession.updatePress(PressForm pressForm) Updates an existing press -
Uses of PressForm in org.osid.lexicon.batch
Subinterfaces of PressForm in org.osid.lexicon.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating presses in bulk.