Uses of Interface
org.osid.cataloging.rules.CatalogEnablerForm
Packages that use CatalogEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.cataloging.rules
service.
-
Uses of CatalogEnablerForm in org.osid.cataloging.rules
Methods in org.osid.cataloging.rules that return CatalogEnablerFormModifier and TypeMethodDescriptionCatalogEnablerAdminSession.getCatalogEnablerFormForCreate(Type[] catalogEnablerRecordTypes) Gets the catalog enabler form for creating new catalog enablers.CatalogEnablerAdminSession.getCatalogEnablerFormForUpdate(Id catalogEnablerId) Gets the catalog enabler form for updating an existing catalog enabler.Methods in org.osid.cataloging.rules with parameters of type CatalogEnablerFormModifier and TypeMethodDescriptionCatalogEnablerAdminSession.createCatalogEnabler(CatalogEnablerForm catalogEnablerForm) Creates a newCatalogEnabler.voidCatalogEnablerAdminSession.updateCatalogEnabler(CatalogEnablerForm catalogEnablerForm) Updates an existing catalog enabler.