Package org.apache.nifi.web
Interface NiFiWebConfigurationRequestContext
- All Superinterfaces:
NiFiWebRequestContext
Contextual details required to make a configuration request from a UI
extension.
-
Method Summary
Modifier and TypeMethodDescriptionThe revision to include in the request.default boolean
Returns whether the node disconnection is acknowledged.Methods inherited from interface org.apache.nifi.web.NiFiWebRequestContext
getExtensionType, getId, getScheme
-
Method Details
-
getRevision
Revision getRevision()The revision to include in the request.- Returns:
- the revision
-
isDisconnectionAcknowledged
default boolean isDisconnectionAcknowledged()Returns whether the node disconnection is acknowledged. By acknowledging disconnection, the user is able to modify the flow on a disconnected node.- Returns:
- whether the disconnection is acknowledged
-