Uses of Interface
org.osid.repository.rules.CompositionEnablerList
Packages that use CompositionEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.repository.rules
service.
-
Uses of CompositionEnablerList in org.osid.repository.rules
Methods in org.osid.repository.rules that return CompositionEnablerListModifier and TypeMethodDescriptionCompositionEnablerLookupSession.getCompositionEnablers()Gets allCompositionEnablers.CompositionEnablerSearchResults.getCompositionEnablers()Gets theCompositionEnablerListresulting from a search.CompositionEnablerLookupSession.getCompositionEnablersByGenusType(Type compositionEnablerGenusType) Gets aCompositionEnablerListcorresponding to the given composition enabler genusTypewhich does not include composition enablers of genus types derived from the specifiedType.CompositionEnablerLookupSession.getCompositionEnablersByIds(IdList compositionEnablerIds) Gets aCompositionEnablerListcorresponding to the givenIdList.CompositionEnablerLookupSession.getCompositionEnablersByParentGenusType(Type compositionEnablerGenusType) Gets aCompositionEnablerListcorresponding to the given composition enabler genusTypeand include any additional composition enablers with genus types derived from the specifiedType.CompositionEnablerQuerySession.getCompositionEnablersByQuery(CompositionEnablerQuery compositionEnablerQuery) Gets a list ofCompositionEnablersmatching the given composition enabler query.CompositionEnablerLookupSession.getCompositionEnablersByRecordType(Type compositionEnablerRecordType) Gets aCompositionEnablerListcontaining the given composition enabler recordType.CompositionEnablerRepositorySession.getCompositionEnablersByRepositories(IdList repositoryIds) Gets the list of composition enablers corresponding to a list ofRepositories.CompositionEnablerRepositorySession.getCompositionEnablersByRepository(Id repositoryId) Gets the list of composition enablers associated with aRepository.CompositionEnablerRuleLookupSession.getCompositionEnablersForComposition(Id compositionId) Gets theCompositionEnablerassociated with aComposition.CompositionEnablerLookupSession.getCompositionEnablersOnDate(DateTime from, DateTime to) Gets aCompositionEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.CompositionEnablerLookupSession.getCompositionEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aCompositionEnablerListthat are effective for the entire given date range inclusive but not confined to the date range evaluated against the given agent.