|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.workflow.impl.Version
public class Version
A version of the workflow history.
| Constructor Summary | |
|---|---|
Version(Event event,
State state)
Ctor. |
|
| Method Summary | |
|---|---|
Event |
getEvent()
Returns the event. |
State |
getState()
Returns the state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Version(Event event,
State state)
event - The event that caused the version change.state - The destination state.| Method Detail |
|---|
public Event getEvent()
public State getState()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||