Uses of Interface
org.osid.workflow.rules.StepProcessorEnablerForm
Packages that use StepProcessorEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepProcessorEnablerForm in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepProcessorEnablerFormModifier and TypeMethodDescriptionStepProcessorEnablerAdminSession.getStepProcessorEnablerFormForCreate(Type[] stepProcessorEnablerRecordTypes) Gets the step processor enabler form for creating new step processor enablers.StepProcessorEnablerAdminSession.getStepProcessorEnablerFormForUpdate(Id stepProcessorEnablerId) Gets the step processor enabler form for updating an existing step processor enabler.Methods in org.osid.workflow.rules with parameters of type StepProcessorEnablerFormModifier and TypeMethodDescriptionStepProcessorEnablerAdminSession.createStepProcessorEnabler(StepProcessorEnablerForm stepProcessorEnablerForm) Creates a newStepProcessorEnabler.voidStepProcessorEnablerAdminSession.updateStepProcessorEnabler(StepProcessorEnablerForm stepProcessorEnablerForm) Updates an existing step processor enabler.