|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface States
Interface describing a representation of the <states> element of a Process Model.
| Method Summary | |
|---|---|
void |
addState(State state)
Add an state to the collection |
State |
createState()
Create an State |
State |
getState(String name)
Get the state definition with given name |
State[] |
getStates()
Get the states defined for this process model |
Iterator<State> |
iterateState()
Iterate through the State objects |
void |
removeState(String strStateName)
Remove an state from the collection |
| Method Detail |
|---|
Iterator<State> iterateState()
State createState()
void addState(State state)
state - to be addedState[] getStates()
State getState(String name)
name - state name
void removeState(String strStateName)
throws WorkflowException
strStateName - the name of the state to be removed.
WorkflowException - when the state cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||