Uses of Interface
org.osid.inquiry.ResponseList
Packages that use ResponseList
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry
service.
-
Uses of ResponseList in org.osid.inquiry
Methods in org.osid.inquiry that return ResponseListModifier and TypeMethodDescriptionResponseLookupSession.getResponses()Gets all responses.ResponseSearchResults.getResponses()Gets the response list resulting from a search.ResponseLookupSession.getResponsesByGenusType(Type responseGenusType) Gets aResponseListcorresponding to the given response genusTypewhich does not include responses of types derived from the specifiedType.ResponseLookupSession.getResponsesByIds(IdList responseIds) Gets aResponseListcorresponding to the givenIdList.ResponseInquestSession.getResponsesByInquest(Id inquestId) Gets the list ofResponsesassociated with aInquest.ResponseInquestSession.getResponsesByInquests(IdList inquestIds) Gets the list ofResponsescorresponding to a list ofInquests.ResponseLookupSession.getResponsesByParentGenusType(Type responseGenusType) Gets aResponseListcorresponding to the given response genusTypeand include any additional responses with genus types derived from the specifiedType.ResponseQuerySession.getResponsesByQuery(ResponseQuery responseQuery) Gets a list ofResponsesmatching the given response query.ResponseLookupSession.getResponsesByRecordType(Type responseRecordType) Gets aResponseListcontaining the given response recordType.ResponseLookupSession.getResponsesForInquiry(Id inquiry) Gets a list of responses for an inquiry.ResponseLookupSession.getResponsesForInquiryAndResponder(Id inquiryId, Id resourceId) Gets a list of responses for an inquiry and responder.ResponseLookupSession.getResponsesForInquiryAndResponderOnDate(Id inquiryId, Id resourceId, DateTime from, DateTime to) Gets a list of responses for an inquiry and responder and effective during the entire given date range inclusive but not confined to the date range.ResponseLookupSession.getResponsesForInquiryOnDate(Id inquiry, DateTime from, DateTime to) Gets a list of responses for the given inquiry effective during the entire given date range inclusive but not confined to the date range.ResponseLookupSession.getResponsesForResponder(Id resourceId) Gets a list of responses for a resource.ResponseLookupSession.getResponsesForResponderOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of responses for a resource and effective during the entire given date range inclusive but not confined to the date range.ResponseLookupSession.getResponsesOnDate(DateTime from, DateTime to) Gets a list of responses effective during the entire given date range inclusive but not confined to the date range.