| Package | Description |
|---|---|
| org.osid.workflow |
The Open Service Interface Definitions for the org.osid.workflow
service.
|
| org.osid.workflow.batch |
The Open Service Interface Definitions for the org.osid.workflow.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
StepForm |
StepAdminSession.getStepFormForCreate(Id processId,
Type[] stepRecordTypes)
Gets the step form for creating new steps.
|
StepForm |
StepAdminSession.getStepFormForUpdate(Id stepId)
Gets the step form for updating an existing step.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
StepAdminSession.createStep(StepForm stepForm)
Creates a new
Step. |
void |
StepAdminSession.updateStep(StepForm stepForm)
Updates an existing step.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StepBatchForm
This is the form for creating and updating steps in bulk.
|