Uses of Interface
org.osid.workflow.StepForm
Packages that use StepForm
Package
Description
The Open Service Interface Definitions for the org.osid.workflow
service.
The Open Service Interface Definitions for the org.osid.workflow.batch
service.
-
Uses of StepForm in org.osid.workflow
Methods in org.osid.workflow that return StepFormModifier and TypeMethodDescriptionStepAdminSession.getStepFormForCreate(Id processId, Type[] stepRecordTypes) Gets the step form for creating new steps.StepAdminSession.getStepFormForUpdate(Id stepId) Gets the step form for updating an existing step.Methods in org.osid.workflow with parameters of type StepFormModifier and TypeMethodDescriptionStepAdminSession.createStep(StepForm stepForm) Creates a newStep.voidStepAdminSession.updateStep(StepForm stepForm) Updates an existing step. -
Uses of StepForm in org.osid.workflow.batch
Subinterfaces of StepForm in org.osid.workflow.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating steps in bulk.