Uses of Interface
org.osid.repository.AssetForm
Packages that use AssetForm
Package
Description
The Open Service Interface Definitions for the org.osid.repository
service.
The Open Service Interface Definitions for the org.osid.repository.batch
service.
-
Uses of AssetForm in org.osid.repository
Methods in org.osid.repository that return AssetFormModifier and TypeMethodDescriptionAssetAdminSession.getAssetFormForCreate(Type[] assetRecordTypes) Gets the asset form for creating new assets.AssetAdminSession.getAssetFormForUpdate(Id assetId) Gets the asset form for updating an existing asset.Methods in org.osid.repository with parameters of type AssetFormModifier and TypeMethodDescriptionAssetAdminSession.createAsset(AssetForm assetForm) Creates a newAsset.voidAssetAdminSession.updateAsset(AssetForm assetForm) Updates an existing asset. -
Uses of AssetForm in org.osid.repository.batch
Subinterfaces of AssetForm in org.osid.repository.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating assets in bulk.