Uses of Interface
org.osid.subscription.PublisherForm
Packages that use PublisherForm
Package
Description
The Open Service Interface Definitions for the org.osid.subscription
service.
The Open Service Interface Definitions for the org.osid.subscription.batch
service.
-
Uses of PublisherForm in org.osid.subscription
Methods in org.osid.subscription that return PublisherFormModifier and TypeMethodDescriptionPublisherAdminSession.getPublisherFormForCreate(Type[] publisherRecordTypes) Gets the publisher form for creating new publishers.PublisherAdminSession.getPublisherFormForUpdate(Id publisherId) Gets the publisher form for updating an existing publisher.Methods in org.osid.subscription with parameters of type PublisherFormModifier and TypeMethodDescriptionPublisherAdminSession.createPublisher(PublisherForm publisherForm) Creates a newPublisher.voidPublisherAdminSession.updatePublisher(PublisherForm publisherForm) Updates an existing publisher. -
Uses of PublisherForm in org.osid.subscription.batch
Subinterfaces of PublisherForm in org.osid.subscription.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating publishers in bulk.