Uses of Interface
org.osid.workflow.Step
Packages that use Step
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 Step in org.osid.workflow
Methods in org.osid.workflow that return StepModifier and TypeMethodDescriptionStepAdminSession.createStep(StepForm stepForm) Creates a newStep.Process.getInitialStep()Gets the initial step of this process.StepList.getNextStep()Gets the nextStepin this list.Step[]StepList.getNextSteps(long n) Gets the next set ofStepelements in this list.Gets theStepspecified by itsId.WorkflowSession.getStepForWork(Id processId, Id workId) Gets the step corresponding to a work in a process. -
Uses of Step in org.osid.workflow.event
Methods in org.osid.workflow.event that return Step