| Package | Description |
|---|---|
| org.osid.repository |
The Open Service Interface Definitions for the org.osid.repository
service.
|
| org.osid.repository.batch |
The Open Service Interface Definitions for the org.osid.repository.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
AssetForm |
AssetAdminSession.getAssetFormForCreate(Type[] assetRecordTypes)
Gets the asset form for creating new assets.
|
AssetForm |
AssetAdminSession.getAssetFormForUpdate(Id assetId)
Gets the asset form for updating an existing asset.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetAdminSession.createAsset(AssetForm assetForm)
Creates a new
Asset. |
void |
AssetAdminSession.updateAsset(AssetForm assetForm)
Updates an existing asset.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssetBatchForm
This is the form for creating and updating assets in bulk.
|