Uses of Interface
org.osid.workflow.ProcessList
Packages that use ProcessList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow
service.
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of ProcessList in org.osid.workflow
Methods in org.osid.workflow that return ProcessListModifier and TypeMethodDescriptionProcessLookupSession.getProcesses()Gets allProcesses.ProcessSearchResults.getProcesses()Gets the process list resulting from a search.ProcessLookupSession.getProcessesByGenusType(Type processGenusType) Gets aProcessListcorresponding to the given process genusTypewhich does not include processes of genus types derived from the specifiedType.ProcessLookupSession.getProcessesByIds(IdList processIds) Gets aProcessListcorresponding to the givenIdList.ProcessOfficeSession.getProcessesByOffice(Id officeId) Gets the list ofProcessesassociated with anOffice.ProcessOfficeSession.getProcessesByOffices(IdList officeIds) Gets the list ofProcessescorresponding to a list ofOffices.ProcessLookupSession.getProcessesByOwner(Id resourceId) Gets aProcessListfrom the given provider.ProcessLookupSession.getProcessesByParentGenusType(Type processGenusType) Gets aProcessListcorresponding to the given process genusTypeand include any additional processes with genus types derived from the specifiedType.ProcessQuerySession.getProcessesByQuery(ProcessQuery processQuery) Gets a list ofProcessesmatching the given process query.ProcessLookupSession.getProcessesByRecordType(Type processRecordType) Gets aProcessListcontaining the given process recordType.WorkflowSession.getProcessesForWork(Id workId) Gets the processes a work is in. -
Uses of ProcessList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return ProcessListModifier and TypeMethodDescriptionProcessConstrainerRuleLookupSession.getProcessesForProcessConstrainer(Id processConstrainerId) Gets theProcessesmapped to aProcessConstrainer.ProcessProcessorRuleLookupSession.getProcessesForProcessProcessor(Id processProcessorId) Gets theProcessesmapped to aProcessProcessor.ProcessEnablerRuleLookupSession.getProcesssForProcessEnabler(Id processEnablerId) Gets theProcesssmapped to aProcessEnabler.