Uses of Interface
org.osid.provisioning.rules.PoolConstrainerForm
Packages that use PoolConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of PoolConstrainerForm in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return PoolConstrainerFormModifier and TypeMethodDescriptionPoolConstrainerAdminSession.getPoolConstrainerFormForCreate(Type[] poolConstrainerRecordTypes) Gets the pool constrainer form for creating new pool constrainers.PoolConstrainerAdminSession.getPoolConstrainerFormForUpdate(Id poolConstrainerId) Gets the pool constrainer form for updating an existing pool constrainer.Methods in org.osid.provisioning.rules with parameters of type PoolConstrainerFormModifier and TypeMethodDescriptionPoolConstrainerAdminSession.createPoolConstrainer(PoolConstrainerForm poolConstrainerForm) Creates a newPoolConstrainer.voidPoolConstrainerAdminSession.updatePoolConstrainer(PoolConstrainerForm poolConstrainerForm) Updates an existing pool constrainer.