Uses of Interface
org.osid.provisioning.rules.PoolEnablerForm
Packages that use PoolEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of PoolEnablerForm in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return PoolEnablerFormModifier and TypeMethodDescriptionPoolEnablerAdminSession.getPoolEnablerFormForCreate(Type[] poolEnablerRecordTypes) Gets the pool enabler form for creating new pool enablers.PoolEnablerAdminSession.getPoolEnablerFormForUpdate(Id poolEnablerId) Gets the pool enabler form for updating an existing pool enabler.Methods in org.osid.provisioning.rules with parameters of type PoolEnablerFormModifier and TypeMethodDescriptionPoolEnablerAdminSession.createPoolEnabler(PoolEnablerForm poolEnablerForm) Creates a newPoolEnabler.voidPoolEnablerAdminSession.updatePoolEnabler(PoolEnablerForm poolEnablerForm) Updates an existing pool enabler.