Uses of Interface
org.osid.workflow.ProcessForm
Packages that use ProcessForm
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 ProcessForm in org.osid.workflow
Methods in org.osid.workflow that return ProcessFormModifier and TypeMethodDescriptionProcessAdminSession.getProcessFormForCreate(Type[] processRecordTypes) Gets the process form for creating new processes.ProcessAdminSession.getProcessFormForUpdate(Id processId) Gets the process form for updating an existing process.Methods in org.osid.workflow with parameters of type ProcessFormModifier and TypeMethodDescriptionProcessAdminSession.createProcess(ProcessForm processForm) Creates a newProcess.voidProcessAdminSession.updateProcess(ProcessForm processForm) Updates an existing process. -
Uses of ProcessForm in org.osid.workflow.batch
Subinterfaces of ProcessForm in org.osid.workflow.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating processes in bulk.