|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessStep | |
|---|---|
| com.oberon.ooql.sdk | |
| Uses of ProcessStep in com.oberon.ooql.sdk |
|---|
| Methods in com.oberon.ooql.sdk that return ProcessStep | |
|---|---|
ProcessStep |
Process.getProcessStep(java.lang.String stepName)
Get a Process Step with the given name |
ProcessStep |
Process.getProcessStepAt(int index)
Get a Process Step at given position index |
ProcessStep |
Process.getProcessStepFromId(int stepId)
Get a Process Step with the given internal id |
| Methods in com.oberon.ooql.sdk that return types with arguments of type ProcessStep | |
|---|---|
java.util.Vector<ProcessStep> |
Process.getProcessSteps()
Get all Process Steps |
| Methods in com.oberon.ooql.sdk with parameters of type ProcessStep | |
|---|---|
void |
Process.completeStep(ProcessStep step,
java.util.Vector<java.lang.String> choices,
Framework framework)
Complete a running step by current framework user |
void |
Process.updateStep(ProcessStep step,
Framework framework)
Update a running step |
| Method parameters in com.oberon.ooql.sdk with type arguments of type ProcessStep | |
|---|---|
void |
Process.setProcessSteps(java.util.Vector<ProcessStep> steps)
Set all Process Steps |
|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||