|
|||||||||
| Home >> All >> org >> apache >> lenya >> workflow >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.lenya.workflow.impl
Class Version

java.lang.Objectorg.apache.lenya.workflow.impl.Version
- public class Version
- extends java.lang.Object
A version of the workflow history.
| Field Summary | |
private org.apache.lenya.workflow.Event |
event
|
private org.apache.lenya.workflow.State |
state
|
| Constructor Summary | |
Version(org.apache.lenya.workflow.Event event,
org.apache.lenya.workflow.State state)
Ctor. |
|
| Method Summary | |
org.apache.lenya.workflow.Event |
getEvent()
Returns the event. |
org.apache.lenya.workflow.State |
getState()
Returns the state. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
event
private org.apache.lenya.workflow.Event event
state
private org.apache.lenya.workflow.State state
| Constructor Detail |
Version
public Version(org.apache.lenya.workflow.Event event, org.apache.lenya.workflow.State state)
- Ctor.
| Method Detail |
getEvent
public org.apache.lenya.workflow.Event getEvent()
- Returns the event.
getState
public org.apache.lenya.workflow.State getState()
- Returns the state.
|
|||||||||
| Home >> All >> org >> apache >> lenya >> workflow >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.lenya.workflow.impl.Version