Uses of Class
org.apache.nifi.registry.flow.mapping.InstantiatedVersionedProcessGroup
Packages that use InstantiatedVersionedProcessGroup
-
Uses of InstantiatedVersionedProcessGroup in org.apache.nifi.registry.flow.mapping
Methods in org.apache.nifi.registry.flow.mapping that return InstantiatedVersionedProcessGroupModifier and TypeMethodDescriptionNiFiRegistryFlowMapper.mapGroup(ProcessGroup group, ControllerServiceProvider serviceProvider, BiFunction<ProcessGroup, org.apache.nifi.flow.VersionedProcessGroup, Boolean> applyVersionControlInfo) NiFiRegistryFlowMapper.mapGroup(ProcessGroup group, ControllerServiceProvider serviceProvider, BiFunction<ProcessGroup, org.apache.nifi.flow.VersionedProcessGroup, Boolean> applyVersionControlInfo, boolean topLevel, Set<String> includedGroupIds, Map<String, org.apache.nifi.flow.ExternalControllerServiceReference> externalControllerServiceReferences) NiFiRegistryFlowMapper.mapNonVersionedProcessGroup(ProcessGroup group, ControllerServiceProvider serviceProvider) Map the given process group to a versioned process group without any use of an actual flow registry even if the group is currently versioned in a registry.NiFiRegistryFlowMapper.mapProcessGroup(ProcessGroup group, ControllerServiceProvider serviceProvider, FlowManager flowManager, boolean mapDescendantVersionedFlows) Map the given process group to a versioned process group using the provided registry client.