Uses of Interface
org.osid.repository.AssetContentList
Packages that use AssetContentList
Package
Description
The Open Service Interface Definitions for the org.osid.repository
service.
-
Uses of AssetContentList in org.osid.repository
Methods in org.osid.repository that return AssetContentListModifier and TypeMethodDescriptionAsset.getAssetContents()Gets the content of this asset.AssetContentLookupSession.getAssetContents()Gets allAssetContents.AssetContentSearchResults.getAssetContents()Gets the asset content list resulting from a search.AssetContentLookupSession.getAssetContentsByGenusType(Type assetContentGenusType) Gets anAssetContentListcorresponding to the given asset content genusTypewhich does not include asset contents of genus types derived from the specifiedType.AssetContentLookupSession.getAssetContentsByIds(IdList assetContentIds) Gets anAssetContentListcorresponding to the givenIdList.AssetContentLookupSession.getAssetContentsByParentGenusType(Type assetContentGenusType) Gets anAssetContentListcorresponding to the given asset content genusTypeand include any additional asset contents with genus types derived from the specifiedType.AssetContentQuerySession.getAssetContentsByQuery(AssetContentQuery assetContentQuery) Gets a list ofAssetContentsmatching the given search.AssetContentLookupSession.getAssetContentsByRecordType(Type assetContentRecordType) Gets anAssetContentListcontaining the given asset content recordType.AssetContentRepositorySession.getAssetContentsByRepositories(IdList repositoryIds) Gets the list ofAssetContentcorresponding to a list ofRepositories.AssetContentRepositorySession.getAssetContentsByRepository(Id repositoryId) Gets the list ofAssetContentsassociated with aRepository.AssetContentLookupSession.getAssetContentsForAsset(Id assetId) Gets anAssetContentListfor the given asset.