Uses of Interface
org.osid.resourcing.WorkList
Packages that use WorkList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
-
Uses of WorkList in org.osid.resourcing
Methods in org.osid.resourcing that return WorkListModifier and TypeMethodDescriptionWorkLookupSession.getIncompleteWorks()Gets all incompleteWorks.WorkLookupSession.getIncompleteWorksByDate(DateTime from, DateTime to) Gets aWorkListof incomplete works created between the given date range inclusive.WorkLookupSession.getIncompleteWorksByDateForJob(Id jobId, DateTime from, DateTime to) Gets aWorkListof incomplete works corresponding to the given job and created between the given date range inclusive.WorkLookupSession.getIncompleteWorksForJob(Id jobId) Gets aWorkListof incomplete works corresponding to the given job.In plenary mode, the returned list contains all known works or an error results.WorkLookupSession.getUncommittedWorks()Gets allWorksthat have no commitments.WorkLookupSession.getUncommittedWorksByDate(DateTime from, DateTime to) Gets aWorkListof uncommitted works created between the given date range inclusive.WorkLookupSession.getUncommittedWorksForJob(Id jobId) Gets aWorkListof uncommitted works corresponding to the given job.In plenary mode, the returned list contains all known works or an error results.WorkLookupSession.getWorks()Gets allWorks.WorkSearchResults.getWorks()Gets the work list resulting from a search.WorkLookupSession.getWorksByDate(DateTime from, DateTime to) Gets aWorkListof all works created between the given date range inclusive.In plenary mode, the returned list contains all known works or an error results.WorkLookupSession.getWorksByDateForJob(Id jobId, DateTime from, DateTime to) Gets aWorkListof all works of corresponding to the given job and created between the given date range inclusive.WorkFoundrySession.getWorksByFoundries(IdList foundryIds) Gets the list ofWorkcorresponding to a list ofFoundries.WorkFoundrySession.getWorksByFoundry(Id foundryId) Gets the list ofWorksassociated with aFoundry.WorkLookupSession.getWorksByGenusType(Type workGenusType) Gets aWorkListcorresponding to the given work genusTypewhich does not include works of genus types derived from the specifiedType.WorkLookupSession.getWorksByIds(IdList workIds) Gets aWorkListcorresponding to the givenIdList.WorkLookupSession.getWorksByParentGenusType(Type workGenusType) Gets aWorkListcorresponding to the given work genusTypeand include any additional works with genus types derived from the specifiedType.WorkQuerySession.getWorksByQuery(WorkQuery workQuery) Gets a list ofWorksmatching the given work query.WorkLookupSession.getWorksByRecordType(Type workRecordType) Gets aWorkListcontaining the given work recordType.WorkLookupSession.getWorksForJob(Id jobId) Gets aWorkListcorresponding to the given job.