Uses of Interface
org.osid.process.ProcessList
Packages that use ProcessList
Package
Description
The Open Service Interface Definitions for the org.osid.process
service.
-
Uses of ProcessList in org.osid.process
Methods in org.osid.process that return ProcessListModifier and TypeMethodDescriptionProcessHierarchySession.getChildProcesses(Id processId) Gets the children of the given process.ProcessHierarchySession.getParentProcesses(Id processId) Gets the parents of the given process.ProcessLookupSession.getProcesses()Gets allProcesses.ProcessSearchResults.getProcesses()Gets the process list resulting from the search.ProcessLookupSession.getProcessesByGenusType(Type processGenusType) Gets aProcesscorresponding to the given process genusTypewhich does not include processes of types derived from the specifiedType.ProcessLookupSession.getProcessesByIds(IdList processIds) Gets aProcessLidtcorresponding to the givenIdList.ProcessLookupSession.getProcessesByParentGenusType(Type processGenusType) Gets aProcessListcorresponding to the given psocess genusTypeand include any additional processes with genus types derived from the specifiedType.In plenary mode, the returned list contains all known processes or an error results.ProcessLookupSession.getProcessesByProvider(Id resourceId) Gets aProcessListfor the given provider.ProcessQuerySession.getProcessesByQuery(ProcessQuery processQuery) Gets a list ofProcessesmatching the given process query.ProcessLookupSession.getProcessesByRecordType(Type processRecordType) Gets aProcessListcontaining the given process recordType.StateSession.getProcessesByReference(Id referenceId) Gets the processes to which the referenceIdbelongs.ProcessHierarchySession.getRootProcesses()Gets the root processes in the process hierarchy.