Uses of Interface
org.osid.workflow.batch.StepBatchFormList
Packages that use StepBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.batch
service.
-
Uses of StepBatchFormList in org.osid.workflow.batch
Methods in org.osid.workflow.batch that return StepBatchFormListModifier and TypeMethodDescriptionStepBatchAdminSession.getStepFormsForCreate(IdList processIds, Type[] stepRecordTypes) Gets the step forms for creating a bunch of new steps.StepBatchAdminSession.getStepFormsForUpdate(IdList stepIds) Gets the step forms for updating an existing set of steps.Methods in org.osid.workflow.batch with parameters of type StepBatchFormListModifier and TypeMethodDescriptionStepBatchAdminSession.createSteps(StepBatchFormList stepForms) Creates a new set ofSteps.StepBatchAdminSession.updateSteps(StepBatchFormList stepForms) Updates existing steps.