Interface INoteAddition


public interface INoteAddition
Information about a new 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 new note.
    Gets a String that contains the name of the user who logged in to the Information Store most recently before the note was created.
  • Method Details

    • getContent

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

      String getCreatedBy()
      Gets a String that contains the name of the user who logged in to the Information Store most recently before the note was created.
      Returns:
      See above.