public class KettleDatabaseRepositoryNotePadDelegate extends KettleDatabaseRepositoryBaseDelegate
log, repository| Constructor and Description |
|---|
KettleDatabaseRepositoryNotePadDelegate(KettleDatabaseRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
RowMetaAndData |
getNote(ObjectId id_note) |
ObjectId |
getNoteID(String note) |
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(ObjectId id_note) |
void |
saveNotePadMeta(NotePadMeta note,
ObjectId id_transformation) |
quote, quoteTablepublic KettleDatabaseRepositoryNotePadDelegate(KettleDatabaseRepository repository)
public ObjectId getNoteID(String note) throws KettleException
KettleExceptionpublic RowMetaAndData getNote(ObjectId id_note) throws KettleException
KettleExceptionpublic NotePadMeta loadNotePadMeta(ObjectId id_note) throws KettleException
KettleExceptionpublic void saveNotePadMeta(NotePadMeta note, ObjectId id_transformation) throws KettleException
rep - id_transformation - KettleExceptionpublic 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 KettleException
KettleExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.