|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ScopeStateEnum in org.apache.ode.bpel.dao |
|---|
| Methods in org.apache.ode.bpel.dao that return ScopeStateEnum | |
|---|---|
ScopeStateEnum |
ScopeDAO.getState()
Get current state of the scope. |
static ScopeStateEnum |
ScopeStateEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScopeStateEnum[] |
ScopeStateEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.ode.bpel.dao with parameters of type ScopeStateEnum | |
|---|---|
void |
ScopeDAO.setState(ScopeStateEnum state)
Set current state of the scope. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||