Package | Description |
---|---|
org.osid.resourcing |
The Open Service Interface Definitions for the org.osid.resourcing
service.
|
org.osid.resourcing.batch |
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
|
Modifier and Type | Method and Description |
---|---|
WorkForm |
WorkAdminSession.getWorkFormForCreate(Id jobId,
Type[] workRecordTypes)
Gets the work form for creating new work.
|
WorkForm |
WorkAdminSession.getWorkFormForUpdate(Id workId)
Gets the work form for updating an existing work.
|
Modifier and Type | Method and Description |
---|---|
Work |
WorkAdminSession.createWork(WorkForm workForm)
Creates a new
Work. |
void |
WorkAdminSession.updateWork(WorkForm workForm)
Updates an existing work.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkBatchForm
This is the form for creating and updating works in bulk.
|