Package org.apache.nifi.toolkit.client
Interface InputPortClient
- All Known Implementing Classes:
JerseyInputPortClient
public interface InputPortClient
-
Method Summary
Modifier and TypeMethodDescriptioncreateInputPort(String parentGroupId, PortEntity entity) deleteInputPort(PortEntity entity) getInputPort(String id) startInputPort(PortEntity entity) stopInputPort(PortEntity entity) updateInputPort(PortEntity entity)
-
Method Details
-
createInputPort
PortEntity createInputPort(String parentGroupId, PortEntity entity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getInputPort
- Throws:
NiFiClientExceptionIOException
-
updateInputPort
- Throws:
NiFiClientExceptionIOException
-
deleteInputPort
- Throws:
NiFiClientExceptionIOException
-
startInputPort
- Throws:
NiFiClientExceptionIOException
-
stopInputPort
- Throws:
NiFiClientExceptionIOException
-