Uses of Interface
org.osid.rules.check.AgendaList
Packages that use AgendaList
Package
Description
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of AgendaList in org.osid.rules.check
Methods in org.osid.rules.check that return AgendaListModifier and TypeMethodDescriptionAgendaLookupSession.getAgendas()Gets allAgendas.AgendaSearchResults.getAgendas()Gets the agenda list resulting from a search.AgendaEngineSession.getAgendasByEngine(Id engineId) Gets the list ofAgendasassociated with aEngine.AgendaEngineSession.getAgendasByEngines(IdList engineIds) Gets the list ofAgendacorresponding to a list ofEngines.AgendaLookupSession.getAgendasByGenusType(Type agendaGenusType) Gets anAgendaListcorresponding to the given agenda genusTypewhich does not include agendas of genus types derived from the specifiedType.AgendaLookupSession.getAgendasByIds(IdList agendaIds) Gets anAgendaListcorresponding to the givenIdList.AgendaLookupSession.getAgendasByParentGenusType(Type agendaGenusType) Gets anAgendaListcorresponding to the given agenda genusTypeand include any additional agendas with genus types derived from the specifiedType.AgendaQuerySession.getAgendasByQuery(AgendaQuery agendaQuery) Gets a list ofAgendasmatching the given agenda query.AgendaLookupSession.getAgendasByRecordType(Type agendaRecordType) Gets anAgendaListcontaining the given agenda recordType.