Class ConfigurationAction

java.lang.Object
org.apache.nifi.web.ConfigurationAction

public class ConfigurationAction extends Object
An action that represents the configuration of a component.
  • Field Details

    • id

      private final String id
    • name

      private final String name
    • type

      private final String type
    • field

      private final String field
    • previousValue

      private final String previousValue
    • value

      private final String value
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns:
      id of the component being modified
    • getName

      public String getName()
      Returns:
      name of the component being modified
    • getType

      public String getType()
      Returns:
      type of the component being modified
    • getField

      public String getField()
      Returns:
      the name of the field, property, etc that has been modified
    • getPreviousValue

      public String getPreviousValue()
      Returns:
      the previous value
    • getValue

      public String getValue()
      Returns:
      the new value