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 extends IEditorBase 
    

    Extends: IEditorBase

    Introduced: version 1.1

    Methods

    Method Description
    addNote(noteData)

    Adds a new note to the record.

    (Inherited from IEditorBase)

    addSourceIdentifier(identifierData) Adds a new source identifier to the record.
    addSourceReference(refData)

    Adds a new source reference to the record.

    (Inherited from IEditorBase)

    removeNote(note)

    Removes a note from the record.

    (Inherited from IEditorBase)

    removeSourceReference(ref)

    Removes a source reference from the record.

    (Inherited from IEditorBase)

    replaceNote(note, noteData)

    Replaces an existing note on the record with a new one.

    (Inherited from IEditorBase)

    replaceSecurity(security)

    Replaces the record's security settings with a new set.

    (Inherited from IEditorBase)

    replaceSourceReference(ref, refData)

    Replaces an existing source reference on the record with a new one.

    (Inherited from IEditorBase)

    setLinkDirection(linkDirection) Sets the direction of a link record.
    setProperties(properties)

    Sets or clears the values of properties on the record.

    (Inherited from IEditorBase)

    In this article
    Back to top © N. Harris Computer Corporation