Uses of Class
org.pentaho.di.core.NotePadMeta

Packages that use NotePadMeta
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. 
 

Uses of NotePadMeta in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return NotePadMeta
 NotePadMeta JobMeta.getNote(int i)
           
 NotePadMeta JobMeta.getNote(int x, int y)
           
 

Methods in org.pentaho.di.job that return types with arguments of type NotePadMeta
 List<NotePadMeta> JobMeta.getNotes()
           
 List<NotePadMeta> JobMeta.getSelectedNotes()
           
 

Methods in org.pentaho.di.job with parameters of type NotePadMeta
 void JobMeta.addNote(int p, NotePadMeta ni)
           
 void JobMeta.addNote(NotePadMeta ni)
           
 int JobMeta.indexOfNote(NotePadMeta ni)
           
 

Method parameters in org.pentaho.di.job with type arguments of type NotePadMeta
 int[] JobMeta.getNoteIndexes(List<NotePadMeta> notes)
          Get an array of the locations of an array of notes
 

Uses of NotePadMeta in org.pentaho.di.repository.kdr
 

Methods in org.pentaho.di.repository.kdr that return NotePadMeta
 NotePadMeta KettleDatabaseRepository.loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note)
           
 

Methods in org.pentaho.di.repository.kdr with parameters of type NotePadMeta
 void KettleDatabaseRepository.saveNotePadMeta(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation)
           
 

Uses of NotePadMeta in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return NotePadMeta
 NotePadMeta KettleDatabaseRepositoryNotePadDelegate.loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note)
           
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type NotePadMeta
 void KettleDatabaseRepositoryNotePadDelegate.saveNotePadMeta(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation)
           
 

Uses of NotePadMeta in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return NotePadMeta
 NotePadMeta TransMeta.getNote(int i)
          Retrieves notepad information on a certain location.
 NotePadMeta TransMeta.getNote(int x, int y)
          Find the note that is located on a certain point on the canvas.
 

Methods in org.pentaho.di.trans that return types with arguments of type NotePadMeta
 List<NotePadMeta> TransMeta.getSelectedNotes()
          Get an array of all the selected notes
 

Methods in org.pentaho.di.trans with parameters of type NotePadMeta
 void TransMeta.addNote(int p, NotePadMeta ni)
          Add a new note to the transformation on a certain location.
 void TransMeta.addNote(NotePadMeta ni)
          Add a new note to the transformation.
 int TransMeta.indexOfNote(NotePadMeta ni)
          Find the location of a note
 

Method parameters in org.pentaho.di.trans with type arguments of type NotePadMeta
 int[] TransMeta.getNoteIndexes(List<NotePadMeta> notes)
          Get an array of the locations of an array of notes