| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api | |
| org.apache.oozie.fluentjob.api.action | |
| org.apache.oozie.fluentjob.api.dag |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
Condition.actualCondition(String condition)
Creates an actual condition (as opposed to a default condition).
|
static Condition |
Condition.defaultCondition()
Creates a new default condition.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
Node.NodeWithCondition.getCondition() |
| Constructor and Description |
|---|
NodeWithCondition(Node node,
Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
DagNodeWithCondition.getCondition()
Returns the
Condition object of this DagNodeWithCondition. |
| Modifier and Type | Method and Description |
|---|---|
void |
End.addParentWithCondition(Decision parent,
Condition condition)
Adds the provided node as a conditional parent of this node.
|
abstract void |
NodeBase.addParentWithCondition(Decision parent,
Condition condition)
Adds the provided node as a conditional parent of this
NodeBase object. |
void |
ExplicitNode.addParentWithCondition(Decision parent,
Condition condition)
Adds the provided node as a conditional parent of this node.
|
void |
JoiningNodeBase.addParentWithCondition(Decision parent,
Condition condition) |
void |
Start.addParentWithCondition(Decision parent,
Condition condition)
Throws
IllegalStateException as start nodes cannot have parents. |
void |
Fork.addParentWithCondition(Decision parent,
Condition condition)
Adds the provided node as a conditional parent of this node.
|
void |
Decision.addParentWithCondition(Decision parent,
Condition condition)
Adds the provided node as a conditional parent of this node.
|
| Constructor and Description |
|---|
DagNodeWithCondition(NodeBase node,
Condition condition)
Creates a new
DagNodeWithCondition object. |
Copyright © 2021 Apache Software Foundation. All rights reserved.