Uses of Interface
org.osid.repository.batch.AssetBatchFormList
Packages that use AssetBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.repository.batch
service.
-
Uses of AssetBatchFormList in org.osid.repository.batch
Methods in org.osid.repository.batch that return AssetBatchFormListModifier and TypeMethodDescriptionAssetContentBatchAdminSession.getAssetContentFormsForCreate(IdList assetIds, Type[] assetContentRecordTypes) Gets the asset forms for creating a bunch of new asset contents.AssetBatchAdminSession.getAssetFormsForCreate(long number, Type[] assetRecordTypes) Gets the asset forms for creating a bunch of new assets.AssetBatchAdminSession.getAssetFormsForUpdate(IdList assetIds) Gets the asset forms for updating an existing set of assets.Methods in org.osid.repository.batch with parameters of type AssetBatchFormListModifier and TypeMethodDescriptionAssetBatchAdminSession.createAssets(AssetBatchFormList assetForms) Creates a new set ofAssets.AssetBatchAdminSession.updateAssets(AssetBatchFormList assetForms) Updates existing assets.