Uses of Interface
org.osid.personnel.PositionForm
Packages that use PositionForm
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of PositionForm in org.osid.personnel
Methods in org.osid.personnel that return PositionFormModifier and TypeMethodDescriptionPositionAdminSession.getPositionFormForCreate(Id organizationId, Type[] positionRecordTypes) Gets the position form for creating new positions.PositionAdminSession.getPositionFormForUpdate(Id positionId) Gets the position form for updating an existing position.Methods in org.osid.personnel with parameters of type PositionFormModifier and TypeMethodDescriptionPositionAdminSession.createPosition(PositionForm positionForm) Creates a newPosition.voidPositionAdminSession.updatePosition(PositionForm positionForm) Updates an existing position. -
Uses of PositionForm in org.osid.personnel.batch
Subinterfaces of PositionForm in org.osid.personnel.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating positions in bulk.