Interface NiFiWebConfigurationRequestContext

All Superinterfaces:
NiFiWebRequestContext

public interface NiFiWebConfigurationRequestContext extends NiFiWebRequestContext
Contextual details required to make a configuration request from a UI extension.
  • 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