Uses of Interface
org.osid.assessment.authoring.SequenceRuleEnablerList
Packages that use SequenceRuleEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment.authoring
service.
-
Uses of SequenceRuleEnablerList in org.osid.assessment.authoring
Methods in org.osid.assessment.authoring that return SequenceRuleEnablerListModifier and TypeMethodDescriptionSequenceRuleEnablerLookupSession.getSequenceRuleEnablers()Gets allSequenceRuleEnablers.SequenceRuleEnablerSearchResults.getSequenceRuleEnablers()Gets theSequenceRuleEnablerListresulting from a search.SequenceRuleEnablerBankSession.getSequenceRuleEnablersByBank(Id bankId) Gets the list of sequence rule enablers associated with anBank.SequenceRuleEnablerBankSession.getSequenceRuleEnablersByBanks(IdList bankIds) Gets the list of sequence rule enablers corresponding to a list ofBanks.SequenceRuleEnablerLookupSession.getSequenceRuleEnablersByGenusType(Type sequenceRuleEnablerGenusType) Gets aSequenceRuleEnablerListcorresponding to the given sequence rule enabler genusTypewhich does not include sequence rule enablers of genus types derived from the specifiedType.SequenceRuleEnablerLookupSession.getSequenceRuleEnablersByIds(IdList sequenceRuleEnablerIds) Gets aSequenceRuleEnablerListcorresponding to the givenIdList.SequenceRuleEnablerLookupSession.getSequenceRuleEnablersByParentGenusType(Type sequenceRuleEnablerGenusType) Gets aSequenceRuleEnablerListcorresponding to the given sequence rule enabler genusTypeand include any additional sequence rule enablers with genus types derived from the specifiedType.SequenceRuleEnablerQuerySession.getSequenceRuleEnablersByQuery(SequenceRuleEnablerQuery sequenceRuleEnablerQuery) Gets a list ofSequenceRuleEnablersmatching the given sequence rule enabler query.SequenceRuleEnablerLookupSession.getSequenceRuleEnablersByRecordType(Type sequenceRuleEnablerRecordType) Gets aSequenceRuleEnablerListcontaining the given sequence rule enabler recordType.SequenceRuleEnablerRuleLookupSession.getSequenceRuleEnablersForSequenceRule(Id sequenceRuleId) Gets theSequenceRuleEnablersassociated with aSequenceRule.SequenceRuleEnablerLookupSession.getSequenceRuleEnablersOnDate(DateTime from, DateTime to) Gets aSequenceRuleEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.SequenceRuleEnablerLookupSession.getSequenceRuleEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aSequenceRuleEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.