Package org.apache.nifi.toolkit.client
Interface OutputPortClient
- All Known Implementing Classes:
JerseyOutputPortClient
public interface OutputPortClient
-
Method Summary
Modifier and TypeMethodDescriptioncreateOutputPort(String parentGroupId, PortEntity entity) deleteOutputPort(PortEntity entity) getOutputPort(String id) startOutputPort(PortEntity entity) stopOutputPort(PortEntity entity) updateOutputPort(PortEntity entity)
-
Method Details
-
createOutputPort
PortEntity createOutputPort(String parentGroupId, PortEntity entity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getOutputPort
- Throws:
NiFiClientExceptionIOException
-
updateOutputPort
- Throws:
NiFiClientExceptionIOException
-
deleteOutputPort
- Throws:
NiFiClientExceptionIOException
-
startOutputPort
- Throws:
NiFiClientExceptionIOException
-
stopOutputPort
- Throws:
NiFiClientExceptionIOException
-