Interface INoteModification


public interface INoteModification
Information about a modification to a note on an i2 Analyze record.
Since:
10.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a String that contains the text of the modified note.
    Gets a String that contains the unique identifier of the modified note.
  • Method Details

    • getNoteId

      String getNoteId()
      Gets a String that contains the unique identifier of the modified note.
      Returns:
      See above.
    • getContent

      String getContent()
      Gets a String that contains the text of the modified note.
      Returns:
      See above.