Class JerseyInputPortClient
java.lang.Object
org.apache.nifi.toolkit.client.impl.AbstractJerseyClient
org.apache.nifi.toolkit.client.impl.CRUDJerseyClient<PortEntity>
org.apache.nifi.toolkit.client.impl.JerseyInputPortClient
- All Implemented Interfaces:
InputPortClient
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.nifi.toolkit.client.impl.AbstractJerseyClient
AbstractJerseyClient.NiFiAction<T> -
Constructor Summary
ConstructorsConstructorDescriptionJerseyInputPortClient(jakarta.ws.rs.client.WebTarget baseTarget) JerseyInputPortClient(jakarta.ws.rs.client.WebTarget baseTarget, RequestConfig requestConfig) -
Method Summary
Modifier and TypeMethodDescriptioncreateInputPort(String parentGroupId, PortEntity entity) private PortEntitycreateStateEntity(PortEntity entity, String state) deleteInputPort(PortEntity entity) getInputPort(String id) startInputPort(PortEntity entity) stopInputPort(PortEntity entity) updateInputPort(PortEntity entity) Methods inherited from class org.apache.nifi.toolkit.client.impl.CRUDJerseyClient
createComponent, deleteComponent, getComponent, updateComponentMethods inherited from class org.apache.nifi.toolkit.client.impl.AbstractJerseyClient
executeAction, getContentDispositionFilename, getIOExceptionCause, getRequestBuilder, getRequestConfig
-
Constructor Details
-
JerseyInputPortClient
public JerseyInputPortClient(jakarta.ws.rs.client.WebTarget baseTarget) -
JerseyInputPortClient
public JerseyInputPortClient(jakarta.ws.rs.client.WebTarget baseTarget, RequestConfig requestConfig)
-
-
Method Details
-
createInputPort
public PortEntity createInputPort(String parentGroupId, PortEntity entity) throws NiFiClientException, IOException - Specified by:
createInputPortin interfaceInputPortClient- Throws:
NiFiClientExceptionIOException
-
getInputPort
- Specified by:
getInputPortin interfaceInputPortClient- Throws:
NiFiClientExceptionIOException
-
updateInputPort
- Specified by:
updateInputPortin interfaceInputPortClient- Throws:
NiFiClientExceptionIOException
-
deleteInputPort
- Specified by:
deleteInputPortin interfaceInputPortClient- Throws:
NiFiClientExceptionIOException
-
startInputPort
- Specified by:
startInputPortin interfaceInputPortClient- Throws:
NiFiClientExceptionIOException
-
stopInputPort
- Specified by:
stopInputPortin interfaceInputPortClient- Throws:
NiFiClientExceptionIOException
-
createStateEntity
-