| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.dag | |
| org.apache.oozie.fluentjob.api.mapping |
| Modifier and Type | Method and Description |
|---|---|
void |
End.addParentDefaultConditional(Decision parent)
Adds the provided node as the default conditional parent of this node.
|
abstract void |
NodeBase.addParentDefaultConditional(Decision parent)
Adds the provided node as the default conditional parent of this
NodeBase object. |
void |
ExplicitNode.addParentDefaultConditional(Decision parent)
Adds the provided node as the default conditional parent of this node.
|
void |
JoiningNodeBase.addParentDefaultConditional(Decision parent) |
void |
Start.addParentDefaultConditional(Decision parent)
Throws
IllegalStateException as start nodes cannot have parents. |
void |
Fork.addParentDefaultConditional(Decision parent)
Adds the provided node as the default conditional parent of this node.
|
void |
Decision.addParentDefaultConditional(Decision parent)
Adds the provided node as the default conditional parent of this node.
|
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 |
|---|
DecisionJoin(String name,
Decision decision)
Creates a new
DecisionJoin object. |
| Modifier and Type | Method and Description |
|---|---|
Decision |
DecisionConverter.convertFrom(org.apache.oozie.fluentjob.api.generated.workflow.DECISION source,
Decision destination) |
| Modifier and Type | Method and Description |
|---|---|
Decision |
DecisionConverter.convertFrom(org.apache.oozie.fluentjob.api.generated.workflow.DECISION source,
Decision destination) |
org.apache.oozie.fluentjob.api.generated.workflow.DECISION |
DecisionConverter.convertTo(Decision source,
org.apache.oozie.fluentjob.api.generated.workflow.DECISION destination) |
Copyright © 2021 Apache Software Foundation. All rights reserved.