Uses of Interface
org.osid.resourcing.rules.JobConstrainerList
Packages that use JobConstrainerList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of JobConstrainerList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return JobConstrainerListModifier and TypeMethodDescriptionJobConstrainerLookupSession.getJobConstrainers()Gets allJobConstrainers.JobConstrainerSearchResults.getJobConstrainers()Gets theJobConstrainerListresulting from a search.JobConstrainerFoundrySession.getJobConstrainersByFoundries(IdList foundryIds) Gets the list of job constrainer corresponding to a list ofFoundries.JobConstrainerFoundrySession.getJobConstrainersByFoundry(Id foundryId) Gets the list of job constrainer associated with aFoundry.JobConstrainerLookupSession.getJobConstrainersByGenusType(Type jobConstrainerGenusType) Gets aJobConstrainerListcorresponding to the given job constrainer genusTypewhich does not include job constrainer of genus types derived from the specifiedType.JobConstrainerLookupSession.getJobConstrainersByIds(IdList jobConstrainerIds) Gets aJobConstrainerListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the job constrainer specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.JobConstrainerLookupSession.getJobConstrainersByParentGenusType(Type jobConstrainerGenusType) Gets aJobConstrainerListcorresponding to the given job constrainer genusTypeand include any additional job constrainer with genus types derived from the specifiedType.JobConstrainerQuerySession.getJobConstrainersByQuery(JobConstrainerQuery jobConstrainerQuery) Gets a list ofJobConstrainersmatching the given job constrainer query.JobConstrainerLookupSession.getJobConstrainersByRecordType(Type jobConstrainerRecordType) Gets aJobConstrainerListcontaining the given job constrainer recordType.JobConstrainerRuleLookupSession.getJobConstrainersForJob(Id jobId) Gets theJobConstrainerassociated with aJob.JobConstrainerEnablerRuleLookupSession.getJobConstrainersForJobConstrainerEnabler(Id jobConstrainerEnablerId) Gets theJobConstrainersmapped to aJobConstrainerEnabler.