| Package | Description |
|---|---|
| org.osid.personnel |
The Open Service Interface Definitions for the org.osid.personnel
service.
|
| org.osid.personnel.batch |
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
PositionForm |
PositionAdminSession.getPositionFormForCreate(Id organizationId,
Type[] positionRecordTypes)
Gets the position form for creating new positions.
|
PositionForm |
PositionAdminSession.getPositionFormForUpdate(Id positionId)
Gets the position form for updating an existing position.
|
| Modifier and Type | Method and Description |
|---|---|
Position |
PositionAdminSession.createPosition(PositionForm positionForm)
Creates a new
Position. |
void |
PositionAdminSession.updatePosition(PositionForm positionForm)
Updates an existing position.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PositionBatchForm
This is the form for creating and updating positions in bulk.
|