|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationStateBean.Step | |
|---|---|
| org.ow2.jasmine.jadort.api | |
| org.ow2.jasmine.jadort.api.entities.deployment | |
| Uses of OperationStateBean.Step in org.ow2.jasmine.jadort.api |
|---|
| Methods in org.ow2.jasmine.jadort.api that return OperationStateBean.Step | |
|---|---|
OperationStateBean.Step |
IJadortService.getCurrentStep()
Returns the current Step of the current operation |
| Constructors in org.ow2.jasmine.jadort.api with parameters of type OperationStateBean.Step | |
|---|---|
InvalidStepException(OperationStateBean.Step currentStep,
OperationStateBean.Step... expectedSteps)
Exception thrown when the current operation is not in the expected step. |
|
InvalidStepException(OperationStateBean.Step currentStep,
OperationStateBean.Step... expectedSteps)
Exception thrown when the current operation is not in the expected step. |
|
| Uses of OperationStateBean.Step in org.ow2.jasmine.jadort.api.entities.deployment |
|---|
| Methods in org.ow2.jasmine.jadort.api.entities.deployment that return OperationStateBean.Step | |
|---|---|
OperationStateBean.Step |
OperationStateBean.getCurrentStep()
Get the current operation step |
static OperationStateBean.Step |
OperationStateBean.Step.valueOf(java.lang.String string)
Get the Step for a string. |
static OperationStateBean.Step[] |
OperationStateBean.Step.values()
|
| Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type OperationStateBean.Step | |
|---|---|
void |
OperationStateBean.setCurrentStep(OperationStateBean.Step step)
Set the current operation step |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||