Uses of Interface
org.osid.workflow.Process
Packages that use Process
Package
Description
The Open Service Interface Definitions for the org.osid.workflow
service.
The Open Service Interface Definitions for the org.osid.workflow.event
service.
-
Uses of Process in org.osid.workflow
Methods in org.osid.workflow that return ProcessModifier and TypeMethodDescriptionProcessAdminSession.createProcess(ProcessForm processForm) Creates a newProcess.ProcessList.getNextProcess()Gets the nextProcessin this list.Process[]ProcessList.getNextProcesses(long n) Gets the next set ofProcesselements in this list.ProcessLookupSession.getProcess(Id processId) Gets theProcessspecified by itsId.Step.getProcess()Gets the process. -
Uses of Process in org.osid.workflow.event
Methods in org.osid.workflow.event that return Process