Create, update, and delete domain objects — the write side of an OSID domain.
An admin session controls the lifecycle of domain objects. It returns form objects pre-populated for create or update, accepts the completed form, and applies the change. Override the three core methods per object type: the form getter, the create method, and the update method. Delete is a direct operation with no form.
| Parameter | Type | Description |
|---|---|---|
manager |
OsidObjectManager |
the manager that opened this session |
catalogId |
Id |
the catalog this session is scoped to |