Uses of Enum Class
org.apache.nifi.registry.flow.RegisterAction
Packages that use RegisterAction
-
Uses of RegisterAction in org.apache.nifi.registry.flow
Methods in org.apache.nifi.registry.flow that return RegisterActionModifier and TypeMethodDescriptionstatic RegisterActionReturns the enum constant of this class with the specified name.static RegisterAction[]RegisterAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.registry.flow with parameters of type RegisterActionModifier and TypeMethodDescriptionFlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context, RegisteredFlowSnapshot flowSnapshot, RegisterAction action) Adds the given snapshot to the Flow Registry for the given Flow.