Uses of Interface
org.osid.hold.IssueList
Packages that use IssueList
Package
Description
The Open Service Interface Definitions for the org.osid.hold
service.
The Open Service Interface Definitions for the org.osid.hold.rules
service.
-
Uses of IssueList in org.osid.hold
Methods in org.osid.hold that return IssueListModifier and TypeMethodDescriptionBlock.getIssues()Gets the issues.IssueLookupSession.getIssues()Gets all issues.IssueSearchResults.getIssues()Gets the issue list resulting from a search.IssueLookupSession.getIssuesByBureau(Id resourceId) Gets anIssueListbyBureau.IssueLookupSession.getIssuesByGenusType(Type issueGenusType) Gets anIssueListcorresponding to the given issue genusTypewhich does not include issues of types derived from the specifiedType.IssueLookupSession.getIssuesByIds(IdList issueIds) Gets anIssueListcorresponding to the givenIdList.IssueOublietteSession.getIssuesByOubliette(Id oublietteId) Gets the list ofIssuesassociated with anOubliette.IssueOublietteSession.getIssuesByOubliettes(IdList oublietteIds) Gets the list ofIssuescorresponding to a list ofOubliettes.IssueLookupSession.getIssuesByParentGenusType(Type issueGenusType) Gets anIssueListcorresponding to the given issue genusTypeand include any additional issues with genus types derived from the specifiedType.IssueQuerySession.getIssuesByQuery(IssueQuery issueQuery) Gets a list ofIssuesmatching the given issue query.IssueLookupSession.getIssuesByRecordType(Type issueRecordType) Gets anIssueListcontaining the given issue recordType. -
Uses of IssueList in org.osid.hold.rules
Methods in org.osid.hold.rules that return IssueListModifier and TypeMethodDescriptionIssueConstrainerRuleLookupSession.getIssuesForIssueConstrainer(Id issueConstrainerId) Gets theIssuesmapped to anIssueConstrainer.IssueEnablerRuleLookupSession.getIssuesForIssueEnabler(Id issueEnablerId) Gets theIssuesmapped to anIssueEnabler.IssueProcessorRuleLookupSession.getIssuesForIssueProcessor(Id issueProcessorId) Gets theIssuesmapped to anIssueProcessor.