Class JerseyOutputPortClient
java.lang.Object
org.apache.nifi.toolkit.client.impl.AbstractJerseyClient
org.apache.nifi.toolkit.client.impl.CRUDJerseyClient<PortEntity>
org.apache.nifi.toolkit.client.impl.JerseyOutputPortClient
- All Implemented Interfaces:
OutputPortClient
public class JerseyOutputPortClient
extends CRUDJerseyClient<PortEntity>
implements OutputPortClient
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.nifi.toolkit.client.impl.AbstractJerseyClient
AbstractJerseyClient.NiFiAction<T> -
Constructor Summary
ConstructorsConstructorDescriptionJerseyOutputPortClient(jakarta.ws.rs.client.WebTarget baseTarget) JerseyOutputPortClient(jakarta.ws.rs.client.WebTarget baseTarget, RequestConfig requestConfig) -
Method Summary
Modifier and TypeMethodDescriptioncreateOutputPort(String parentGroupId, PortEntity entity) private PortEntitycreateStateEntity(PortEntity entity, String state) deleteOutputPort(PortEntity entity) getOutputPort(String id) startOutputPort(PortEntity entity) stopOutputPort(PortEntity entity) updateOutputPort(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
-
JerseyOutputPortClient
public JerseyOutputPortClient(jakarta.ws.rs.client.WebTarget baseTarget) -
JerseyOutputPortClient
public JerseyOutputPortClient(jakarta.ws.rs.client.WebTarget baseTarget, RequestConfig requestConfig)
-
-
Method Details
-
createOutputPort
public PortEntity createOutputPort(String parentGroupId, PortEntity entity) throws NiFiClientException, IOException - Specified by:
createOutputPortin interfaceOutputPortClient- Throws:
NiFiClientExceptionIOException
-
getOutputPort
- Specified by:
getOutputPortin interfaceOutputPortClient- Throws:
NiFiClientExceptionIOException
-
updateOutputPort
- Specified by:
updateOutputPortin interfaceOutputPortClient- Throws:
NiFiClientExceptionIOException
-
deleteOutputPort
- Specified by:
deleteOutputPortin interfaceOutputPortClient- Throws:
NiFiClientExceptionIOException
-
startOutputPort
- Specified by:
startOutputPortin interfaceOutputPortClient- Throws:
NiFiClientExceptionIOException
-
stopOutputPort
- Specified by:
stopOutputPortin interfaceOutputPortClient- Throws:
NiFiClientExceptionIOException
-
createStateEntity
-