Interface DataChangeDetail.EditorChange

All Superinterfaces:
Serializable
Enclosing interface:
DataChangeDetail

public static interface DataChangeDetail.EditorChange extends Serializable
This interface represents one editor/variable change in a form data object
Since:
4.0.90
  • Method Details

    • getChangeFlag

      Returns the change flag of this editor change.
      Since:
      4.0.90
    • getLanguageChanges

      Map<String,DataChangeDetail.ChangeFlag> getLanguageChanges()
      Returns an unmodifiable map of language changes. Each mapping indicates a change in the language specified by the language abbreviation (key) in the belonging editor of this editor change
      Key: Lanugage abbreviation
      Value: DataChangeDetail.ChangeFlag
      Since:
      4.0.90