Uses of Interface
org.osid.workflow.WorkList
Packages that use WorkList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow
service.
-
Uses of WorkList in org.osid.workflow
Methods in org.osid.workflow that return WorkListModifier and TypeMethodDescriptionWorkflowInitiationSession.getAvailableWork(Id processId) Gets the list of available work for this workflow.WorkflowSession.getCanceledWork(Id processId) Gets the work canceled in a process.WorkflowSession.getCanceledWorkByDate(Id processId, DateTime start, DateTime end) Gets the work canceled in a process within the given date range inclusive.WorkflowSession.getSuspendedWork(Id processId) Gets all the suspended work in a process.WorkflowSession.getSuspendedWorkAtStep(Id stepId) Gets the suspended work at a step in a process.WorkflowSession.getWorkAtStep(Id stepId) Getsall the work at a step in a process.WorkLookupSession.getWorks()Gets allWorks.WorkSearchResults.getWorks()Gets the work list resulting from a search.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.WorkOfficeSession.getWorksByOffice(Id officeId) Gets the list ofWorksassociated with anOffice.WorkOfficeSession.getWorksByOffices(IdList officeIds) Gets the list ofWorkcorresponding to a list ofOffices.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.