Package | Description |
---|---|
org.osid.repository |
The Open Service Interface Definitions for the org.osid.repository
service.
|
org.osid.resource |
The Open Service Interface Definitions for the org.osid.resource
service.
|
Modifier and Type | Method and Description |
---|---|
Asset |
AssetAdminSession.createAsset(AssetForm assetForm)
Creates a new
Asset. |
Asset |
AssetContent.getAsset()
Gets the
Asset corresponding to this content. |
Asset |
AssetLookupSession.getAsset(Id assetId)
Gets the
Asset specified by its Id. |
Asset |
AssetList.getNextAsset()
Gets the next
Asset in this list. |
Asset[] |
AssetList.getNextAssets(long n)
Gets the next set of
Assets in this list which must be
less than or equal to the return from available(). |
Modifier and Type | Method and Description |
---|---|
Asset |
Resource.getAvatar()
Gets the asset.
|