Uses of Interface
org.osid.assessment.AssessmentTakenList
Packages that use AssessmentTakenList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
-
Uses of AssessmentTakenList in org.osid.assessment
Methods in org.osid.assessment that return AssessmentTakenListModifier and TypeMethodDescriptionMyAssessmentTakenSession.getAssessmentsCompleted()Gets all the assessments completed by this agent.MyAssessmentTakenSession.getAssessmentsInProgress()Gets all the assessments started but not completed by this agent.MyAssessmentTakenSession.getAssessmentsInProgressDuring(DateTime start, DateTime end) Gets all the assessments in progress by this agent overlapping with the given period of time inclusive.MyAssessmentTakenSession.getAssessmentsStarted()Gets all the assessments started by this agent.MyAssessmentTakenSession.getAssessmentsStartedDuring(DateTime start, DateTime end) Gets all the assessments started by this agent during the given period of time inclusive.AssessmentTakenLookupSession.getAssessmentsTaken()Gets allAssessmentTakenelements.AssessmentTakenSearchResults.getAssessmentsTaken()Gets the assessment taken list resulting from the search.AssessmentTakenBankSession.getAssessmentsTakenByBank(Id bankId) Gets the list ofAssessmentTakensassociated with aBank.AssessmentTakenBankSession.getAssessmentsTakenByBanks(IdList bankIds) Gets the list ofAssessmentTakenobjects corresponding to a list ofBanks.AssessmentTakenLookupSession.getAssessmentsTakenByDate(DateTime from, DateTime to) Gets anAssessmentTakenListstarted in the given date range inclusive.AssessmentTakenLookupSession.getAssessmentsTakenByDateForAssessment(Id assessmentId, DateTime from, DateTime to) Gets anAssessmentTakenListstarted in the given date range inclusive for the given assessment.AssessmentTakenLookupSession.getAssessmentsTakenByDateForAssessmentOffered(Id assessmentOfferedId, DateTime from, DateTime to) Gets anAssessmentTakenListstarted in the given date range inclusive for the given assessment offered.AssessmentTakenLookupSession.getAssessmentsTakenByDateForTaker(Id resourceId, DateTime from, DateTime to) Gets anAssessmentTakenListstarted in the given date range inclusive for the given resource.AssessmentTakenLookupSession.getAssessmentsTakenByDateForTakerAndAssessment(Id resourceId, Id assessmentId, DateTime from, DateTime to) Gets anAssessmentTakenListstarted in the given date range inclusive for the given resource and assessment.AssessmentTakenLookupSession.getAssessmentsTakenByDateForTakerAndAssessmentOffered(Id resourceId, Id assessmentOfferedId, DateTime from, DateTime to) Gets anAssessmentTakenListstarted in the given date range inclusive for the given resource and assessment offered.AssessmentTakenLookupSession.getAssessmentsTakenByGenusType(Type assessmentTakenGenusType) Gets anAssessmentTakenListcorresponding to the given assessment taken genusTypewhich does not include assessments of types derived from the specifiedType.AssessmentTakenLookupSession.getAssessmentsTakenByIds(IdList assessmentTakenIds) Gets anAssessmentTakenListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the assessments specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.AssessmentTakenLookupSession.getAssessmentsTakenByParentGenusType(Type assessmentTakenGenusType) Gets anAssessmentTakenListcorresponding to the given assessment taken genusTypeand include any additional assessments with genus types derived from the specifiedType.AssessmentTakenQuerySession.getAssessmentsTakenByQuery(AssessmentTakenQuery assessmentTakenQuery) Gets a list ofAssessmentTakenelements matching the given assessment taken query.AssessmentTakenLookupSession.getAssessmentsTakenByRecordType(Type assessmentTakenRecordType) Gets anAssessmentTakenListcorresponding to the given assessment taken recordType.AssessmentTakenLookupSession.getAssessmentsTakenForAssessment(Id assessmentId) Gets anAssessmentTakenListfor the given assessment.AssessmentTakenLookupSession.getAssessmentsTakenForAssessmentOffered(Id assessmentOfferedId) Gets anAssessmentTakenListby the given assessment offered.AssessmentTakenLookupSession.getAssessmentsTakenForTaker(Id resourceId) Gets anAssessmentTakenListfor the given resource.AssessmentTakenLookupSession.getAssessmentsTakenForTakerAndAssessment(Id resourceId, Id assessmentId) Gets anAssessmentTakenListfor the given resource and assessment.AssessmentTakenLookupSession.getAssessmentsTakenForTakerAndAssessmentOffered(Id resourceId, Id assessmentOfferedId) Gets anAssessmentTakenListfor the given resource and assessment offered.