Class InstantiatedVersionedProcessGroup

java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedProcessGroup
org.apache.nifi.registry.flow.mapping.InstantiatedVersionedProcessGroup
All Implemented Interfaces:
InstantiatedVersionedComponent

public class InstantiatedVersionedProcessGroup extends org.apache.nifi.flow.VersionedProcessGroup implements InstantiatedVersionedComponent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Map<String,org.apache.nifi.flow.ExternalControllerServiceReference>
     
    private final String
     
    private final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    InstantiatedVersionedProcessGroup(String instanceId, String instanceGroupId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,org.apache.nifi.flow.ExternalControllerServiceReference>
     
     
     
    void
    setExternalControllerServiceReferences(Map<String,org.apache.nifi.flow.ExternalControllerServiceReference> externalControllerServiceReferences)
     

    Methods inherited from class org.apache.nifi.flow.VersionedProcessGroup

    getComponentType, getConnections, getControllerServices, getDefaultBackPressureDataSizeThreshold, getDefaultBackPressureObjectThreshold, getDefaultFlowFileExpiration, getExecutionEngine, getFlowFileConcurrency, getFlowFileOutboundPolicy, getFunnels, getInputPorts, getLabels, getLogFileSuffix, getMaxConcurrentTasks, getOutputPorts, getParameterContextName, getProcessGroups, getProcessors, getRemoteProcessGroups, getScheduledState, getStatelessFlowTimeout, getVersionedFlowCoordinates, setConnections, setControllerServices, setDefaultBackPressureDataSizeThreshold, setDefaultBackPressureObjectThreshold, setDefaultFlowFileExpiration, setExecutionEngine, setFlowFileConcurrency, setFlowFileOutboundPolicy, setFunnels, setInputPorts, setLabels, setLogFileSuffix, setMaxConcurrentTasks, setOutputPorts, setParameterContextName, setProcessGroups, setProcessors, setRemoteProcessGroups, setScheduledState, setStatelessFlowTimeout, setVersionedFlowCoordinates

    Methods inherited from class org.apache.nifi.flow.VersionedComponent

    equals, getComments, getGroupIdentifier, getIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setInstanceIdentifier, setName, setPosition

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instanceId

      private final String instanceId
    • groupId

      private final String groupId
    • externalControllerServiceReferences

      private Map<String,org.apache.nifi.flow.ExternalControllerServiceReference> externalControllerServiceReferences
  • Constructor Details

    • InstantiatedVersionedProcessGroup

      public InstantiatedVersionedProcessGroup(String instanceId, String instanceGroupId)
  • Method Details

    • getInstanceIdentifier

      public String getInstanceIdentifier()
      Specified by:
      getInstanceIdentifier in interface InstantiatedVersionedComponent
      Overrides:
      getInstanceIdentifier in class org.apache.nifi.flow.VersionedComponent
    • getInstanceGroupId

      public String getInstanceGroupId()
      Specified by:
      getInstanceGroupId in interface InstantiatedVersionedComponent
    • setExternalControllerServiceReferences

      public void setExternalControllerServiceReferences(Map<String,org.apache.nifi.flow.ExternalControllerServiceReference> externalControllerServiceReferences)
    • getExternalControllerServiceReferences

      public Map<String,org.apache.nifi.flow.ExternalControllerServiceReference> getExternalControllerServiceReferences()