Uses of Interface
org.osid.resourcing.rules.JobProcessorEnablerList
Packages that use JobProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of JobProcessorEnablerList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return JobProcessorEnablerListModifier and TypeMethodDescriptionJobProcessorEnablerLookupSession.getJobProcessorEnablers()Gets allJobProcessorEnablers.JobProcessorEnablerSearchResults.getJobProcessorEnablers()Gets theJobProcessorEnablerListresulting from a search.JobProcessorEnablerFoundrySession.getJobProcessorEnablersByFoundries(IdList foundryIds) Gets the list of job processor enablers corresponding to a list ofFoundries.JobProcessorEnablerFoundrySession.getJobProcessorEnablersByFoundry(Id foundryId) Gets the list of job processor enablers associated with aFoundry.JobProcessorEnablerLookupSession.getJobProcessorEnablersByGenusType(Type jobProcessorEnablerGenusType) Gets aJobProcessorEnablerListcorresponding to the given job processor enabler genusTypewhich does not include job processor enablers of genus types derived from the specifiedType.JobProcessorEnablerLookupSession.getJobProcessorEnablersByIds(IdList jobProcessorEnablerIds) Gets aJobProcessorEnablerListcorresponding to the givenIdList.JobProcessorEnablerLookupSession.getJobProcessorEnablersByParentGenusType(Type jobProcessorEnablerGenusType) Gets aJobProcessorEnablerListcorresponding to the given job processor enabler genusTypeand include any additional job processor enablers with genus types derived from the specifiedType.JobProcessorEnablerQuerySession.getJobProcessorEnablersByQuery(JobProcessorEnablerQuery jobProcessorEnablerQuery) Gets a list ofJobProcessorEnablersmatching the given job processor enabler query.JobProcessorEnablerLookupSession.getJobProcessorEnablersByRecordType(Type jobProcessorEnablerRecordType) Gets aJobProcessorEnablerListcontaining the given job processor enabler recordType.JobProcessorEnablerRuleLookupSession.getJobProcessorEnablersForJobProcessor(Id jobProcessorId) Gets theJobProcessorEnablerassociated with aJobProcessor.JobProcessorEnablerLookupSession.getJobProcessorEnablersOnDate(DateTime from, DateTime to) Gets aJobProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.JobProcessorEnablerLookupSession.getJobProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aJobProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.