Class StandardComparableDataFlow
java.lang.Object
org.apache.nifi.registry.flow.mapping.StandardComparableDataFlow
- All Implemented Interfaces:
ComparableDataFlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final VersionedProcessGroupprivate final Set<VersionedControllerService> private final Set<VersionedFlowAnalysisRule> private final Set<VersionedFlowRegistryClient> private final Stringprivate final Set<VersionedParameterContext> private final Set<VersionedParameterProvider> private final Set<VersionedReportingTask> -
Constructor Summary
ConstructorsConstructorDescriptionStandardComparableDataFlow(String name, VersionedProcessGroup contents) StandardComparableDataFlow(String name, VersionedProcessGroup contents, Set<VersionedControllerService> controllerLevelServices, Set<VersionedReportingTask> reportingTasks, Set<VersionedFlowAnalysisRule> flowAnalysisRules, Set<VersionedParameterContext> parameterContexts, Set<VersionedParameterProvider> parameterProviders, Set<VersionedFlowRegistryClient> flowRegistryClients) -
Method Summary
-
Field Details
-
name
-
contents
-
controllerLevelServices
-
reportingTasks
-
flowAnalysisRules
-
parameterContexts
-
parameterProviders
-
flowRegistryClients
-
-
Constructor Details
-
StandardComparableDataFlow
-
StandardComparableDataFlow
public StandardComparableDataFlow(String name, VersionedProcessGroup contents, Set<VersionedControllerService> controllerLevelServices, Set<VersionedReportingTask> reportingTasks, Set<VersionedFlowAnalysisRule> flowAnalysisRules, Set<VersionedParameterContext> parameterContexts, Set<VersionedParameterProvider> parameterProviders, Set<VersionedFlowRegistryClient> flowRegistryClients)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceComparableDataFlow
-
getContents
- Specified by:
getContentsin interfaceComparableDataFlow
-
getControllerLevelServices
- Specified by:
getControllerLevelServicesin interfaceComparableDataFlow
-
getReportingTasks
- Specified by:
getReportingTasksin interfaceComparableDataFlow
-
getFlowAnalysisRules
- Specified by:
getFlowAnalysisRulesin interfaceComparableDataFlow
-
getParameterContexts
- Specified by:
getParameterContextsin interfaceComparableDataFlow
-
getParameterProviders
- Specified by:
getParameterProvidersin interfaceComparableDataFlow
-
getFlowRegistryClients
- Specified by:
getFlowRegistryClientsin interfaceComparableDataFlow
-