Uses of Interface
org.osid.rules.check.InstructionList
Packages that use InstructionList
Package
Description
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of InstructionList in org.osid.rules.check
Methods in org.osid.rules.check that return InstructionListModifier and TypeMethodDescriptionInstructionApplicabilitySession.getApplicableInstructions(Id agendaId, InstructionCondition instructionCondition) Gets a list of applicableInstructionsfor anAgenda.InstructionLookupSession.getInstructions()Gets all instructions.InstructionSearchResults.getInstructions()Gets the instruction list resulting from a search.InstructionEngineSession.getInstructionsByEngine(Id engineId) Gets the list ofInstructionsassociated with aEngine.InstructionEngineSession.getInstructionsByEngines(IdList engineIds) Gets the list ofInstructionscorresponding to a list ofEngines.InstructionLookupSession.getInstructionsByGenusType(Type instructionGenusType) Gets anInstructionListcorresponding to the given instruction genusTypewhich does not include instructions of types derived from the specifiedType.InstructionLookupSession.getInstructionsByIds(IdList instructionIds) Gets anInstructionListcorresponding to the givenIdList.InstructionLookupSession.getInstructionsByParentGenusType(Type instructionGenusType) Gets anInstructionListcorresponding to the given instruction genusTypeand include any additional instructions with genus types derived from the specifiedType.InstructionQuerySession.getInstructionsByQuery(InstructionQuery instructionQuery) Gets a list ofInstructionsmatching the given instruction query.InstructionLookupSession.getInstructionsByRecordType(Type instructionRecordType) Gets anInstructionListcontaining the given instruction recordType.InstructionLookupSession.getInstructionsForAgenda(Id agendaId) Gets anInstructionListfor the given agenda.InstructionLookupSession.getInstructionsForAgendaAndCheck(Id agendaId, Id checkId) Gets anInstructionListfor the given agenda and check.InstructionLookupSession.getInstructionsForAgendaAndCheckOnDate(Id agendaId, Id checkId, DateTime from, DateTime to) Gets anInstructionListfor the given agenda and check and effective for the entire given date range inclusive but not confined to the date range.InstructionLookupSession.getInstructionsForAgendaOnDate(Id agendaId, DateTime from, DateTime to) Gets anInstructionListfor the given agenda and effective for the entire given date range inclusive but not confined to the date range.InstructionLookupSession.getInstructionsForCheck(Id checkId) Gets anInstructionListfor the given check.InstructionLookupSession.getInstructionsForCheckOnDate(Id checkId, DateTime from, DateTime to) Gets anInstructionListfor the given check and effective for the entire given date range inclusive but not confined to the date range.InstructionLookupSession.getInstructionsOnDate(DateTime from, DateTime to) Gets anInstructionListeffective for the entire given date range inclusive but not confined to the date range.