Class StandardComparableDataFlow
java.lang.Object
org.apache.nifi.registry.flow.mapping.StandardComparableDataFlow
- All Implemented Interfaces:
ComparableDataFlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.nifi.flow.VersionedProcessGroupprivate final Set<org.apache.nifi.flow.VersionedControllerService> private final Set<org.apache.nifi.flow.VersionedFlowAnalysisRule> private final Set<org.apache.nifi.flow.VersionedFlowRegistryClient> private final Stringprivate final Set<org.apache.nifi.flow.VersionedParameterContext> private final Set<org.apache.nifi.flow.VersionedParameterProvider> private final Set<org.apache.nifi.flow.VersionedReportingTask> -
Constructor Summary
ConstructorsConstructorDescriptionStandardComparableDataFlow(String name, org.apache.nifi.flow.VersionedProcessGroup contents) 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 Summary
Modifier and TypeMethodDescriptionorg.apache.nifi.flow.VersionedProcessGroupSet<org.apache.nifi.flow.VersionedControllerService> Set<org.apache.nifi.flow.VersionedFlowAnalysisRule> Set<org.apache.nifi.flow.VersionedFlowRegistryClient> getName()Set<org.apache.nifi.flow.VersionedParameterContext> Set<org.apache.nifi.flow.VersionedParameterProvider> Set<org.apache.nifi.flow.VersionedReportingTask>
-
Field Details
-
name
-
contents
private final org.apache.nifi.flow.VersionedProcessGroup contents -
controllerLevelServices
-
reportingTasks
-
flowAnalysisRules
-
parameterContexts
-
parameterProviders
-
flowRegistryClients
-
-
Constructor Details
-
StandardComparableDataFlow
-
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
-
getName
- Specified by:
getNamein interfaceComparableDataFlow
-
getContents
public org.apache.nifi.flow.VersionedProcessGroup 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
-