public class InstantiatedVersionedProcessGroup extends VersionedProcessGroup implements InstantiatedVersionedComponent
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ExternalControllerServiceReference> |
externalControllerServiceReferences |
private String |
groupId |
private String |
instanceId |
| Constructor and Description |
|---|
InstantiatedVersionedProcessGroup(String instanceId,
String instanceGroupId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExternalControllerServiceReference> |
getExternalControllerServiceReferences() |
String |
getInstanceGroupId() |
String |
getInstanceId() |
void |
setExternalControllerServiceReferences(Map<String,ExternalControllerServiceReference> externalControllerServiceReferences) |
getComponentType, getConnections, getControllerServices, getFlowFileConcurrency, getFlowFileOutboundPolicy, getFunnels, getInputPorts, getLabels, getOutputPorts, getParameterContextName, getProcessGroups, getProcessors, getRemoteProcessGroups, getVariables, getVersionedFlowCoordinates, setConnections, setControllerServices, setFlowFileConcurrency, setFlowFileOutboundPolicy, setFunnels, setInputPorts, setLabels, setOutputPorts, setParameterContextName, setProcessGroups, setProcessors, setRemoteProcessGroups, setVariables, setVersionedFlowCoordinatesequals, getComments, getGroupIdentifier, getIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setName, setPositionprivate final String instanceId
private final String groupId
private Map<String,ExternalControllerServiceReference> externalControllerServiceReferences
public String getInstanceId()
getInstanceId in interface InstantiatedVersionedComponentpublic String getInstanceGroupId()
getInstanceGroupId in interface InstantiatedVersionedComponentpublic void setExternalControllerServiceReferences(Map<String,ExternalControllerServiceReference> externalControllerServiceReferences)
public Map<String,ExternalControllerServiceReference> getExternalControllerServiceReferences()
Copyright © 2021 Apache NiFi Project. All rights reserved.