public class RemoteProcessGroupSchemaFunction extends Object implements Function<org.apache.nifi.web.api.dto.RemoteProcessGroupDTO,RemoteProcessGroupSchema>
| Modifier and Type | Field and Description |
|---|---|
private RemotePortSchemaFunction |
remotePortSchemaFunction |
| Constructor and Description |
|---|
RemoteProcessGroupSchemaFunction(RemotePortSchemaFunction remotePortSchemaFunction) |
| Modifier and Type | Method and Description |
|---|---|
RemoteProcessGroupSchema |
apply(org.apache.nifi.web.api.dto.RemoteProcessGroupDTO remoteProcessGroupDTO) |
private final RemotePortSchemaFunction remotePortSchemaFunction
public RemoteProcessGroupSchemaFunction(RemotePortSchemaFunction remotePortSchemaFunction)
public RemoteProcessGroupSchema apply(org.apache.nifi.web.api.dto.RemoteProcessGroupDTO remoteProcessGroupDTO)
apply in interface Function<org.apache.nifi.web.api.dto.RemoteProcessGroupDTO,RemoteProcessGroupSchema>Copyright © 2022 Apache NiFi Project. All rights reserved.