public interface Snippet
Modifier and Type | Method and Description |
---|---|
Set<String> |
getConnections()
The connections in this snippet.
|
Set<String> |
getFunnels()
The funnels in this snippet.
|
String |
getId()
The id of this snippet.
|
Set<String> |
getInputPorts()
The input ports in this snippet.
|
Set<String> |
getLabels()
The labels in this snippet.
|
Set<String> |
getOutputPorts()
The output ports in this snippet.
|
String |
getParentGroupId()
The parent group id of the components in this snippet.
|
Set<String> |
getProcessGroups()
Returns the identifiers of all ProcessGroups in this Snippet
|
Set<String> |
getProcessors()
Returns the identifiers of all Processors in this Snippet
|
Set<String> |
getRemoteProcessGroups()
Returns the identifiers of all RemoteProcessGroups in this Snippet
|
boolean |
isEmpty()
Determines if this snippet is empty.
|
boolean |
isLinked()
Whether or not this snippet is linked to the data flow.
|
String getId()
boolean isLinked()
String getParentGroupId()
Set<String> getProcessGroups()
Set<String> getProcessors()
Set<String> getRemoteProcessGroups()
boolean isEmpty()
Copyright © 2015 Apache NiFi (incubating). All rights reserved.