Uses of Interface
org.osid.workflow.batch.ProcessBatchFormList
Packages that use ProcessBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.batch
service.
-
Uses of ProcessBatchFormList in org.osid.workflow.batch
Methods in org.osid.workflow.batch that return ProcessBatchFormListModifier and TypeMethodDescriptionProcessBatchAdminSession.getProcessFormsForCreate(long number, Type[] processRecordTypes) Gets the process forms for creating a bunch of new processes.ProcessBatchAdminSession.getProcessFormsForUpdate(IdList processIds) Gets the process forms for updating an existing set of processes.Methods in org.osid.workflow.batch with parameters of type ProcessBatchFormListModifier and TypeMethodDescriptionProcessBatchAdminSession.createProcesses(ProcessBatchFormList processForms) Creates a new set ofProcesses.ProcessBatchAdminSession.updateProcesses(ProcessBatchFormList processForms) Updates existing processes.