Class StandardComparableDataFlow

java.lang.Object
org.apache.nifi.registry.flow.mapping.StandardComparableDataFlow
All Implemented Interfaces:
ComparableDataFlow

public class StandardComparableDataFlow extends Object implements ComparableDataFlow
  • Field Details

    • name

      private final String name
    • contents

      private final org.apache.nifi.flow.VersionedProcessGroup contents
    • controllerLevelServices

      private final Set<org.apache.nifi.flow.VersionedControllerService> controllerLevelServices
    • reportingTasks

      private final Set<org.apache.nifi.flow.VersionedReportingTask> reportingTasks
    • flowAnalysisRules

      private final Set<org.apache.nifi.flow.VersionedFlowAnalysisRule> flowAnalysisRules
    • parameterContexts

      private final Set<org.apache.nifi.flow.VersionedParameterContext> parameterContexts
    • parameterProviders

      private final Set<org.apache.nifi.flow.VersionedParameterProvider> parameterProviders
    • flowRegistryClients

      private final Set<org.apache.nifi.flow.VersionedFlowRegistryClient> flowRegistryClients
  • Constructor Details

    • StandardComparableDataFlow

      public StandardComparableDataFlow(String name, org.apache.nifi.flow.VersionedProcessGroup contents)
    • StandardComparableDataFlow

      public StandardComparableDataFlow(String name, org.apache.nifi.flow.VersionedProcessGroup contents, Set<org.apache.nifi.flow.VersionedControllerService> controllerLevelServices, Set<org.apache.nifi.flow.VersionedReportingTask> reportingTasks, Set<org.apache.nifi.flow.VersionedFlowAnalysisRule> flowAnalysisRules, Set<org.apache.nifi.flow.VersionedParameterContext> parameterContexts, Set<org.apache.nifi.flow.VersionedParameterProvider> parameterProviders, Set<org.apache.nifi.flow.VersionedFlowRegistryClient> flowRegistryClients)
  • Method Details