@Deprecated public class SerializationHelper extends Object
| Constructor and Description |
|---|
SerializationHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
read(Object object,
Node node)
Deprecated.
This method will perform the work that used to be done by hand in each kettle input meta for: readData(Node
stepnode).
|
static void |
readJobRep(Object object,
Repository rep,
ObjectId id_step,
List<DatabaseMeta> databases)
Deprecated.
Handle reading of the input (object) from the kettle repository by getting the job-xml from the repository step
attribute string and then re-hydrate the job entry (object) with our already existing read method.
|
static void |
readStepRep(Object object,
Repository rep,
ObjectId id_step,
List<DatabaseMeta> databases)
Deprecated.
Handle reading of the input (object) from the kettle repository by getting the step-xml from the repository step
attribute string and then re-hydrate the step (object) with our already existing read method.
|
static void |
saveJobRep(Object object,
Repository rep,
ObjectId id_job,
ObjectId id_job_entry)
Deprecated.
Handle saving of the input (object) to the kettle repository using the most simple method available, by calling
write and then saving the job-xml as a job attribute.
|
static void |
saveStepRep(Object object,
Repository rep,
ObjectId id_transformation,
ObjectId id_step)
Deprecated.
Handle saving of the input (object) to the kettle repository using the most simple method available, by calling
write and then saving the step-xml as a step attribute.
|
static void |
write(Object object,
int indentLevel,
StringBuilder buffer)
Deprecated.
This method will perform the work that used to be done by hand in each kettle input meta for: getXML().
|
public static void read(Object object, Node node)
object - The object to be persistednode - The node to 'attach' our XML topublic static void write(Object object, int indentLevel, StringBuilder buffer)
object - buffer - public static void saveJobRep(Object object, Repository rep, ObjectId id_job, ObjectId id_job_entry) throws KettleException
object - rep - id_transformation - id_step - KettleExceptionpublic static void readJobRep(Object object, Repository rep, ObjectId id_step, List<DatabaseMeta> databases) throws KettleException
object - rep - id_step - databases - KettleExceptionpublic static void saveStepRep(Object object, Repository rep, ObjectId id_transformation, ObjectId id_step) throws KettleException
object - rep - id_transformation - id_step - KettleExceptionpublic static void readStepRep(Object object, Repository rep, ObjectId id_step, List<DatabaseMeta> databases) throws KettleException
object - rep - id_step - databases - counters - KettleExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.