Package | Description |
---|---|
org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
org.pentaho.di.repository.kdr | |
org.pentaho.di.repository.kdr.delegates | |
org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
Modifier and Type | Method and Description |
---|---|
NotePadMeta |
JobMeta.getNote(int i)
Gets the note.
|
NotePadMeta |
JobMeta.getNote(int x,
int y)
Gets the note.
|
Modifier and Type | Method and Description |
---|---|
List<NotePadMeta> |
JobMeta.getNotes()
Gets the notes.
|
List<NotePadMeta> |
JobMeta.getSelectedNotes()
Gets a list of all selected notes.
|
Modifier and Type | Method and Description |
---|---|
void |
JobMeta.addNote(int p,
NotePadMeta ni)
Adds the note.
|
void |
JobMeta.addNote(NotePadMeta ni)
Adds the note.
|
int |
JobMeta.indexOfNote(NotePadMeta ni)
Index of note.
|
Modifier and Type | Method and Description |
---|---|
int[] |
JobMeta.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) |
Modifier and Type | Method and Description |
---|---|
NotePadMeta |
TransMeta.getNote(int i)
Retrieves notepad information on a certain location (i.e.
|
NotePadMeta |
TransMeta.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> |
TransMeta.getSelectedNotes()
Gets an array of all the selected notes.
|
Modifier and Type | Method and Description |
---|---|
void |
TransMeta.addNote(int p,
NotePadMeta ni)
Add a new note to the transformation on a certain location (i.e.
|
void |
TransMeta.addNote(NotePadMeta ni)
Add a new note to the transformation.
|
int |
TransMeta.indexOfNote(NotePadMeta ni)
Finds the location (index) of the specified note.
|
Modifier and Type | Method and Description |
---|---|
int[] |
TransMeta.getNoteIndexes(List<NotePadMeta> notes)
Gets an array of the locations of an array of notes.
|