public class DataSetRefs extends Object
| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
componentIds |
private Set<org.apache.atlas.v1.model.instance.Referenceable> |
inputs |
private Set<org.apache.atlas.v1.model.instance.Referenceable> |
outputs |
private boolean |
referableFromRootPath |
| Constructor and Description |
|---|
DataSetRefs(Set<String> componentIds) |
DataSetRefs(String componentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(org.apache.atlas.v1.model.instance.Referenceable input) |
void |
addOutput(org.apache.atlas.v1.model.instance.Referenceable output) |
Set<String> |
getComponentIds() |
Set<org.apache.atlas.v1.model.instance.Referenceable> |
getInputs() |
Set<org.apache.atlas.v1.model.instance.Referenceable> |
getOutputs() |
boolean |
isEmpty() |
private Set<org.apache.atlas.v1.model.instance.Referenceable> inputs
private Set<org.apache.atlas.v1.model.instance.Referenceable> outputs
private boolean referableFromRootPath
public DataSetRefs(String componentId)
public Set<org.apache.atlas.v1.model.instance.Referenceable> getInputs()
public void addInput(org.apache.atlas.v1.model.instance.Referenceable input)
public Set<org.apache.atlas.v1.model.instance.Referenceable> getOutputs()
public void addOutput(org.apache.atlas.v1.model.instance.Referenceable output)
public boolean isEmpty()
Copyright © 2024 Apache NiFi Project. All rights reserved.