Uses of Interface
org.osid.resourcing.WorkForm
Packages that use WorkForm
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of WorkForm in org.osid.resourcing
Methods in org.osid.resourcing that return WorkFormModifier and TypeMethodDescriptionWorkAdminSession.getWorkFormForCreate(Id jobId, Type[] workRecordTypes) Gets the work form for creating new work.WorkAdminSession.getWorkFormForUpdate(Id workId) Gets the work form for updating an existing work.Methods in org.osid.resourcing 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.resourcing.batch
Subinterfaces of WorkForm in org.osid.resourcing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating works in bulk.