Uses of Interface
org.osid.repository.AssetList
Packages that use AssetList
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
The Open Service Interface Definitions for the org.osid.learning
service.
The Open Service Interface Definitions for the org.osid.recipe
service.
The Open Service Interface Definitions for the org.osid.repository
service.
-
Uses of AssetList in org.osid
Modifier and TypeMethodDescriptionSourceable.getBranding()Gets a branding, such as an image or logo, expressed using theAssetinterface. -
Uses of AssetList in org.osid.course.syllabus
Methods in org.osid.course.syllabus that return AssetList -
Uses of AssetList in org.osid.learning
Methods in org.osid.learning that return AssetList -
Uses of AssetList in org.osid.recipe
Methods in org.osid.recipe that return AssetList -
Uses of AssetList in org.osid.repository
Methods in org.osid.repository that return AssetListModifier and TypeMethodDescriptionAssetLookupSession.getAssets()Gets allAssets.AssetSearchResults.getAssets()Gets the asset list resulting from a search.AssetLookupSession.getAssetsByGenusType(Type assetGenusType) Gets anAssetListcorresponding to the given asset genusTypewhich does not include assets of types derived from the specifiedType.AssetLookupSession.getAssetsByIds(IdList assetIds) Gets anAssetListcorresponding to the givenIdList.AssetSpatialSession.getAssetsByLocation(Id locationId) Gets a list of assets included within the given spatial coverage.AssetLookupSession.getAssetsByParentGenusType(Type assetGenusType) Gets anAssetListcorresponding to the given asset genusTypeand include any additional assets with genus types derived from the specifiedType.AssetLookupSession.getAssetsByProvider(Id resourceId) Gets anAssetListfrom the given provider.AssetQuerySession.getAssetsByQuery(AssetQuery assetQuery) Gets a list ofAssetsmatching the given asset query.AssetLookupSession.getAssetsByRecordType(Type assetRecordType) Gets anAssetListcontaining the given asset recordType.AssetRepositorySession.getAssetsByRepositories(IdList repositoryIds) Gets the list ofAssetscorresponding to a list ofRepositoryobjects.AssetRepositorySession.getAssetsByRepository(Id repositoryId) Gets the list ofAssetsassociated with aRepository.AssetSpatialSession.getAssetsBySpatialCoverage(SpatialUnit spatialUnit) Gets a list of assets included within the given spatial coverage.AssetCompositionSession.getCompositionAssets(Id compositionId) Gets the list of assets mapped to the givenComposition.