public class KettleDatabaseRepositoryNotePadDelegate extends KettleDatabaseRepositoryBaseDelegate
| Constructor and Description | 
|---|
KettleDatabaseRepositoryNotePadDelegate(KettleDatabaseRepository repository)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.pentaho.di.core.RowMetaAndData | 
getNote(org.pentaho.di.repository.ObjectId id_note)  | 
org.pentaho.di.repository.ObjectId | 
getNoteID(String note)  | 
org.pentaho.di.repository.ObjectId | 
insertNote(String note,
          long gui_location_x,
          long gui_location_y,
          long gui_location_width,
          long gui_location_height,
          String fontname,
          long fontsize,
          boolean fontbold,
          boolean fontitalic,
          long fontcolorred,
          long fontcolorgreen,
          long fontcolorblue,
          long fontbackcolorred,
          long fontbackcolorgreen,
          long fontbackcolorblue,
          long fontbordercolorred,
          long fontbordercolorgreen,
          long fontbordercolorblue,
          boolean drawshadow)  | 
NotePadMeta | 
loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note)  | 
void | 
saveNotePadMeta(NotePadMeta note,
               org.pentaho.di.repository.ObjectId id_transformation)  | 
quote, quoteTablepublic KettleDatabaseRepositoryNotePadDelegate(KettleDatabaseRepository repository)
public org.pentaho.di.repository.ObjectId getNoteID(String note) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.core.RowMetaAndData getNote(org.pentaho.di.repository.ObjectId id_note)
                                           throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic NotePadMeta loadNotePadMeta(org.pentaho.di.repository.ObjectId id_note) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void saveNotePadMeta(NotePadMeta note, org.pentaho.di.repository.ObjectId id_transformation) throws org.pentaho.di.core.exception.KettleException
rep - id_transformation - org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.repository.ObjectId insertNote(String note, long gui_location_x, long gui_location_y, long gui_location_width, long gui_location_height, String fontname, long fontsize, boolean fontbold, boolean fontitalic, long fontcolorred, long fontcolorgreen, long fontcolorblue, long fontbackcolorred, long fontbackcolorgreen, long fontbackcolorblue, long fontbordercolorred, long fontbordercolorgreen, long fontbordercolorblue, boolean drawshadow) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException