Uses of Interface
org.osid.repository.AssetContentQuery
Packages that use AssetContentQuery
Package
Description
The Open Service Interface Definitions for the org.osid.repository
service.
-
Uses of AssetContentQuery in org.osid.repository
Methods in org.osid.repository that return AssetContentQueryModifier and TypeMethodDescriptionAssetContentQuerySession.getAssetContentQuery()Gets an asset content query.AssetContentSmartRepositorySession.getAssetContentQuery()Gets an asset content query.AssetQuery.getAssetContentQuery()Gets the query for the asset content.RepositoryQuery.getAssetContentQuery()Gets the query for an asset.AssetContentSearchSession.getAssetContentQueryFromInspector(AssetContentQueryInspector assetContentQueryInspector) Gets an asset content query from an inspector.AssetContentSmartRepositorySession.getAssetContentQueryFromInspector(AssetContentQueryInspector assetContentQueryInspector) Gets an asset content query from an inspector.Methods in org.osid.repository with parameters of type AssetContentQueryModifier and TypeMethodDescriptionvoidAssetContentSmartRepositorySession.applyAssetContentQuery(AssetContentQuery assetContentQuery) Applies an asset content query to this repository.AssetContentQuerySession.getAssetContentsByQuery(AssetContentQuery assetContentQuery) Gets a list ofAssetContentsmatching the given search.AssetContentSearchSession.getAssetContentsBySearch(AssetContentQuery assetContentQuery, AssetContentSearch assetContentSearch) Gets the search results matching the given search query using the given search.