Uses of Enum Class
org.apache.nifi.api.toolkit.model.ProcessGroupDTO.FlowfileOutboundPolicyEnum
Packages that use ProcessGroupDTO.FlowfileOutboundPolicyEnum
-
Uses of ProcessGroupDTO.FlowfileOutboundPolicyEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ProcessGroupDTO.FlowfileOutboundPolicyEnumMethods in org.apache.nifi.api.toolkit.model that return ProcessGroupDTO.FlowfileOutboundPolicyEnumModifier and TypeMethodDescriptionProcessGroupDTO.getFlowfileOutboundPolicy()
The Outbound Policy that is used for determining how FlowFiles should be transferred out of the Process Group.Returns the enum constant of this class with the specified name.ProcessGroupDTO.FlowfileOutboundPolicyEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type ProcessGroupDTO.FlowfileOutboundPolicyEnumModifier and TypeMethodDescriptionProcessGroupDTO.flowfileOutboundPolicy
(ProcessGroupDTO.FlowfileOutboundPolicyEnum flowfileOutboundPolicy) void
ProcessGroupDTO.setFlowfileOutboundPolicy
(ProcessGroupDTO.FlowfileOutboundPolicyEnum flowfileOutboundPolicy)