|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.workflow.lite.NodeDef
org.apache.oozie.workflow.lite.StartNodeDef
public class StartNodeDef
Workflow lite start node definition.
| Nested Class Summary | |
|---|---|
static class |
StartNodeDef.StartNodeHandler
Start node handler. |
| Field Summary | |
|---|---|
static java.lang.String |
START
Reserved name fo the start node. |
| Constructor Summary | |
|---|---|
StartNodeDef()
Default constructor. |
|
StartNodeDef(java.lang.String transitionTo)
Create a start node definition. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.oozie.workflow.lite.NodeDef |
|---|
equals, getConf, getHandlerClass, getName, getTransitions, hashCode, readFields, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String START
| Constructor Detail |
|---|
public StartNodeDef()
public StartNodeDef(java.lang.String transitionTo)
transitionTo - transition on workflow start.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||