| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.dag |
| Modifier and Type | Method and Description |
|---|---|
List<DagNodeWithCondition> |
Decision.getChildrenWithConditions()
Returns the children of this
Decision node together with their conditions (all children are conditional),
including the default child. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DagNodeWithCondition.removeFromCollection(Collection<DagNodeWithCondition> collection,
NodeBase node)
Removes the first
DagNodeWithCondition object from a collection that has the provided node as its node. |
Copyright © 2021 Apache Software Foundation. All rights reserved.