i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IRecordEditor

    app.IRecordEditor interface

    A set of methods for modifying the contents of a record.

    Signature:

    interface IRecordEditor 
    

    Introduced: version 1.1

    Methods

    Method Description
    addNote(noteData) Adds a new note to the record.
    addSourceIdentifier(identifierData) Adds a new source identifier to the record.
    addSourceReference(refData) Adds a new source reference to the record.
    removeNote(note) Removes a note from the record.
    removeSourceReference(ref) Removes a source reference from the record.
    replaceNote(note, noteData) Replaces an existing note on the record with a new one.
    replaceSecurity(security) Replaces the record's security settings with a new set.
    replaceSourceReference(ref, refData) Replaces an existing source reference on the record with a new one.
    setLinkDirection(linkDirection) Sets the direction of a link record.
    setProperties(properties) Sets or clears the values of properties on the record.
    In this article
    Back to top © N. Harris Computer Corporation