| Package | Description |
|---|---|
| org.osid.sequencing |
The Open Service Interface Definitions for the org.osid.sequencing
service.
|
| Modifier and Type | Method and Description |
|---|---|
ChainForm |
ChainAdminSession.getChainFormForCreate(Type[] chainRecordTypes)
Gets the chain form for creating new chains.
|
ChainForm |
ChainAdminSession.getChainFormForUpdate(Id chainId)
Gets the chain form for updating an existing chain.
|
| Modifier and Type | Method and Description |
|---|---|
Chain |
ChainAdminSession.createChain(ChainForm chainForm)
Creates a new
Chain. |
void |
ChainAdminSession.updateChain(ChainForm chainForm)
Updates an existing chain.
|