Uses of Interface
org.osid.workflow.rules.ProcessConstrainerForm
Packages that use ProcessConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of ProcessConstrainerForm in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return ProcessConstrainerFormModifier and TypeMethodDescriptionProcessConstrainerAdminSession.getProcessConstrainerFormForCreate(Type[] processConstrainerRecordTypes) Gets the process constrainer form for creating new process constrainers.ProcessConstrainerAdminSession.getProcessConstrainerFormForUpdate(Id processConstrainerId) Gets the process constrainer form for updating an existing process constrainer.Methods in org.osid.workflow.rules with parameters of type ProcessConstrainerFormModifier and TypeMethodDescriptionProcessConstrainerAdminSession.createProcessConstrainer(ProcessConstrainerForm processConstrainerForm) Creates a newProcessConstrainer.voidProcessConstrainerAdminSession.updateProcessConstrainer(ProcessConstrainerForm processConstrainerForm) Updates an existing process constrainer.