Uses of Interface
org.osid.hold.rules.IssueProcessorList
Packages that use IssueProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.hold.rules
service.
-
Uses of IssueProcessorList in org.osid.hold.rules
Methods in org.osid.hold.rules that return IssueProcessorListModifier and TypeMethodDescriptionIssueProcessorLookupSession.getIssueProcessors()Gets allIssueProcessors.IssueProcessorSearchResults.getIssueProcessors()Gets the issue processor list resulting from a search.IssueProcessorLookupSession.getIssueProcessorsByGenusType(Type issueProcessorGenusType) Gets anIssueProcessorListcorresponding to the given issue processor genusTypewhich does not include issue processors of genus types derived from the specifiedType.IssueProcessorLookupSession.getIssueProcessorsByIds(IdList issueProcessorIds) Gets anIssueProcessorListcorresponding to the givenIdList.IssueProcessorOublietteSession.getIssueProcessorsByOubliette(Id oublietteId) Gets the list ofIssueProcessorsassociated with anOubliette.IssueProcessorOublietteSession.getIssueProcessorsByOubliettes(IdList oublietteIds) Gets the list ofIssueProcessorcorresponding to a list ofOubliettes.IssueProcessorLookupSession.getIssueProcessorsByParentGenusType(Type issueProcessorGenusType) Gets anIssueProcessorListcorresponding to the given issue processor genusTypeand include any additional issue processors with genus types derived from the specifiedType.IssueProcessorQuerySession.getIssueProcessorsByQuery(IssueProcessorQuery issueProcessorQuery) Gets a list ofIssueProcessorsmatching the given search.IssueProcessorLookupSession.getIssueProcessorsByRecordType(Type issueProcessorRecordType) Gets anIssueProcessorListcontaining the given issue processor recordType.IssueProcessorRuleLookupSession.getIssueProcessorsForIssue(Id issueId) Gets theIssueProcessorsassociated with anIssue.IssueProcessorEnablerRuleLookupSession.getIssueProcessorsForIssueProcessorEnabler(Id issueProcessorEnablerId) Gets theIssueProcessorsmapped to anIssueProcessorEnabler.