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, quoteTable
public KettleDatabaseRepositoryNotePadDelegate(KettleDatabaseRepository repository)
public ObjectId getNoteID(String note) throws KettleException
KettleException
public RowMetaAndData getNote(ObjectId id_note) throws KettleException
KettleException
public NotePadMeta loadNotePadMeta(ObjectId id_note) throws KettleException
KettleException
public void saveNotePadMeta(NotePadMeta note, ObjectId id_transformation) throws KettleException
rep
- id_transformation
- KettleException
public 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
KettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.