|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stage | |
---|---|
com.oberon.ooql.sdk |
Uses of Stage in com.oberon.ooql.sdk |
---|
Methods in com.oberon.ooql.sdk that return Stage | |
---|---|
Stage |
ObjectStage.getAdminStage(Framework framework)
Return the administrative stage of ObjectObj's lifecycle |
Stage |
Validation.getStage()
Get the related Stage |
Stage |
ObjectObj.getStage(Framework framework)
Get the current ObjectObj's Lifecycle -Stage |
Stage |
Lifecycle.getStage(java.lang.String stageName)
Get a Lifecycle Stage with the given name |
Stage |
Lifecycle.getStageAt(int index)
Get a Lifecycle Stage at given position index |
Stage |
Lifecycle.getStageFromId(int stageId)
Get a Lifecycle Stage with the given internal id |
Methods in com.oberon.ooql.sdk that return types with arguments of type Stage | |
---|---|
java.util.Vector<Stage> |
Lifecycle.getStages()
Get all lifecycle Stages |
Methods in com.oberon.ooql.sdk with parameters of type Stage | |
---|---|
void |
Lifecycle.addStage(Stage stage)
Appends a new Stage to the Lyfecycle |
void |
Lifecycle.addStageAfter(Stage stage,
java.lang.String refStage)
Add a Stage after another reference stage |
void |
Lifecycle.addStageBefore(Stage stage,
java.lang.String refStage)
Add a Stage before another reference stage |
java.lang.String |
Stage.compareUpdate(Stage refStage,
boolean checkImage,
Framework framework)
Return the OOQL command to update this Lifecycle -Stage object and let it become
equals to another reference object. |
boolean |
Stage.equals(Stage stage)
Check if this Stage is equal to another |
void |
Lifecycle.removeStage(Stage stage)
Remove a Stage from the Lifecycle |
void |
Validation.setStage(Stage stage)
Link the Validation with the related Stage |
Method parameters in com.oberon.ooql.sdk with type arguments of type Stage | |
---|---|
void |
Lifecycle.setStages(java.util.Vector<Stage> stages)
Set all Lifecycle Stages |
void |
Lifecycle.updateStages(java.util.Vector<Stage> stages)
Update the stages on the basis of a given list |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |