public class NiFiRegConfigSchemaFunction extends Object implements Function<org.apache.nifi.registry.flow.VersionedFlowSnapshot,ConfigSchema>
| Modifier and Type | Field and Description |
|---|---|
private NiFiRegConnectionSchemaFunction |
connectionSchemaFunction |
private NiFiRegControllerServiceSchemaFunction |
controllerServiceSchemaFunction |
private NiFiRegFlowControllerSchemaFunction |
flowControllerSchemaFunction |
private NiFiRegFunnelSchemaFunction |
funnelSchemaFunction |
private NiFiRegPortSchemaFunction |
inputPortSchemaFunction |
private NiFiRegPortSchemaFunction |
outputPortSchemaFunction |
private NiFiRegProcessorSchemaFunction |
processorSchemaFunction |
private NiFiRegRemoteProcessGroupSchemaFunction |
remoteProcessGroupSchemaFunction |
| Constructor and Description |
|---|
NiFiRegConfigSchemaFunction() |
NiFiRegConfigSchemaFunction(NiFiRegFlowControllerSchemaFunction flowControllerSchemaFunction,
NiFiRegProcessorSchemaFunction processorSchemaFunction,
NiFiRegControllerServiceSchemaFunction controllerServiceSchemaFunction,
NiFiRegConnectionSchemaFunction connectionSchemaFunction,
NiFiRegFunnelSchemaFunction funnelSchemaFunction,
NiFiRegRemoteProcessGroupSchemaFunction remoteProcessGroupSchemaFunction,
NiFiRegPortSchemaFunction inputPortSchemaFunction,
NiFiRegPortSchemaFunction outputPortSchemaFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
addVersionedProcessGroup(Map<String,Object> map,
String id,
String name,
org.apache.nifi.flow.VersionedProcessGroup versionedProcessGroup) |
protected void |
addVersionedProcessGroup(Map<String,Object> map,
org.apache.nifi.flow.VersionedProcessGroup versionedProcessGroup) |
ConfigSchema |
apply(org.apache.nifi.registry.flow.VersionedFlowSnapshot versionedFlowSnapshot) |
private final NiFiRegFlowControllerSchemaFunction flowControllerSchemaFunction
private final NiFiRegProcessorSchemaFunction processorSchemaFunction
private final NiFiRegControllerServiceSchemaFunction controllerServiceSchemaFunction
private final NiFiRegConnectionSchemaFunction connectionSchemaFunction
private final NiFiRegFunnelSchemaFunction funnelSchemaFunction
private final NiFiRegRemoteProcessGroupSchemaFunction remoteProcessGroupSchemaFunction
private final NiFiRegPortSchemaFunction inputPortSchemaFunction
private final NiFiRegPortSchemaFunction outputPortSchemaFunction
public NiFiRegConfigSchemaFunction()
public NiFiRegConfigSchemaFunction(NiFiRegFlowControllerSchemaFunction flowControllerSchemaFunction, NiFiRegProcessorSchemaFunction processorSchemaFunction, NiFiRegControllerServiceSchemaFunction controllerServiceSchemaFunction, NiFiRegConnectionSchemaFunction connectionSchemaFunction, NiFiRegFunnelSchemaFunction funnelSchemaFunction, NiFiRegRemoteProcessGroupSchemaFunction remoteProcessGroupSchemaFunction, NiFiRegPortSchemaFunction inputPortSchemaFunction, NiFiRegPortSchemaFunction outputPortSchemaFunction)
public ConfigSchema apply(org.apache.nifi.registry.flow.VersionedFlowSnapshot versionedFlowSnapshot)
apply in interface Function<org.apache.nifi.registry.flow.VersionedFlowSnapshot,ConfigSchema>protected void addVersionedProcessGroup(Map<String,Object> map, org.apache.nifi.flow.VersionedProcessGroup versionedProcessGroup)
Copyright © 2023 Apache NiFi Project. All rights reserved.