Uses of Interface
org.osid.workflow.WorkForm
Packages that use WorkForm
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 WorkForm in org.osid.workflow
Methods in org.osid.workflow that return WorkFormModifier and TypeMethodDescriptionWorkAdminSession.getWorkFormForCreate(Type[] workRecordTypes) Gets the work form for creating new works.WorkAdminSession.getWorkFormForUpdate(Id workId) Gets the work form for updating an existing work.Methods in org.osid.workflow with parameters of type WorkFormModifier and TypeMethodDescriptionWorkAdminSession.createWork(WorkForm workForm) Creates a newWork.voidWorkAdminSession.updateWork(WorkForm workForm) Updates an existing work. -
Uses of WorkForm in org.osid.workflow.batch
Subinterfaces of WorkForm in org.osid.workflow.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating works in bulk.