public interface INoteModification
Information about a modification to a note on an i2 Analyze record.
- Since:
- 10.0
-
Method Summary
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
Gets a
String
that contains the unique identifier of the modified note.
- Returns:
- See above.
-
getContent
Gets a
String
that contains the text of the modified note.
- Returns:
- See above.