Package org.apache.nifi.web
Class ConfigurationAction
java.lang.Object
org.apache.nifi.web.ConfigurationAction
An action that represents the configuration of a component.
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
id
 - 
name
 - 
type
 - 
field
 - 
previousValue
 - 
value
 
 - 
 - 
Constructor Details
- 
ConfigurationAction
 
 - 
 - 
Method Details
- 
getId
- Returns:
 - id of the component being modified
 
 - 
getName
- Returns:
 - name of the component being modified
 
 - 
getType
- Returns:
 - type of the component being modified
 
 - 
getField
- Returns:
 - the name of the field, property, etc that has been modified
 
 - 
getPreviousValue
- Returns:
 - the previous value
 
 - 
getValue
- Returns:
 - the new value
 
 
 -