Uses of Interface
org.osid.resourcing.rules.JobProcessorList
Packages that use JobProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of JobProcessorList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return JobProcessorListModifier and TypeMethodDescriptionJobProcessorLookupSession.getJobProcessors()Gets allJobProcessors.JobProcessorSearchResults.getJobProcessors()Gets theJobProcessorListresulting from a search.JobProcessorFoundrySession.getJobProcessorsByFoundries(IdList foundryIds) Gets the list of job processor corresponding to a list ofFoundries.JobProcessorFoundrySession.getJobProcessorsByFoundry(Id foundryId) Gets the list of job processors associated with aFoundry.JobProcessorLookupSession.getJobProcessorsByGenusType(Type jobProcessorGenusType) Gets aJobProcessorListcorresponding to the given job processor genusTypewhich does not include job processor of genus types derived from the specifiedType.JobProcessorLookupSession.getJobProcessorsByIds(IdList jobProcessorIds) Gets aJobProcessorListcorresponding to the givenIdList.JobProcessorLookupSession.getJobProcessorsByParentGenusType(Type jobProcessorGenusType) Gets aJobProcessorListcorresponding to the given job processor genusTypeand include any additional job processor with genus types derived from the specifiedType.JobProcessorQuerySession.getJobProcessorsByQuery(JobProcessorQuery jobProcessorQuery) Gets a list ofJobProcessorsmatching the given job processor query.JobProcessorLookupSession.getJobProcessorsByRecordType(Type jobProcessorRecordType) Gets aJobProcessorListcontaining the given job processor recordType.JobProcessorRuleLookupSession.getJobProcessorsForJob(Id jobId) Gets theJobProcessorassociated with aJob.JobProcessorEnablerRuleLookupSession.getJobProcessorsForJobProcessorEnabler(Id jobProcessorEnablerId) Gets theJobProcessorsmapped to aJobProcessorEnabler.