Uses of Interface
org.osid.workflow.OfficeForm
Packages that use OfficeForm
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 OfficeForm in org.osid.workflow
Methods in org.osid.workflow that return OfficeFormModifier and TypeMethodDescriptionOfficeAdminSession.getOfficeFormForCreate(Type[] officeRecordTypes) Gets the office form for creating new offices.OfficeAdminSession.getOfficeFormForUpdate(Id officeId) Gets the office form for updating an existing office.Methods in org.osid.workflow with parameters of type OfficeFormModifier and TypeMethodDescriptionOfficeAdminSession.createOffice(OfficeForm officeForm) Creates a newOffice.voidOfficeAdminSession.updateOffice(OfficeForm officeForm) Updates an existing office -
Uses of OfficeForm in org.osid.workflow.batch
Subinterfaces of OfficeForm in org.osid.workflow.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating offices in bulk.