Uses of Interface
org.osid.repository.CompositionList
Packages that use CompositionList
Package
Description
The Open Service Interface Definitions for the org.osid.repository
service.
The Open Service Interface Definitions for the org.osid.repository.rules
service.
-
Uses of CompositionList in org.osid.repository
Methods in org.osid.repository that return CompositionListModifier and TypeMethodDescriptionComposition.getChildren()Gets the children of this composition.CompositionLookupSession.getCompositions()Gets allCompositions.CompositionSearchResults.getCompositions()Gets the composition list resulting from a search.AssetCompositionSession.getCompositionsByAsset(Id assetId) Gets a list of compositions including the given asset.CompositionLookupSession.getCompositionsByGenusType(Type compositionGenusType) Gets aCompositionListcorresponding to the given composition genusTypewhich does not include compositions of types derived from the specifiedType.CompositionLookupSession.getCompositionsByIds(IdList compositionIds) Gets aCompositionListcorresponding to the givenIdList.CompositionLookupSession.getCompositionsByParentGenusType(Type compositionGenusType) Gets aCompositionListcorresponding to the given composition genusTypeand include any additional compositions with genus types derived from the specifiedType.CompositionLookupSession.getCompositionsByProvider(Id resourceId) Gets aCompositionListfrom the given provider.CompositionQuerySession.getCompositionsByQuery(CompositionQuery compositionQuery) Gets a list ofCompositionsmatching the given composition query.CompositionLookupSession.getCompositionsByRecordType(Type compositionRecordType) Gets aCompositionListcontaining the given composition recordType.CompositionRepositorySession.getCompositionsByRepositories(IdList repositoryIds) Gets the list ofCompositionscorresponding to a list ofRepositoryobjectsCompositionRepositorySession.getCompositionsByRepository(Id repositoryId) Gets the list ofCompositionsassociated with aRepository. -
Uses of CompositionList in org.osid.repository.rules
Methods in org.osid.repository.rules that return CompositionListModifier and TypeMethodDescriptionCompositionEnablerRuleLookupSession.getCompositionsByCompositionEnabler(Id compositionEnablerId) Gets theCompositionsmapped to aCompositionEnabler.