Uses of Interface
org.osid.resourcing.JobList
Packages that use JobList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of JobList in org.osid.resourcing
Methods in org.osid.resourcing that return JobListModifier and TypeMethodDescriptionJobLookupSession.getJobs()Gets allJobs.JobSearchResults.getJobs()Gets the job list resulting from a search.JobLookupSession.getJobsByEmployer(Id resourceId) Gets aJobListfrom the given employer.JobFoundrySession.getJobsByFoundries(IdList foundryIds) Gets the list ofJobcorresponding to a list ofFoundries.JobFoundrySession.getJobsByFoundry(Id foundryId) Gets the list ofJobsassociated with aFoundry.JobLookupSession.getJobsByGenusType(Type jobGenusType) Gets aJobListcorresponding to the given job genusTypewhich does not include jobs of genus types derived from the specifiedType.JobLookupSession.getJobsByIds(IdList jobIds) Gets aJobListcorresponding to the givenIdList.JobLookupSession.getJobsByParentGenusType(Type jobGenusType) Gets aJobListcorresponding to the given job genusTypeand include any additional jobs with genus types derived from the specifiedType.JobQuerySession.getJobsByQuery(JobQuery jobQuery) Gets a list ofJobsmatching the given job query.JobLookupSession.getJobsByRecordType(Type jobRecordType) Gets aJobListcontaining the given job recordType.MyWorkSession.getMyJobs()Gets the jobs for the resource related to this agent. -
Uses of JobList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return JobListModifier and TypeMethodDescriptionJobConstrainerRuleLookupSession.getJobsForJobConstrainer(Id jobConstrainerId) Gets theJobsmapped to aJobConstrainer.JobProcessorRuleLookupSession.getJobsForJobProcessor(Id jobProcessorId) Gets theJobsmapped to aJobProcessor.