Uses of Interface
org.osid.resourcing.rules.JobConstrainerForm
Packages that use JobConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of JobConstrainerForm in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return JobConstrainerFormModifier and TypeMethodDescriptionJobConstrainerAdminSession.getJobConstrainerFormForCreate(Type[] jobConstrainerRecordTypes) Gets the job constrainer form for creating new job constrainers.JobConstrainerAdminSession.getJobConstrainerFormForUpdate(Id jobConstrainerId) Gets the job constrainer form for updating an existing job constrainer.Methods in org.osid.resourcing.rules with parameters of type JobConstrainerFormModifier and TypeMethodDescriptionJobConstrainerAdminSession.createJobConstrainer(JobConstrainerForm jobConstrainerForm) Creates a newJobConstrainer.voidJobConstrainerAdminSession.updateJobConstrainer(JobConstrainerForm jobConstrainerForm) Updates an existing job constrainer.