| Package | Description | 
|---|---|
| org.pentaho.di.base | |
| org.pentaho.di.repository.kdr | |
| org.pentaho.di.repository.kdr.delegates | 
| Modifier and Type | Method and Description | 
|---|---|
| NotePadMeta | AbstractMeta. getNote(int i)Gets the note. | 
| NotePadMeta | AbstractMeta. getNote(int x,
       int y)Find the note that is located on a certain point on the canvas. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NotePadMeta> | AbstractMeta. getNotes()Gets the notes. | 
| List<NotePadMeta> | AbstractMeta. getSelectedNotes()Gets a list of all selected notes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractMeta. addNote(int p,
       NotePadMeta ni)Add a new note at a certain location (i.e. | 
| void | AbstractMeta. addNote(NotePadMeta ni)Add a new note. | 
| int | AbstractMeta. indexOfNote(NotePadMeta ni)Finds the location (index) of the specified note. | 
| Modifier and Type | Method and Description | 
|---|---|
| int[] | AbstractMeta. getNoteIndexes(List<NotePadMeta> notes)Get an array of the locations of an array of notes | 
| Modifier and Type | Method and Description | 
|---|---|
| NotePadMeta | KettleDatabaseRepository. loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | KettleDatabaseRepository. saveNotePadMeta(NotePadMeta note,
               org.pentaho.di.repository.ObjectId id_transformation) | 
| Modifier and Type | Method and Description | 
|---|---|
| NotePadMeta | KettleDatabaseRepositoryNotePadDelegate. loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | KettleDatabaseRepositoryNotePadDelegate. saveNotePadMeta(NotePadMeta note,
               org.pentaho.di.repository.ObjectId id_transformation) |