Uses of Interface
org.osid.workflow.rules.StepConstrainerForm
Packages that use StepConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepConstrainerForm in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepConstrainerFormModifier and TypeMethodDescriptionStepConstrainerAdminSession.getStepConstrainerFormForCreate(Type[] stepConstrainerRecordTypes) Gets the step constrainer form for creating new step constrainers.StepConstrainerAdminSession.getStepConstrainerFormForUpdate(Id stepConstrainerId) Gets the step constrainer form for updating an existing step constrainer.Methods in org.osid.workflow.rules with parameters of type StepConstrainerFormModifier and TypeMethodDescriptionStepConstrainerAdminSession.createStepConstrainer(StepConstrainerForm stepConstrainerForm) Creates a newStepConstrainer.voidStepConstrainerAdminSession.updateStepConstrainer(StepConstrainerForm stepConstrainerForm) Updates an existing step constrainer.